Class BigQueryReadGrpc (2.14.2)

public final class BigQueryReadGrpc

BigQuery Read API. The Read API can be used to read data from BigQuery.

Inheritance

java.lang.Object > BigQueryReadGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateReadSessionMethod()

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

getReadRowsMethod()

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

getServiceDescriptor()

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

getSplitReadStreamMethod()

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

newBlockingStub(Channel channel)

public static BigQueryReadGrpc.BigQueryReadBlockingStub 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
BigQueryReadGrpc.BigQueryReadBlockingStub

newFutureStub(Channel channel)

public static BigQueryReadGrpc.BigQueryReadFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BigQueryReadGrpc.BigQueryReadFutureStub

newStub(Channel channel)

public static BigQueryReadGrpc.BigQueryReadStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BigQueryReadGrpc.BigQueryReadStub