Uses of Class
com.google.bigtable.admin.v2.SnapshotTableRequest
-
Packages that use SnapshotTableRequest Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of SnapshotTableRequest in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return SnapshotTableRequest Modifier and Type Method Description SnapshotTableRequest
SnapshotTableRequest.Builder. build()
SnapshotTableRequest
SnapshotTableRequest.Builder. buildPartial()
static SnapshotTableRequest
SnapshotTableRequest. getDefaultInstance()
SnapshotTableRequest
SnapshotTableRequest.Builder. getDefaultInstanceForType()
SnapshotTableRequest
SnapshotTableRequest. getDefaultInstanceForType()
SnapshotTableRequest
SnapshotTableMetadata.Builder. getOriginalRequest()
The request that prompted the initiation of this SnapshotTable operation.SnapshotTableRequest
SnapshotTableMetadata. getOriginalRequest()
The request that prompted the initiation of this SnapshotTable operation.SnapshotTableRequest
SnapshotTableMetadataOrBuilder. getOriginalRequest()
The request that prompted the initiation of this SnapshotTable operation.static SnapshotTableRequest
SnapshotTableRequest. parseDelimitedFrom(InputStream input)
static SnapshotTableRequest
SnapshotTableRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapshotTableRequest
SnapshotTableRequest. parseFrom(byte[] data)
static SnapshotTableRequest
SnapshotTableRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapshotTableRequest
SnapshotTableRequest. parseFrom(com.google.protobuf.ByteString data)
static SnapshotTableRequest
SnapshotTableRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapshotTableRequest
SnapshotTableRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SnapshotTableRequest
SnapshotTableRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapshotTableRequest
SnapshotTableRequest. parseFrom(InputStream input)
static SnapshotTableRequest
SnapshotTableRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapshotTableRequest
SnapshotTableRequest. parseFrom(ByteBuffer data)
static SnapshotTableRequest
SnapshotTableRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type SnapshotTableRequest Modifier and Type Method Description com.google.protobuf.Parser<SnapshotTableRequest>
SnapshotTableRequest. getParserForType()
static io.grpc.MethodDescriptor<SnapshotTableRequest,com.google.longrunning.Operation>
BigtableTableAdminGrpc. getSnapshotTableMethod()
static com.google.protobuf.Parser<SnapshotTableRequest>
SnapshotTableRequest. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type SnapshotTableRequest Modifier and Type Method Description SnapshotTableRequest.Builder
SnapshotTableRequest.Builder. mergeFrom(SnapshotTableRequest other)
SnapshotTableMetadata.Builder
SnapshotTableMetadata.Builder. mergeOriginalRequest(SnapshotTableRequest value)
The request that prompted the initiation of this SnapshotTable operation.static SnapshotTableRequest.Builder
SnapshotTableRequest. newBuilder(SnapshotTableRequest prototype)
SnapshotTableMetadata.Builder
SnapshotTableMetadata.Builder. setOriginalRequest(SnapshotTableRequest value)
The request that prompted the initiation of this SnapshotTable operation.default void
BigtableTableAdminGrpc.AsyncService. snapshotTable(SnapshotTableRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new snapshot in the specified cluster from the specified source table.com.google.longrunning.Operation
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub. snapshotTable(SnapshotTableRequest request)
Creates a new snapshot in the specified cluster from the specified source table.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
BigtableTableAdminGrpc.BigtableTableAdminFutureStub. snapshotTable(SnapshotTableRequest request)
Creates a new snapshot in the specified cluster from the specified source table.void
BigtableTableAdminGrpc.BigtableTableAdminStub. snapshotTable(SnapshotTableRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new snapshot in the specified cluster from the specified source table. -
Uses of SnapshotTableRequest in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type SnapshotTableRequest Modifier and Type Method Description com.google.api.gax.rpc.OperationCallSettings.Builder<SnapshotTableRequest,Snapshot,SnapshotTableMetadata>
BigtableTableAdminStubSettings.Builder. snapshotTableOperationSettings()
Returns the builder for the settings used for calls to snapshotTable.com.google.api.gax.rpc.OperationCallSettings<SnapshotTableRequest,Snapshot,SnapshotTableMetadata>
BigtableTableAdminStubSettings. snapshotTableOperationSettings()
Returns the object with the settings used for calls to snapshotTable.com.google.api.gax.rpc.UnaryCallSettings.Builder<SnapshotTableRequest,com.google.longrunning.Operation>
BigtableTableAdminStubSettings.Builder. snapshotTableSettings()
Returns the builder for the settings used for calls to snapshotTable.com.google.api.gax.rpc.UnaryCallSettings<SnapshotTableRequest,com.google.longrunning.Operation>
BigtableTableAdminStubSettings. snapshotTableSettings()
Returns the object with the settings used for calls to snapshotTable.
-