@Generated(value="by gRPC proto compiler (version 1.10.0)", 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.
| Modifier and Type | Class and Description |
|---|---|
static class |
BigQueryStorageGrpc.BigQueryStorageBlockingStub
BigQuery storage API.
|
static class |
BigQueryStorageGrpc.BigQueryStorageFutureStub
BigQuery storage API.
|
static class |
BigQueryStorageGrpc.BigQueryStorageImplBase
BigQuery storage API.
|
static class |
BigQueryStorageGrpc.BigQueryStorageStub
BigQuery storage API.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<Storage.BatchCreateReadSessionStreamsRequest,Storage.BatchCreateReadSessionStreamsResponse> |
METHOD_BATCH_CREATE_READ_SESSION_STREAMS
Deprecated.
|
static io.grpc.MethodDescriptor<Storage.CreateReadSessionRequest,Storage.ReadSession> |
METHOD_CREATE_READ_SESSION
Deprecated.
|
static io.grpc.MethodDescriptor<Storage.FinalizeStreamRequest,com.google.protobuf.Empty> |
METHOD_FINALIZE_STREAM
Deprecated.
|
static io.grpc.MethodDescriptor<Storage.ReadRowsRequest,Storage.ReadRowsResponse> |
METHOD_READ_ROWS
Deprecated.
|
static io.grpc.MethodDescriptor<Storage.SplitReadStreamRequest,Storage.SplitReadStreamResponse> |
METHOD_SPLIT_READ_STREAM
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Storage.CreateReadSessionRequest,Storage.ReadSession> METHOD_CREATE_READ_SESSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Storage.ReadRowsRequest,Storage.ReadRowsResponse> METHOD_READ_ROWS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Storage.BatchCreateReadSessionStreamsRequest,Storage.BatchCreateReadSessionStreamsResponse> METHOD_BATCH_CREATE_READ_SESSION_STREAMS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Storage.FinalizeStreamRequest,com.google.protobuf.Empty> METHOD_FINALIZE_STREAM
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Storage.SplitReadStreamRequest,Storage.SplitReadStreamResponse> METHOD_SPLIT_READ_STREAM
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Storage.CreateReadSessionRequest,Storage.ReadSession> getCreateReadSessionMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Storage.ReadRowsRequest,Storage.ReadRowsResponse> getReadRowsMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Storage.BatchCreateReadSessionStreamsRequest,Storage.BatchCreateReadSessionStreamsResponse> getBatchCreateReadSessionStreamsMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Storage.FinalizeStreamRequest,com.google.protobuf.Empty> getFinalizeStreamMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") 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 io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2018 Google LLC. All rights reserved.