Class BigQueryReadGrpc (3.4.0)

public final class BigQueryReadGrpc

BigQuery Read API. The Read API can be used to read data from BigQuery. New code should use the v1 Read API going forward, if they don't use Write API at the same time.

Inheritance

java.lang.Object > BigQueryReadGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(BigQueryReadGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(BigQueryReadGrpc.AsyncService service)
Parameter
NameDescription
serviceBigQueryReadGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

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