Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub | |
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<UpdateSnapshotRequest,Snapshot> |
SubscriptionAdminClient.updateSnapshotCallable()
Updates an existing snapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateSnapshotRequest,Snapshot> |
SubscriptionAdminSettings.updateSnapshotSettings()
Returns the object with the settings used for calls to updateSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSnapshotRequest,Snapshot> |
SubscriptionAdminSettings.Builder.updateSnapshotSettings()
Returns the builder for the settings used for calls to updateSnapshot.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
SubscriptionAdminClient.updateSnapshot(UpdateSnapshotRequest request)
Updates an existing snapshot.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<UpdateSnapshotRequest,Snapshot> |
SubscriberStub.updateSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateSnapshotRequest,Snapshot> |
GrpcSubscriberStub.updateSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateSnapshotRequest,Snapshot> |
HttpJsonSubscriberStub.updateSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallSettings<UpdateSnapshotRequest,Snapshot> |
SubscriberStubSettings.updateSnapshotSettings()
Returns the object with the settings used for calls to updateSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSnapshotRequest,Snapshot> |
SubscriberStubSettings.Builder.updateSnapshotSettings()
Returns the builder for the settings used for calls to updateSnapshot.
|
Modifier and Type | Method and Description |
---|---|
UpdateSnapshotRequest |
UpdateSnapshotRequest.Builder.build() |
UpdateSnapshotRequest |
UpdateSnapshotRequest.Builder.buildPartial() |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.getDefaultInstance() |
UpdateSnapshotRequest |
UpdateSnapshotRequest.getDefaultInstanceForType() |
UpdateSnapshotRequest |
UpdateSnapshotRequest.Builder.getDefaultInstanceForType() |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.parseDelimitedFrom(InputStream input) |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.parseFrom(byte[] data) |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.parseFrom(ByteBuffer data) |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.parseFrom(com.google.protobuf.ByteString data) |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.parseFrom(InputStream input) |
static UpdateSnapshotRequest |
UpdateSnapshotRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<UpdateSnapshotRequest> |
UpdateSnapshotRequest.getParserForType() |
static MethodDescriptor<UpdateSnapshotRequest,Snapshot> |
SubscriberGrpc.getUpdateSnapshotMethod() |
static com.google.protobuf.Parser<UpdateSnapshotRequest> |
UpdateSnapshotRequest.parser() |
Modifier and Type | Method and Description |
---|---|
UpdateSnapshotRequest.Builder |
UpdateSnapshotRequest.Builder.mergeFrom(UpdateSnapshotRequest other) |
static UpdateSnapshotRequest.Builder |
UpdateSnapshotRequest.newBuilder(UpdateSnapshotRequest prototype) |
Snapshot |
SubscriberGrpc.SubscriberBlockingStub.updateSnapshot(UpdateSnapshotRequest request)
Updates an existing snapshot.
|
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
SubscriberGrpc.SubscriberFutureStub.updateSnapshot(UpdateSnapshotRequest request)
Updates an existing snapshot.
|
default void |
SubscriberGrpc.AsyncService.updateSnapshot(UpdateSnapshotRequest request,
StreamObserver<Snapshot> responseObserver)
Updates an existing snapshot.
|
void |
SubscriberGrpc.SubscriberStub.updateSnapshot(UpdateSnapshotRequest request,
StreamObserver<Snapshot> responseObserver)
Updates an existing snapshot.
|
Copyright © 2023 Google LLC. All rights reserved.