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 UpdateTableRequest
UpdateTableRequest.Builder. build()
UpdateTableRequest
UpdateTableRequest.Builder. buildPartial()
static UpdateTableRequest
UpdateTableRequest. getDefaultInstance()
UpdateTableRequest
UpdateTableRequest.Builder. getDefaultInstanceForType()
UpdateTableRequest
UpdateTableRequest. getDefaultInstanceForType()
static UpdateTableRequest
UpdateTableRequest. parseDelimitedFrom(InputStream input)
static UpdateTableRequest
UpdateTableRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateTableRequest
UpdateTableRequest. parseFrom(byte[] data)
static UpdateTableRequest
UpdateTableRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateTableRequest
UpdateTableRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateTableRequest
UpdateTableRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateTableRequest
UpdateTableRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateTableRequest
UpdateTableRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateTableRequest
UpdateTableRequest. parseFrom(InputStream input)
static UpdateTableRequest
UpdateTableRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateTableRequest
UpdateTableRequest. parseFrom(ByteBuffer data)
static UpdateTableRequest
UpdateTableRequest. 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.Builder
UpdateTableRequest.Builder. mergeFrom(UpdateTableRequest other)
static UpdateTableRequest.Builder
UpdateTableRequest. newBuilder(UpdateTableRequest prototype)
Table
MetastoreServiceClient. updateTable(UpdateTableRequest request)
Updates an existing table specified by the table ID.default void
MetastoreServiceGrpc.AsyncService. updateTable(UpdateTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Updates an existing table specified by the table ID.Table
MetastoreServiceGrpc.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.void
MetastoreServiceGrpc.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.
-