Class GrpcBigQueryStorageStub (3.5.1)

public class GrpcBigQueryStorageStub extends BigQueryStorageStub

gRPC stub implementation for the BigQueryStorage service API.

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

Inheritance

java.lang.Object > BigQueryStorageStub > GrpcBigQueryStorageStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(BigQueryStorageStubSettings settings)

public static final GrpcBigQueryStorageStub create(BigQueryStorageStubSettings settings)
Parameter
Name Description
settings BigQueryStorageStubSettings
Returns
Type Description
GrpcBigQueryStorageStub
Exceptions
Type Description
IOException

Constructors

GrpcBigQueryStorageStub(BigQueryStorageStubSettings settings, ClientContext clientContext)

protected GrpcBigQueryStorageStub(BigQueryStorageStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcBigQueryStorageStub, 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 BigQueryStorageStubSettings
clientContext ClientContext

GrpcBigQueryStorageStub(BigQueryStorageStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcBigQueryStorageStub(BigQueryStorageStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcBigQueryStorageStub, 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 BigQueryStorageStubSettings
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

batchCreateReadSessionStreamsCallable()

public UnaryCallable<Storage.BatchCreateReadSessionStreamsRequest,Storage.BatchCreateReadSessionStreamsResponse> batchCreateReadSessionStreamsCallable()
Returns
Type Description
UnaryCallable<BatchCreateReadSessionStreamsRequest,BatchCreateReadSessionStreamsResponse>
Overrides

close()

public final void close()
Overrides

createReadSessionCallable()

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

finalizeStreamCallable()

public UnaryCallable<Storage.FinalizeStreamRequest,Empty> finalizeStreamCallable()
Returns
Type Description
UnaryCallable<FinalizeStreamRequest,Empty>
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<Storage.ReadRowsRequest,Storage.ReadRowsResponse> readRowsCallable()
Returns
Type Description
ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

splitReadStreamCallable()

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