Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.Table
-
Packages that use Table Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of Table in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return Table Modifier and Type Method Description TableTable.Builder. build()TableTable.Builder. buildPartial()TableMetastoreServiceClient. createTable(CreateTableRequest request)Creates a new table.TableMetastoreServiceClient. createTable(DatabaseName parent, Table table, String tableId)Creates a new table.TableMetastoreServiceClient. createTable(String parent, Table table, String tableId)Creates a new table.TableMetastoreServiceGrpc.MetastoreServiceBlockingStub. createTable(CreateTableRequest request)Creates a new table.TableMetastoreServiceClient. deleteTable(DeleteTableRequest request)Deletes an existing table specified by the table ID.TableMetastoreServiceClient. deleteTable(TableName name)Deletes an existing table specified by the table ID.TableMetastoreServiceClient. deleteTable(String name)Deletes an existing table specified by the table ID.TableMetastoreServiceGrpc.MetastoreServiceBlockingStub. deleteTable(DeleteTableRequest request)Deletes an existing table specified by the table ID.static TableTable. getDefaultInstance()TableTable.Builder. getDefaultInstanceForType()TableTable. getDefaultInstanceForType()TableCreateTableRequest.Builder. getTable()Required.TableCreateTableRequest. getTable()Required.TableCreateTableRequestOrBuilder. getTable()Required.TableMetastoreServiceClient. getTable(GetTableRequest request)Gets the table specified by the resource name.TableMetastoreServiceClient. getTable(TableName name)Gets the table specified by the resource name.TableMetastoreServiceClient. getTable(String name)Gets the table specified by the resource name.TableMetastoreServiceGrpc.MetastoreServiceBlockingStub. getTable(GetTableRequest request)Gets the table specified by the resource name.TableUpdateTableRequest.Builder. getTable()Required.TableUpdateTableRequest. getTable()Required.TableUpdateTableRequestOrBuilder. getTable()Required.TableListTablesResponse.Builder. getTables(int index)The tables from the specified database.TableListTablesResponse. getTables(int index)The tables from the specified database.TableListTablesResponseOrBuilder. getTables(int index)The tables from the specified database.static TableTable. parseDelimitedFrom(InputStream input)static TableTable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableTable. parseFrom(byte[] data)static TableTable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableTable. parseFrom(com.google.protobuf.ByteString data)static TableTable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableTable. parseFrom(com.google.protobuf.CodedInputStream input)static TableTable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableTable. parseFrom(InputStream input)static TableTable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableTable. parseFrom(ByteBuffer data)static TableTable. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TableMetastoreServiceClient. renameTable(RenameTableRequest request)Renames an existing table specified by the table ID.TableMetastoreServiceClient. renameTable(TableName name, TableName newName)Renames an existing table specified by the table ID.TableMetastoreServiceClient. renameTable(TableName name, String newName)Renames an existing table specified by the table ID.TableMetastoreServiceClient. renameTable(String name, TableName newName)Renames an existing table specified by the table ID.TableMetastoreServiceClient. renameTable(String name, String newName)Renames an existing table specified by the table ID.TableMetastoreServiceGrpc.MetastoreServiceBlockingStub. renameTable(RenameTableRequest request)Renames an existing table specified by the table ID.TableMetastoreServiceClient. updateTable(Table table, com.google.protobuf.FieldMask updateMask)Updates an existing table specified by the table ID.TableMetastoreServiceClient. updateTable(UpdateTableRequest request)Updates an existing table specified by the table ID.TableMetastoreServiceGrpc.MetastoreServiceBlockingStub. updateTable(UpdateTableRequest request)Updates an existing table specified by the table ID.Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type Table Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Table>MetastoreServiceGrpc.MetastoreServiceFutureStub. createTable(CreateTableRequest request)Creates a new table.com.google.api.gax.rpc.UnaryCallable<CreateTableRequest,Table>MetastoreServiceClient. createTableCallable()Creates a new table.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTableRequest,Table>MetastoreServiceSettings.Builder. createTableSettings()Returns the builder for the settings used for calls to createTable.com.google.api.gax.rpc.UnaryCallSettings<CreateTableRequest,Table>MetastoreServiceSettings. createTableSettings()Returns the object with the settings used for calls to createTable.com.google.common.util.concurrent.ListenableFuture<Table>MetastoreServiceGrpc.MetastoreServiceFutureStub. deleteTable(DeleteTableRequest request)Deletes an existing table specified by the table ID.com.google.api.gax.rpc.UnaryCallable<DeleteTableRequest,Table>MetastoreServiceClient. deleteTableCallable()Deletes an existing table specified by the table ID.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTableRequest,Table>MetastoreServiceSettings.Builder. deleteTableSettings()Returns the builder for the settings used for calls to deleteTable.com.google.api.gax.rpc.UnaryCallSettings<DeleteTableRequest,Table>MetastoreServiceSettings. deleteTableSettings()Returns the object with the settings used for calls to deleteTable.static io.grpc.MethodDescriptor<CreateTableRequest,Table>MetastoreServiceGrpc. getCreateTableMethod()static io.grpc.MethodDescriptor<DeleteTableRequest,Table>MetastoreServiceGrpc. getDeleteTableMethod()static io.grpc.MethodDescriptor<GetTableRequest,Table>MetastoreServiceGrpc. getGetTableMethod()com.google.protobuf.Parser<Table>Table. getParserForType()static io.grpc.MethodDescriptor<RenameTableRequest,Table>MetastoreServiceGrpc. getRenameTableMethod()com.google.common.util.concurrent.ListenableFuture<Table>MetastoreServiceGrpc.MetastoreServiceFutureStub. getTable(GetTableRequest request)Gets the table specified by the resource name.com.google.api.gax.rpc.UnaryCallable<GetTableRequest,Table>MetastoreServiceClient. getTableCallable()Gets the table specified by the resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableRequest,Table>MetastoreServiceSettings.Builder. getTableSettings()Returns the builder for the settings used for calls to getTable.com.google.api.gax.rpc.UnaryCallSettings<GetTableRequest,Table>MetastoreServiceSettings. getTableSettings()Returns the object with the settings used for calls to getTable.List<Table>ListTablesResponse.Builder. getTablesList()The tables from the specified database.List<Table>ListTablesResponse. getTablesList()The tables from the specified database.List<Table>ListTablesResponseOrBuilder. getTablesList()The tables from the specified database.static io.grpc.MethodDescriptor<UpdateTableRequest,Table>MetastoreServiceGrpc. getUpdateTableMethod()static com.google.protobuf.Parser<Table>Table. parser()com.google.common.util.concurrent.ListenableFuture<Table>MetastoreServiceGrpc.MetastoreServiceFutureStub. renameTable(RenameTableRequest request)Renames an existing table specified by the table ID.com.google.api.gax.rpc.UnaryCallable<RenameTableRequest,Table>MetastoreServiceClient. renameTableCallable()Renames an existing table specified by the table ID.com.google.api.gax.rpc.UnaryCallSettings.Builder<RenameTableRequest,Table>MetastoreServiceSettings.Builder. renameTableSettings()Returns the builder for the settings used for calls to renameTable.com.google.api.gax.rpc.UnaryCallSettings<RenameTableRequest,Table>MetastoreServiceSettings. renameTableSettings()Returns the object with the settings used for calls to renameTable.com.google.common.util.concurrent.ListenableFuture<Table>MetastoreServiceGrpc.MetastoreServiceFutureStub. updateTable(UpdateTableRequest request)Updates an existing table specified by the table ID.com.google.api.gax.rpc.UnaryCallable<UpdateTableRequest,Table>MetastoreServiceClient. updateTableCallable()Updates an existing table specified by the table ID.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTableRequest,Table>MetastoreServiceSettings.Builder. updateTableSettings()Returns the builder for the settings used for calls to updateTable.com.google.api.gax.rpc.UnaryCallSettings<UpdateTableRequest,Table>MetastoreServiceSettings. updateTableSettings()Returns the object with the settings used for calls to updateTable.Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type Table Modifier and Type Method Description ListTablesResponse.BuilderListTablesResponse.Builder. addTables(int index, Table value)The tables from the specified database.ListTablesResponse.BuilderListTablesResponse.Builder. addTables(Table value)The tables from the specified database.TableMetastoreServiceClient. createTable(DatabaseName parent, Table table, String tableId)Creates a new table.TableMetastoreServiceClient. createTable(String parent, Table table, String tableId)Creates a new table.Table.BuilderTable.Builder. mergeFrom(Table other)CreateTableRequest.BuilderCreateTableRequest.Builder. mergeTable(Table value)Required.UpdateTableRequest.BuilderUpdateTableRequest.Builder. mergeTable(Table value)Required.static Table.BuilderTable. newBuilder(Table prototype)CreateTableRequest.BuilderCreateTableRequest.Builder. setTable(Table value)Required.UpdateTableRequest.BuilderUpdateTableRequest.Builder. setTable(Table value)Required.ListTablesResponse.BuilderListTablesResponse.Builder. setTables(int index, Table value)The tables from the specified database.TableMetastoreServiceClient. updateTable(Table table, com.google.protobuf.FieldMask updateMask)Updates an existing table specified by the table ID.Method parameters in com.google.cloud.bigquery.biglake.v1alpha1 with type arguments of type Table Modifier and Type Method Description ListTablesResponse.BuilderListTablesResponse.Builder. addAllTables(Iterable<? extends Table> values)The tables from the specified database.static com.google.api.core.ApiFuture<MetastoreServiceClient.ListTablesPagedResponse>MetastoreServiceClient.ListTablesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, com.google.api.core.ApiFuture<ListTablesResponse> futureResponse)protected MetastoreServiceClient.ListTablesPageMetastoreServiceClient.ListTablesPage. createPage(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, ListTablesResponse response)com.google.api.core.ApiFuture<MetastoreServiceClient.ListTablesPage>MetastoreServiceClient.ListTablesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, com.google.api.core.ApiFuture<ListTablesResponse> futureResponse)default voidMetastoreServiceGrpc.AsyncService. createTable(CreateTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Creates a new table.voidMetastoreServiceGrpc.MetastoreServiceStub. createTable(CreateTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Creates a new table.default voidMetastoreServiceGrpc.AsyncService. deleteTable(DeleteTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Deletes an existing table specified by the table ID.voidMetastoreServiceGrpc.MetastoreServiceStub. deleteTable(DeleteTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Deletes an existing table specified by the table ID.default voidMetastoreServiceGrpc.AsyncService. getTable(GetTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Gets the table specified by the resource name.voidMetastoreServiceGrpc.MetastoreServiceStub. getTable(GetTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Gets the table specified by the resource name.default voidMetastoreServiceGrpc.AsyncService. renameTable(RenameTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Renames an existing table specified by the table ID.voidMetastoreServiceGrpc.MetastoreServiceStub. renameTable(RenameTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Renames an existing table specified by the table ID.default voidMetastoreServiceGrpc.AsyncService. updateTable(UpdateTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Updates an existing table specified by the table ID.voidMetastoreServiceGrpc.MetastoreServiceStub. updateTable(UpdateTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Updates an existing table specified by the table ID. -
Uses of Table in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type Table Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateTableRequest,Table>GrpcMetastoreServiceStub. createTableCallable()com.google.api.gax.rpc.UnaryCallable<CreateTableRequest,Table>HttpJsonMetastoreServiceStub. createTableCallable()com.google.api.gax.rpc.UnaryCallable<CreateTableRequest,Table>MetastoreServiceStub. createTableCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTableRequest,Table>MetastoreServiceStubSettings.Builder. createTableSettings()Returns the builder for the settings used for calls to createTable.com.google.api.gax.rpc.UnaryCallSettings<CreateTableRequest,Table>MetastoreServiceStubSettings. createTableSettings()Returns the object with the settings used for calls to createTable.com.google.api.gax.rpc.UnaryCallable<DeleteTableRequest,Table>GrpcMetastoreServiceStub. deleteTableCallable()com.google.api.gax.rpc.UnaryCallable<DeleteTableRequest,Table>HttpJsonMetastoreServiceStub. deleteTableCallable()com.google.api.gax.rpc.UnaryCallable<DeleteTableRequest,Table>MetastoreServiceStub. deleteTableCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTableRequest,Table>MetastoreServiceStubSettings.Builder. deleteTableSettings()Returns the builder for the settings used for calls to deleteTable.com.google.api.gax.rpc.UnaryCallSettings<DeleteTableRequest,Table>MetastoreServiceStubSettings. deleteTableSettings()Returns the object with the settings used for calls to deleteTable.com.google.api.gax.rpc.UnaryCallable<GetTableRequest,Table>GrpcMetastoreServiceStub. getTableCallable()com.google.api.gax.rpc.UnaryCallable<GetTableRequest,Table>HttpJsonMetastoreServiceStub. getTableCallable()com.google.api.gax.rpc.UnaryCallable<GetTableRequest,Table>MetastoreServiceStub. getTableCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableRequest,Table>MetastoreServiceStubSettings.Builder. getTableSettings()Returns the builder for the settings used for calls to getTable.com.google.api.gax.rpc.UnaryCallSettings<GetTableRequest,Table>MetastoreServiceStubSettings. getTableSettings()Returns the object with the settings used for calls to getTable.com.google.api.gax.rpc.UnaryCallable<RenameTableRequest,Table>GrpcMetastoreServiceStub. renameTableCallable()com.google.api.gax.rpc.UnaryCallable<RenameTableRequest,Table>HttpJsonMetastoreServiceStub. renameTableCallable()com.google.api.gax.rpc.UnaryCallable<RenameTableRequest,Table>MetastoreServiceStub. renameTableCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<RenameTableRequest,Table>MetastoreServiceStubSettings.Builder. renameTableSettings()Returns the builder for the settings used for calls to renameTable.com.google.api.gax.rpc.UnaryCallSettings<RenameTableRequest,Table>MetastoreServiceStubSettings. renameTableSettings()Returns the object with the settings used for calls to renameTable.com.google.api.gax.rpc.UnaryCallable<UpdateTableRequest,Table>GrpcMetastoreServiceStub. updateTableCallable()com.google.api.gax.rpc.UnaryCallable<UpdateTableRequest,Table>HttpJsonMetastoreServiceStub. updateTableCallable()com.google.api.gax.rpc.UnaryCallable<UpdateTableRequest,Table>MetastoreServiceStub. updateTableCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTableRequest,Table>MetastoreServiceStubSettings.Builder. updateTableSettings()Returns the builder for the settings used for calls to updateTable.com.google.api.gax.rpc.UnaryCallSettings<UpdateTableRequest,Table>MetastoreServiceStubSettings. updateTableSettings()Returns the object with the settings used for calls to updateTable.
-