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<DeleteSnapshotRequest,com.google.protobuf.Empty> |
SubscriptionAdminClient.deleteSnapshotCallable()
Removes an existing snapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteSnapshotRequest,com.google.protobuf.Empty> |
SubscriptionAdminSettings.deleteSnapshotSettings()
Returns the object with the settings used for calls to deleteSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSnapshotRequest,com.google.protobuf.Empty> |
SubscriptionAdminSettings.Builder.deleteSnapshotSettings()
Returns the builder for the settings used for calls to deleteSnapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionAdminClient.deleteSnapshot(DeleteSnapshotRequest request)
Removes an existing snapshot.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<DeleteSnapshotRequest,com.google.protobuf.Empty> |
SubscriberStub.deleteSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteSnapshotRequest,com.google.protobuf.Empty> |
GrpcSubscriberStub.deleteSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteSnapshotRequest,com.google.protobuf.Empty> |
HttpJsonSubscriberStub.deleteSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallSettings<DeleteSnapshotRequest,com.google.protobuf.Empty> |
SubscriberStubSettings.deleteSnapshotSettings()
Returns the object with the settings used for calls to deleteSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSnapshotRequest,com.google.protobuf.Empty> |
SubscriberStubSettings.Builder.deleteSnapshotSettings()
Returns the builder for the settings used for calls to deleteSnapshot.
|
Modifier and Type | Method and Description |
---|---|
DeleteSnapshotRequest |
DeleteSnapshotRequest.Builder.build() |
DeleteSnapshotRequest |
DeleteSnapshotRequest.Builder.buildPartial() |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.getDefaultInstance() |
DeleteSnapshotRequest |
DeleteSnapshotRequest.getDefaultInstanceForType() |
DeleteSnapshotRequest |
DeleteSnapshotRequest.Builder.getDefaultInstanceForType() |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.parseDelimitedFrom(InputStream input) |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.parseFrom(byte[] data) |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.parseFrom(ByteBuffer data) |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.parseFrom(com.google.protobuf.ByteString data) |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.parseFrom(InputStream input) |
static DeleteSnapshotRequest |
DeleteSnapshotRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<DeleteSnapshotRequest,com.google.protobuf.Empty> |
SubscriberGrpc.getDeleteSnapshotMethod() |
com.google.protobuf.Parser<DeleteSnapshotRequest> |
DeleteSnapshotRequest.getParserForType() |
static com.google.protobuf.Parser<DeleteSnapshotRequest> |
DeleteSnapshotRequest.parser() |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Empty |
SubscriberGrpc.SubscriberBlockingStub.deleteSnapshot(DeleteSnapshotRequest request)
Removes an existing snapshot.
|
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
SubscriberGrpc.SubscriberFutureStub.deleteSnapshot(DeleteSnapshotRequest request)
Removes an existing snapshot.
|
default void |
SubscriberGrpc.AsyncService.deleteSnapshot(DeleteSnapshotRequest request,
StreamObserver<com.google.protobuf.Empty> responseObserver)
Removes an existing snapshot.
|
void |
SubscriberGrpc.SubscriberStub.deleteSnapshot(DeleteSnapshotRequest request,
StreamObserver<com.google.protobuf.Empty> responseObserver)
Removes an existing snapshot.
|
DeleteSnapshotRequest.Builder |
DeleteSnapshotRequest.Builder.mergeFrom(DeleteSnapshotRequest other) |
static DeleteSnapshotRequest.Builder |
DeleteSnapshotRequest.newBuilder(DeleteSnapshotRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.