Uses of Class
com.google.pubsub.v1.GetSnapshotRequest
-
Packages that use GetSnapshotRequest 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 GetSnapshotRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type GetSnapshotRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
SubscriptionAdminClient. getSnapshotCallable()
Gets the configuration details of a snapshot.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>
SubscriptionAdminSettings.Builder. getSnapshotSettings()
Returns the builder for the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>
SubscriptionAdminSettings. getSnapshotSettings()
Returns the object with the settings used for calls to getSnapshot.Methods in com.google.cloud.pubsub.v1 with parameters of type GetSnapshotRequest Modifier and Type Method Description Snapshot
SubscriptionAdminClient. getSnapshot(GetSnapshotRequest request)
Gets the configuration details of a snapshot. -
Uses of GetSnapshotRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type GetSnapshotRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
GrpcSubscriberStub. getSnapshotCallable()
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
HttpJsonSubscriberStub. getSnapshotCallable()
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
SubscriberStub. getSnapshotCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>
SubscriberStubSettings.Builder. getSnapshotSettings()
Returns the builder for the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>
SubscriberStubSettings. getSnapshotSettings()
Returns the object with the settings used for calls to getSnapshot. -
Uses of GetSnapshotRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return GetSnapshotRequest Modifier and Type Method Description GetSnapshotRequest
GetSnapshotRequest.Builder. build()
GetSnapshotRequest
GetSnapshotRequest.Builder. buildPartial()
static GetSnapshotRequest
GetSnapshotRequest. getDefaultInstance()
GetSnapshotRequest
GetSnapshotRequest.Builder. getDefaultInstanceForType()
GetSnapshotRequest
GetSnapshotRequest. getDefaultInstanceForType()
static GetSnapshotRequest
GetSnapshotRequest. parseDelimitedFrom(InputStream input)
static GetSnapshotRequest
GetSnapshotRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(byte[] data)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(com.google.protobuf.ByteString data)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(InputStream input)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(ByteBuffer data)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type GetSnapshotRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot>
SubscriberGrpc. getGetSnapshotMethod()
com.google.protobuf.Parser<GetSnapshotRequest>
GetSnapshotRequest. getParserForType()
static com.google.protobuf.Parser<GetSnapshotRequest>
GetSnapshotRequest. parser()
Methods in com.google.pubsub.v1 with parameters of type GetSnapshotRequest Modifier and Type Method Description default void
SubscriberGrpc.AsyncService. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets the configuration details of a snapshot.Snapshot
SubscriberGrpc.SubscriberBlockingStub. getSnapshot(GetSnapshotRequest request)
Gets the configuration details of a snapshot.com.google.common.util.concurrent.ListenableFuture<Snapshot>
SubscriberGrpc.SubscriberFutureStub. getSnapshot(GetSnapshotRequest request)
Gets the configuration details of a snapshot.void
SubscriberGrpc.SubscriberStub. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets the configuration details of a snapshot.GetSnapshotRequest.Builder
GetSnapshotRequest.Builder. mergeFrom(GetSnapshotRequest other)
static GetSnapshotRequest.Builder
GetSnapshotRequest. newBuilder(GetSnapshotRequest prototype)
-