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 SnapshotTableRequestSnapshotTableRequest.Builder. build()SnapshotTableRequestSnapshotTableRequest.Builder. buildPartial()static SnapshotTableRequestSnapshotTableRequest. getDefaultInstance()SnapshotTableRequestSnapshotTableRequest.Builder. getDefaultInstanceForType()SnapshotTableRequestSnapshotTableRequest. getDefaultInstanceForType()SnapshotTableRequestSnapshotTableMetadata.Builder. getOriginalRequest()The request that prompted the initiation of this SnapshotTable operation.SnapshotTableRequestSnapshotTableMetadata. getOriginalRequest()The request that prompted the initiation of this SnapshotTable operation.SnapshotTableRequestSnapshotTableMetadataOrBuilder. getOriginalRequest()The request that prompted the initiation of this SnapshotTable operation.static SnapshotTableRequestSnapshotTableRequest. parseDelimitedFrom(InputStream input)static SnapshotTableRequestSnapshotTableRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnapshotTableRequestSnapshotTableRequest. parseFrom(byte[] data)static SnapshotTableRequestSnapshotTableRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnapshotTableRequestSnapshotTableRequest. parseFrom(com.google.protobuf.ByteString data)static SnapshotTableRequestSnapshotTableRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnapshotTableRequestSnapshotTableRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SnapshotTableRequestSnapshotTableRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnapshotTableRequestSnapshotTableRequest. parseFrom(InputStream input)static SnapshotTableRequestSnapshotTableRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnapshotTableRequestSnapshotTableRequest. parseFrom(ByteBuffer data)static SnapshotTableRequestSnapshotTableRequest. 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.BuilderSnapshotTableRequest.Builder. mergeFrom(SnapshotTableRequest other)SnapshotTableMetadata.BuilderSnapshotTableMetadata.Builder. mergeOriginalRequest(SnapshotTableRequest value)The request that prompted the initiation of this SnapshotTable operation.static SnapshotTableRequest.BuilderSnapshotTableRequest. newBuilder(SnapshotTableRequest prototype)SnapshotTableMetadata.BuilderSnapshotTableMetadata.Builder. setOriginalRequest(SnapshotTableRequest value)The request that prompted the initiation of this SnapshotTable operation.default voidBigtableTableAdminGrpc.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.OperationBigtableTableAdminGrpc.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.voidBigtableTableAdminGrpc.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.
-