Class MetastorePartitionServiceGrpc.MetastorePartitionServiceBlockingStub (3.9.1)

public static final class MetastorePartitionServiceGrpc.MetastorePartitionServiceBlockingStub extends AbstractBlockingStub<MetastorePartitionServiceGrpc.MetastorePartitionServiceBlockingStub>

A stub to allow clients to do synchronous rpc calls to service MetastorePartitionService.

BigQuery Metastore Partition Service API. This service is used for managing metastore partitions in BigQuery metastore. The service supports only batch operations for write.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > MetastorePartitionServiceGrpc.MetastorePartitionServiceBlockingStub

Methods

batchCreateMetastorePartitions(BatchCreateMetastorePartitionsRequest request)

public BatchCreateMetastorePartitionsResponse batchCreateMetastorePartitions(BatchCreateMetastorePartitionsRequest request)

Adds metastore partitions to a table.

Parameter
Name Description
request BatchCreateMetastorePartitionsRequest
Returns
Type Description
BatchCreateMetastorePartitionsResponse

batchDeleteMetastorePartitions(BatchDeleteMetastorePartitionsRequest request)

public Empty batchDeleteMetastorePartitions(BatchDeleteMetastorePartitionsRequest request)

Deletes metastore partitions from a table.

Parameter
Name Description
request BatchDeleteMetastorePartitionsRequest
Returns
Type Description
Empty

batchUpdateMetastorePartitions(BatchUpdateMetastorePartitionsRequest request)

public BatchUpdateMetastorePartitionsResponse batchUpdateMetastorePartitions(BatchUpdateMetastorePartitionsRequest request)

Updates metastore partitions in a table.

Parameter
Name Description
request BatchUpdateMetastorePartitionsRequest
Returns
Type Description
BatchUpdateMetastorePartitionsResponse

build(Channel channel, CallOptions callOptions)

protected MetastorePartitionServiceGrpc.MetastorePartitionServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
MetastorePartitionServiceGrpc.MetastorePartitionServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

listMetastorePartitions(ListMetastorePartitionsRequest request)

public ListMetastorePartitionsResponse listMetastorePartitions(ListMetastorePartitionsRequest request)

Gets metastore partitions from a table.

Parameter
Name Description
request ListMetastorePartitionsRequest
Returns
Type Description
ListMetastorePartitionsResponse