Uses of Class
com.google.bigtable.admin.v2.DeleteSnapshotRequest
-
Packages that use DeleteSnapshotRequest Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of DeleteSnapshotRequest in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return DeleteSnapshotRequest Modifier and Type Method Description DeleteSnapshotRequest
DeleteSnapshotRequest.Builder. build()
DeleteSnapshotRequest
DeleteSnapshotRequest.Builder. buildPartial()
static DeleteSnapshotRequest
DeleteSnapshotRequest. getDefaultInstance()
DeleteSnapshotRequest
DeleteSnapshotRequest.Builder. getDefaultInstanceForType()
DeleteSnapshotRequest
DeleteSnapshotRequest. 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(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)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseFrom(ByteBuffer data)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type DeleteSnapshotRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteSnapshotRequest,com.google.protobuf.Empty>
BigtableTableAdminGrpc. getDeleteSnapshotMethod()
com.google.protobuf.Parser<DeleteSnapshotRequest>
DeleteSnapshotRequest. getParserForType()
static com.google.protobuf.Parser<DeleteSnapshotRequest>
DeleteSnapshotRequest. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type DeleteSnapshotRequest Modifier and Type Method Description default void
BigtableTableAdminGrpc.AsyncService. deleteSnapshot(DeleteSnapshotRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Permanently deletes the specified snapshot.com.google.protobuf.Empty
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub. deleteSnapshot(DeleteSnapshotRequest request)
Permanently deletes the specified snapshot.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
BigtableTableAdminGrpc.BigtableTableAdminFutureStub. deleteSnapshot(DeleteSnapshotRequest request)
Permanently deletes the specified snapshot.void
BigtableTableAdminGrpc.BigtableTableAdminStub. deleteSnapshot(DeleteSnapshotRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Permanently deletes the specified snapshot.DeleteSnapshotRequest.Builder
DeleteSnapshotRequest.Builder. mergeFrom(DeleteSnapshotRequest other)
static DeleteSnapshotRequest.Builder
DeleteSnapshotRequest. newBuilder(DeleteSnapshotRequest prototype)
-
Uses of DeleteSnapshotRequest in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type DeleteSnapshotRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSnapshotRequest,com.google.protobuf.Empty>
BigtableTableAdminStubSettings.Builder. deleteSnapshotSettings()
Returns the builder for the settings used for calls to deleteSnapshot.com.google.api.gax.rpc.UnaryCallSettings<DeleteSnapshotRequest,com.google.protobuf.Empty>
BigtableTableAdminStubSettings. deleteSnapshotSettings()
Returns the object with the settings used for calls to deleteSnapshot.
-