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