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 Classes Modifier and Type Class Description static interface
BigQueryStorageGrpc.AsyncService
BigQuery storage API.static class
BigQueryStorageGrpc.BigQueryStorageBlockingStub
A stub to allow clients to do synchronous rpc calls to service BigQueryStorage.static class
BigQueryStorageGrpc.BigQueryStorageFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service BigQueryStorage.static class
BigQueryStorageGrpc.BigQueryStorageImplBase
Base class for the server implementation of the service BigQueryStorage.static class
BigQueryStorageGrpc.BigQueryStorageStub
A stub to allow clients to do asynchronous rpc calls to service BigQueryStorage.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(BigQueryStorageGrpc.AsyncService service)
static io.grpc.MethodDescriptor<Storage.BatchCreateReadSessionStreamsRequest,Storage.BatchCreateReadSessionStreamsResponse>
getBatchCreateReadSessionStreamsMethod()
static io.grpc.MethodDescriptor<Storage.CreateReadSessionRequest,Storage.ReadSession>
getCreateReadSessionMethod()
static io.grpc.MethodDescriptor<Storage.FinalizeStreamRequest,com.google.protobuf.Empty>
getFinalizeStreamMethod()
static io.grpc.MethodDescriptor<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
getReadRowsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<Storage.SplitReadStreamRequest,Storage.SplitReadStreamResponse>
getSplitReadStreamMethod()
static BigQueryStorageGrpc.BigQueryStorageBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic BigQueryStorageGrpc.BigQueryStorageFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic BigQueryStorageGrpc.BigQueryStorageStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
public static BigQueryStorageGrpc.BigQueryStorageStub newStub(io.grpc.Channel channel)
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
public static BigQueryStorageGrpc.BigQueryStorageFutureStub newFutureStub(io.grpc.Channel channel)
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()
-
-