Class BigQueryStorageGrpc (2.10.1)

public final class BigQueryStorageGrpc

BigQuery storage API. The BigQuery storage API can be used to read data stored in BigQuery.

Inheritance

java.lang.Object > BigQueryStorageGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getBatchCreateReadSessionStreamsMethod()

public static MethodDescriptor<Storage.BatchCreateReadSessionStreamsRequest,Storage.BatchCreateReadSessionStreamsResponse> getBatchCreateReadSessionStreamsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<BatchCreateReadSessionStreamsRequest,BatchCreateReadSessionStreamsResponse>

getCreateReadSessionMethod()

public static MethodDescriptor<Storage.CreateReadSessionRequest,Storage.ReadSession> getCreateReadSessionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateReadSessionRequest,ReadSession>

getFinalizeStreamMethod()

public static MethodDescriptor<Storage.FinalizeStreamRequest,Empty> getFinalizeStreamMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<FinalizeStreamRequest,Empty>

getReadRowsMethod()

public static MethodDescriptor<Storage.ReadRowsRequest,Storage.ReadRowsResponse> getReadRowsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ReadRowsRequest,ReadRowsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getSplitReadStreamMethod()

public static MethodDescriptor<Storage.SplitReadStreamRequest,Storage.SplitReadStreamResponse> getSplitReadStreamMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SplitReadStreamRequest,SplitReadStreamResponse>

newBlockingStub(Channel channel)

public static BigQueryStorageGrpc.BigQueryStorageBlockingStub newBlockingStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BigQueryStorageGrpc.BigQueryStorageBlockingStub

newFutureStub(Channel channel)

public static BigQueryStorageGrpc.BigQueryStorageFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BigQueryStorageGrpc.BigQueryStorageFutureStub

newStub(Channel channel)

public static BigQueryStorageGrpc.BigQueryStorageStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BigQueryStorageGrpc.BigQueryStorageStub