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 GetTableRequestGetTableRequest.Builder. build()GetTableRequestGetTableRequest.Builder. buildPartial()static GetTableRequestGetTableRequest. getDefaultInstance()GetTableRequestGetTableRequest.Builder. getDefaultInstanceForType()GetTableRequestGetTableRequest. getDefaultInstanceForType()static GetTableRequestGetTableRequest. parseDelimitedFrom(InputStream input)static GetTableRequestGetTableRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTableRequestGetTableRequest. parseFrom(byte[] data)static GetTableRequestGetTableRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTableRequestGetTableRequest. parseFrom(com.google.protobuf.ByteString data)static GetTableRequestGetTableRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTableRequestGetTableRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetTableRequestGetTableRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTableRequestGetTableRequest. parseFrom(InputStream input)static GetTableRequestGetTableRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTableRequestGetTableRequest. parseFrom(ByteBuffer data)static GetTableRequestGetTableRequest. 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 voidBigtableTableAdminGrpc.AsyncService. getTable(GetTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Gets metadata information about the specified table.TableBigtableTableAdminGrpc.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.voidBigtableTableAdminGrpc.BigtableTableAdminStub. getTable(GetTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Gets metadata information about the specified table.GetTableRequest.BuilderGetTableRequest.Builder. mergeFrom(GetTableRequest other)static GetTableRequest.BuilderGetTableRequest. 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.
-