Uses of Class
com.google.cloud.bigquery.biglake.v1.CreateTableRequest
-
Packages that use CreateTableRequest Package Description com.google.cloud.bigquery.biglake.v1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1.stub -
-
Uses of CreateTableRequest in com.google.cloud.bigquery.biglake.v1
Methods in com.google.cloud.bigquery.biglake.v1 that return CreateTableRequest Modifier and Type Method Description CreateTableRequest
CreateTableRequest.Builder. build()
CreateTableRequest
CreateTableRequest.Builder. buildPartial()
static CreateTableRequest
CreateTableRequest. getDefaultInstance()
CreateTableRequest
CreateTableRequest.Builder. getDefaultInstanceForType()
CreateTableRequest
CreateTableRequest. getDefaultInstanceForType()
static CreateTableRequest
CreateTableRequest. parseDelimitedFrom(InputStream input)
static CreateTableRequest
CreateTableRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableRequest
CreateTableRequest. parseFrom(byte[] data)
static CreateTableRequest
CreateTableRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableRequest
CreateTableRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateTableRequest
CreateTableRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableRequest
CreateTableRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateTableRequest
CreateTableRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableRequest
CreateTableRequest. parseFrom(InputStream input)
static CreateTableRequest
CreateTableRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableRequest
CreateTableRequest. parseFrom(ByteBuffer data)
static CreateTableRequest
CreateTableRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.biglake.v1 that return types with arguments of type CreateTableRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<CreateTableRequest,Table>
MetastoreServiceGrpc. getCreateTableMethod()
com.google.protobuf.Parser<CreateTableRequest>
CreateTableRequest. getParserForType()
static com.google.protobuf.Parser<CreateTableRequest>
CreateTableRequest. parser()
Methods in com.google.cloud.bigquery.biglake.v1 with parameters of type CreateTableRequest Modifier and Type Method Description Table
MetastoreServiceClient. createTable(CreateTableRequest request)
Creates a new table.default void
MetastoreServiceGrpc.AsyncService. createTable(CreateTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Creates a new table.Table
MetastoreServiceGrpc.MetastoreServiceBlockingStub. createTable(CreateTableRequest request)
Creates a new table.com.google.common.util.concurrent.ListenableFuture<Table>
MetastoreServiceGrpc.MetastoreServiceFutureStub. createTable(CreateTableRequest request)
Creates a new table.void
MetastoreServiceGrpc.MetastoreServiceStub. createTable(CreateTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Creates a new table.CreateTableRequest.Builder
CreateTableRequest.Builder. mergeFrom(CreateTableRequest other)
static CreateTableRequest.Builder
CreateTableRequest. newBuilder(CreateTableRequest prototype)
-
Uses of CreateTableRequest in com.google.cloud.bigquery.biglake.v1.stub
Methods in com.google.cloud.bigquery.biglake.v1.stub that return types with arguments of type CreateTableRequest 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.
-