@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.
| 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 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
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 io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.