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