Class BigQueryStorageGrpc
java.lang.Object
com.google.cloud.bigquery.storage.v1beta1.BigQueryStorageGrpc
@Generated(value="by gRPC proto compiler",
comments="Source: google/cloud/bigquery/storage/v1beta1/storage.proto")
public final class BigQueryStorageGrpc
extends Object
BigQuery storage API. The BigQuery storage API can be used to read data stored in BigQuery. The v1beta1 API is not yet officially deprecated, and will go through a full deprecation cycle (https://cloud.google.com/products#product-launch-stages) before the service is turned down. However, new code should use the v1 API going forward.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBigQuery storage API.static final classA stub to allow clients to do synchronous rpc calls to service BigQueryStorage.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service BigQueryStorage.static classBase class for the server implementation of the service BigQueryStorage.static final classA stub to allow clients to do asynchronous rpc calls to service BigQueryStorage. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<Storage.BatchCreateReadSessionStreamsRequest,Storage.BatchCreateReadSessionStreamsResponse> static io.grpc.MethodDescriptor<Storage.CreateReadSessionRequest,Storage.ReadSession> static io.grpc.MethodDescriptor<Storage.FinalizeStreamRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<Storage.ReadRowsRequest,Storage.ReadRowsResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Storage.SplitReadStreamRequest,Storage.SplitReadStreamResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getCreateReadSessionMethod
public static io.grpc.MethodDescriptor<Storage.CreateReadSessionRequest,Storage.ReadSession> getCreateReadSessionMethod() -
getReadRowsMethod
public static io.grpc.MethodDescriptor<Storage.ReadRowsRequest,Storage.ReadRowsResponse> getReadRowsMethod() -
getBatchCreateReadSessionStreamsMethod
public static io.grpc.MethodDescriptor<Storage.BatchCreateReadSessionStreamsRequest,Storage.BatchCreateReadSessionStreamsResponse> getBatchCreateReadSessionStreamsMethod() -
getFinalizeStreamMethod
public static io.grpc.MethodDescriptor<Storage.FinalizeStreamRequest,com.google.protobuf.Empty> getFinalizeStreamMethod() -
getSplitReadStreamMethod
public static io.grpc.MethodDescriptor<Storage.SplitReadStreamRequest,Storage.SplitReadStreamResponse> getSplitReadStreamMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static BigQueryStorageGrpc.BigQueryStorageBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(BigQueryStorageGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-