Class BigQueryReadGrpc (3.5.1)

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
Type Description
String

Static Methods

bindService(BigQueryReadGrpc.AsyncService service)

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

getCreateReadSessionMethod()

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

getReadRowsMethod()

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

getServiceDescriptor()

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

getSplitReadStreamMethod()

public static MethodDescriptor<SplitReadStreamRequest,SplitReadStreamResponse> getSplitReadStreamMethod()
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
BigQueryReadGrpc.BigQueryReadStub