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