Uses of Class
com.google.cloud.bigquery.biglake.v1.DeleteTableRequest
-
Packages that use DeleteTableRequest Package Description com.google.cloud.bigquery.biglake.v1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1.stub -
-
Uses of DeleteTableRequest in com.google.cloud.bigquery.biglake.v1
Methods in com.google.cloud.bigquery.biglake.v1 that return DeleteTableRequest Modifier and Type Method Description DeleteTableRequestDeleteTableRequest.Builder. build()DeleteTableRequestDeleteTableRequest.Builder. buildPartial()static DeleteTableRequestDeleteTableRequest. getDefaultInstance()DeleteTableRequestDeleteTableRequest.Builder. getDefaultInstanceForType()DeleteTableRequestDeleteTableRequest. getDefaultInstanceForType()static DeleteTableRequestDeleteTableRequest. parseDelimitedFrom(InputStream input)static DeleteTableRequestDeleteTableRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTableRequestDeleteTableRequest. parseFrom(byte[] data)static DeleteTableRequestDeleteTableRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTableRequestDeleteTableRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteTableRequestDeleteTableRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTableRequestDeleteTableRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteTableRequestDeleteTableRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTableRequestDeleteTableRequest. parseFrom(InputStream input)static DeleteTableRequestDeleteTableRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTableRequestDeleteTableRequest. parseFrom(ByteBuffer data)static DeleteTableRequestDeleteTableRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.biglake.v1 that return types with arguments of type DeleteTableRequest Modifier and Type Method Description 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<DeleteTableRequest,Table>MetastoreServiceGrpc. getDeleteTableMethod()com.google.protobuf.Parser<DeleteTableRequest>DeleteTableRequest. getParserForType()static com.google.protobuf.Parser<DeleteTableRequest>DeleteTableRequest. parser()Methods in com.google.cloud.bigquery.biglake.v1 with parameters of type DeleteTableRequest Modifier and Type Method Description TableMetastoreServiceClient. deleteTable(DeleteTableRequest request)Deletes an existing table specified by the table ID.default voidMetastoreServiceGrpc.AsyncService. deleteTable(DeleteTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Deletes an existing table specified by the table ID.TableMetastoreServiceGrpc.MetastoreServiceBlockingStub. deleteTable(DeleteTableRequest request)Deletes an existing table specified by the table ID.com.google.common.util.concurrent.ListenableFuture<Table>MetastoreServiceGrpc.MetastoreServiceFutureStub. deleteTable(DeleteTableRequest request)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.DeleteTableRequest.BuilderDeleteTableRequest.Builder. mergeFrom(DeleteTableRequest other)static DeleteTableRequest.BuilderDeleteTableRequest. newBuilder(DeleteTableRequest prototype) -
Uses of DeleteTableRequest in com.google.cloud.bigquery.biglake.v1.stub
Methods in com.google.cloud.bigquery.biglake.v1.stub that return types with arguments of type DeleteTableRequest Modifier and Type Method Description 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.
-