Uses of Class
com.google.bigtable.admin.v2.GetTableRequest
-
Packages that use GetTableRequest Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of GetTableRequest in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return GetTableRequest Modifier and Type Method Description GetTableRequest
GetTableRequest.Builder. build()
GetTableRequest
GetTableRequest.Builder. buildPartial()
static GetTableRequest
GetTableRequest. getDefaultInstance()
GetTableRequest
GetTableRequest.Builder. getDefaultInstanceForType()
GetTableRequest
GetTableRequest. getDefaultInstanceForType()
static GetTableRequest
GetTableRequest. parseDelimitedFrom(InputStream input)
static GetTableRequest
GetTableRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableRequest
GetTableRequest. parseFrom(byte[] data)
static GetTableRequest
GetTableRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableRequest
GetTableRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTableRequest
GetTableRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableRequest
GetTableRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTableRequest
GetTableRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableRequest
GetTableRequest. parseFrom(InputStream input)
static GetTableRequest
GetTableRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableRequest
GetTableRequest. parseFrom(ByteBuffer data)
static GetTableRequest
GetTableRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type GetTableRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTableRequest,Table>
BigtableTableAdminGrpc. getGetTableMethod()
com.google.protobuf.Parser<GetTableRequest>
GetTableRequest. getParserForType()
static com.google.protobuf.Parser<GetTableRequest>
GetTableRequest. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type GetTableRequest Modifier and Type Method Description default void
BigtableTableAdminGrpc.AsyncService. getTable(GetTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Gets metadata information about the specified table.Table
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub. getTable(GetTableRequest request)
Gets metadata information about the specified table.com.google.common.util.concurrent.ListenableFuture<Table>
BigtableTableAdminGrpc.BigtableTableAdminFutureStub. getTable(GetTableRequest request)
Gets metadata information about the specified table.void
BigtableTableAdminGrpc.BigtableTableAdminStub. getTable(GetTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Gets metadata information about the specified table.GetTableRequest.Builder
GetTableRequest.Builder. mergeFrom(GetTableRequest other)
static GetTableRequest.Builder
GetTableRequest. newBuilder(GetTableRequest prototype)
-
Uses of GetTableRequest in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type GetTableRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableRequest,Table>
BigtableTableAdminStubSettings.Builder. getTableSettings()
Returns the builder for the settings used for calls to getTable.com.google.api.gax.rpc.UnaryCallSettings<GetTableRequest,Table>
BigtableTableAdminStubSettings. getTableSettings()
Returns the object with the settings used for calls to getTable.
-