Class MetastorePartitionServiceGrpc (3.9.1)

public final class MetastorePartitionServiceGrpc

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 > MetastorePartitionServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(MetastorePartitionServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(MetastorePartitionServiceGrpc.AsyncService service)
Parameter
Name Description
service MetastorePartitionServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getBatchCreateMetastorePartitionsMethod()

public static MethodDescriptor<BatchCreateMetastorePartitionsRequest,BatchCreateMetastorePartitionsResponse> getBatchCreateMetastorePartitionsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<BatchCreateMetastorePartitionsRequest,BatchCreateMetastorePartitionsResponse>

getBatchDeleteMetastorePartitionsMethod()

public static MethodDescriptor<BatchDeleteMetastorePartitionsRequest,Empty> getBatchDeleteMetastorePartitionsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<BatchDeleteMetastorePartitionsRequest,Empty>

getBatchUpdateMetastorePartitionsMethod()

public static MethodDescriptor<BatchUpdateMetastorePartitionsRequest,BatchUpdateMetastorePartitionsResponse> getBatchUpdateMetastorePartitionsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<BatchUpdateMetastorePartitionsRequest,BatchUpdateMetastorePartitionsResponse>

getListMetastorePartitionsMethod()

public static MethodDescriptor<ListMetastorePartitionsRequest,ListMetastorePartitionsResponse> getListMetastorePartitionsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListMetastorePartitionsRequest,ListMetastorePartitionsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getStreamMetastorePartitionsMethod()

public static MethodDescriptor<StreamMetastorePartitionsRequest,StreamMetastorePartitionsResponse> getStreamMetastorePartitionsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<StreamMetastorePartitionsRequest,StreamMetastorePartitionsResponse>

newBlockingStub(Channel channel)

public static MetastorePartitionServiceGrpc.MetastorePartitionServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
MetastorePartitionServiceGrpc.MetastorePartitionServiceBlockingStub

newFutureStub(Channel channel)

public static MetastorePartitionServiceGrpc.MetastorePartitionServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
MetastorePartitionServiceGrpc.MetastorePartitionServiceFutureStub

newStub(Channel channel)

public static MetastorePartitionServiceGrpc.MetastorePartitionServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
MetastorePartitionServiceGrpc.MetastorePartitionServiceStub