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 CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest.Builder. build()
CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest.Builder. buildPartial()
static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. getDefaultInstance()
CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest.Builder. getDefaultInstanceForType()
CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. getDefaultInstanceForType()
CreateTableFromSnapshotRequest
CreateTableFromSnapshotMetadata.Builder. getOriginalRequest()
The request that prompted the initiation of this CreateTableFromSnapshot operation.CreateTableFromSnapshotRequest
CreateTableFromSnapshotMetadata. getOriginalRequest()
The request that prompted the initiation of this CreateTableFromSnapshot operation.CreateTableFromSnapshotRequest
CreateTableFromSnapshotMetadataOrBuilder. getOriginalRequest()
The request that prompted the initiation of this CreateTableFromSnapshot operation.static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. parseDelimitedFrom(InputStream input)
static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. parseFrom(byte[] data)
static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. parseFrom(InputStream input)
static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. parseFrom(ByteBuffer data)
static CreateTableFromSnapshotRequest
CreateTableFromSnapshotRequest. 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 void
BigtableTableAdminGrpc.AsyncService. createTableFromSnapshot(CreateTableFromSnapshotRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new table from the specified snapshot.com.google.longrunning.Operation
BigtableTableAdminGrpc.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.void
BigtableTableAdminGrpc.BigtableTableAdminStub. createTableFromSnapshot(CreateTableFromSnapshotRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new table from the specified snapshot.CreateTableFromSnapshotRequest.Builder
CreateTableFromSnapshotRequest.Builder. mergeFrom(CreateTableFromSnapshotRequest other)
CreateTableFromSnapshotMetadata.Builder
CreateTableFromSnapshotMetadata.Builder. mergeOriginalRequest(CreateTableFromSnapshotRequest value)
The request that prompted the initiation of this CreateTableFromSnapshot operation.static CreateTableFromSnapshotRequest.Builder
CreateTableFromSnapshotRequest. newBuilder(CreateTableFromSnapshotRequest prototype)
CreateTableFromSnapshotMetadata.Builder
CreateTableFromSnapshotMetadata.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.
-