@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.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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 service
|
static BigQueryStorageGrpc.BigQueryStorageFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static BigQueryStorageGrpc.BigQueryStorageStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<Storage.CreateReadSessionRequest,Storage.ReadSession> getCreateReadSessionMethod()
public static io.grpc.MethodDescriptor<Storage.ReadRowsRequest,Storage.ReadRowsResponse> getReadRowsMethod()
public static io.grpc.MethodDescriptor<Storage.BatchCreateReadSessionStreamsRequest,Storage.BatchCreateReadSessionStreamsResponse> getBatchCreateReadSessionStreamsMethod()
public static io.grpc.MethodDescriptor<Storage.FinalizeStreamRequest,com.google.protobuf.Empty> getFinalizeStreamMethod()
public static io.grpc.MethodDescriptor<Storage.SplitReadStreamRequest,Storage.SplitReadStreamResponse> getSplitReadStreamMethod()
public static BigQueryStorageGrpc.BigQueryStorageStub newStub(io.grpc.Channel channel)
public static BigQueryStorageGrpc.BigQueryStorageBlockingStub newBlockingStub(io.grpc.Channel channel)
public static BigQueryStorageGrpc.BigQueryStorageFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(BigQueryStorageGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.