Class GrpcBigQueryReadStub (3.5.1)

public class GrpcBigQueryReadStub extends BigQueryReadStub

gRPC stub implementation for the BigQueryRead service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > BigQueryReadStub > GrpcBigQueryReadStub

Static Methods

create(ClientContext clientContext)

public static final GrpcBigQueryReadStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcBigQueryReadStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcBigQueryReadStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcBigQueryReadStub
Exceptions
Type Description
IOException

create(BigQueryReadStubSettings settings)

public static final GrpcBigQueryReadStub create(BigQueryReadStubSettings settings)
Parameter
Name Description
settings BigQueryReadStubSettings
Returns
Type Description
GrpcBigQueryReadStub
Exceptions
Type Description
IOException

Constructors

GrpcBigQueryReadStub(BigQueryReadStubSettings settings, ClientContext clientContext)

protected GrpcBigQueryReadStub(BigQueryReadStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcBigQueryReadStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings BigQueryReadStubSettings
clientContext ClientContext

GrpcBigQueryReadStub(BigQueryReadStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcBigQueryReadStub(BigQueryReadStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcBigQueryReadStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings BigQueryReadStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

createReadSessionCallable()

public UnaryCallable<CreateReadSessionRequest,ReadSession> createReadSessionCallable()
Returns
Type Description
UnaryCallable<CreateReadSessionRequest,ReadSession>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

readRowsCallable()

public ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> readRowsCallable()
Returns
Type Description
ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

splitReadStreamCallable()

public UnaryCallable<SplitReadStreamRequest,SplitReadStreamResponse> splitReadStreamCallable()
Returns
Type Description
UnaryCallable<SplitReadStreamRequest,SplitReadStreamResponse>
Overrides