Uses of Class
com.google.pubsub.v1.UpdateSnapshotRequest
-
Packages that use UpdateSnapshotRequest Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub com.google.pubsub.v1 -
-
Uses of UpdateSnapshotRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type UpdateSnapshotRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateSnapshotRequest,Snapshot>
SubscriptionAdminClient. updateSnapshotCallable()
Updates an existing snapshot.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSnapshotRequest,Snapshot>
SubscriptionAdminSettings.Builder. updateSnapshotSettings()
Returns the builder for the settings used for calls to updateSnapshot.com.google.api.gax.rpc.UnaryCallSettings<UpdateSnapshotRequest,Snapshot>
SubscriptionAdminSettings. updateSnapshotSettings()
Returns the object with the settings used for calls to updateSnapshot.Methods in com.google.cloud.pubsub.v1 with parameters of type UpdateSnapshotRequest Modifier and Type Method Description Snapshot
SubscriptionAdminClient. updateSnapshot(UpdateSnapshotRequest request)
Updates an existing snapshot. -
Uses of UpdateSnapshotRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type UpdateSnapshotRequest Modifier and Type Method Description 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.UnaryCallable<UpdateSnapshotRequest,Snapshot>
SubscriberStub. updateSnapshotCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSnapshotRequest,Snapshot>
SubscriberStubSettings.Builder. updateSnapshotSettings()
Returns the builder for the settings used for calls to updateSnapshot.com.google.api.gax.rpc.UnaryCallSettings<UpdateSnapshotRequest,Snapshot>
SubscriberStubSettings. updateSnapshotSettings()
Returns the object with the settings used for calls to updateSnapshot. -
Uses of UpdateSnapshotRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return UpdateSnapshotRequest Modifier and Type Method Description UpdateSnapshotRequest
UpdateSnapshotRequest.Builder. build()
UpdateSnapshotRequest
UpdateSnapshotRequest.Builder. buildPartial()
static UpdateSnapshotRequest
UpdateSnapshotRequest. getDefaultInstance()
UpdateSnapshotRequest
UpdateSnapshotRequest.Builder. getDefaultInstanceForType()
UpdateSnapshotRequest
UpdateSnapshotRequest. 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(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)
static UpdateSnapshotRequest
UpdateSnapshotRequest. parseFrom(ByteBuffer data)
static UpdateSnapshotRequest
UpdateSnapshotRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type UpdateSnapshotRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateSnapshotRequest>
UpdateSnapshotRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateSnapshotRequest,Snapshot>
SubscriberGrpc. getUpdateSnapshotMethod()
static com.google.protobuf.Parser<UpdateSnapshotRequest>
UpdateSnapshotRequest. parser()
Methods in com.google.pubsub.v1 with parameters of type UpdateSnapshotRequest Modifier and Type Method Description UpdateSnapshotRequest.Builder
UpdateSnapshotRequest.Builder. mergeFrom(UpdateSnapshotRequest other)
static UpdateSnapshotRequest.Builder
UpdateSnapshotRequest. newBuilder(UpdateSnapshotRequest prototype)
default void
SubscriberGrpc.AsyncService. updateSnapshot(UpdateSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Updates an existing snapshot.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.void
SubscriberGrpc.SubscriberStub. updateSnapshot(UpdateSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Updates an existing snapshot.
-