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 SnapshotSubscriptionAdminClient. 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 CreateSnapshotRequestCreateSnapshotRequest.Builder. build()CreateSnapshotRequestCreateSnapshotRequest.Builder. buildPartial()static CreateSnapshotRequestCreateSnapshotRequest. getDefaultInstance()CreateSnapshotRequestCreateSnapshotRequest.Builder. getDefaultInstanceForType()CreateSnapshotRequestCreateSnapshotRequest. getDefaultInstanceForType()static CreateSnapshotRequestCreateSnapshotRequest. parseDelimitedFrom(InputStream input)static CreateSnapshotRequestCreateSnapshotRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSnapshotRequestCreateSnapshotRequest. parseFrom(byte[] data)static CreateSnapshotRequestCreateSnapshotRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSnapshotRequestCreateSnapshotRequest. parseFrom(com.google.protobuf.ByteString data)static CreateSnapshotRequestCreateSnapshotRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSnapshotRequestCreateSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateSnapshotRequestCreateSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSnapshotRequestCreateSnapshotRequest. parseFrom(InputStream input)static CreateSnapshotRequestCreateSnapshotRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSnapshotRequestCreateSnapshotRequest. parseFrom(ByteBuffer data)static CreateSnapshotRequestCreateSnapshotRequest. 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 voidSubscriberGrpc.AsyncService. createSnapshot(CreateSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)Creates a snapshot from the requested subscription.SnapshotSubscriberGrpc.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.voidSubscriberGrpc.SubscriberStub. createSnapshot(CreateSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)Creates a snapshot from the requested subscription.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. mergeFrom(CreateSnapshotRequest other)static CreateSnapshotRequest.BuilderCreateSnapshotRequest. newBuilder(CreateSnapshotRequest prototype)
-