@Generated(value="by gapic-generator-java") public class GrpcBigQueryReadStub extends BigQueryReadStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcBigQueryReadStub(BigQueryReadStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcBigQueryReadStub, using the given settings.
|
protected |
GrpcBigQueryReadStub(BigQueryReadStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcBigQueryReadStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcBigQueryReadStub |
create(BigQueryReadStubSettings settings) |
static GrpcBigQueryReadStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcBigQueryReadStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
com.google.api.gax.rpc.UnaryCallable<CreateReadSessionRequest,ReadSession> |
createReadSessionCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> |
readRowsCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<SplitReadStreamRequest,SplitReadStreamResponse> |
splitReadStreamCallable() |
protected GrpcBigQueryReadStub(BigQueryReadStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcBigQueryReadStub(BigQueryReadStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcBigQueryReadStub create(BigQueryReadStubSettings settings) throws IOException
IOExceptionpublic static final GrpcBigQueryReadStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcBigQueryReadStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<CreateReadSessionRequest,ReadSession> createReadSessionCallable()
createReadSessionCallable in class BigQueryReadStubpublic com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> readRowsCallable()
readRowsCallable in class BigQueryReadStubpublic com.google.api.gax.rpc.UnaryCallable<SplitReadStreamRequest,SplitReadStreamResponse> splitReadStreamCallable()
splitReadStreamCallable in class BigQueryReadStubpublic final void close()
close in interface AutoCloseableclose in class BigQueryReadStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2023 Google LLC. All rights reserved.