@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/bigquery/storage/v1/storage.proto") public final class BigQueryWriteGrpc extends Object
BigQuery Write API. The Write API can be used to write data to BigQuery. For supplementary information about the Write API, see: https://cloud.google.com/bigquery/docs/write-api
| Modifier and Type | Class and Description |
|---|---|
static class |
BigQueryWriteGrpc.BigQueryWriteBlockingStub
BigQuery Write API.
|
static class |
BigQueryWriteGrpc.BigQueryWriteFutureStub
BigQuery Write API.
|
static class |
BigQueryWriteGrpc.BigQueryWriteImplBase
BigQuery Write API.
|
static class |
BigQueryWriteGrpc.BigQueryWriteStub
BigQuery Write API.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<AppendRowsRequest,AppendRowsResponse> |
getAppendRowsMethod() |
static io.grpc.MethodDescriptor<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse> |
getBatchCommitWriteStreamsMethod() |
static io.grpc.MethodDescriptor<CreateWriteStreamRequest,WriteStream> |
getCreateWriteStreamMethod() |
static io.grpc.MethodDescriptor<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse> |
getFinalizeWriteStreamMethod() |
static io.grpc.MethodDescriptor<FlushRowsRequest,FlushRowsResponse> |
getFlushRowsMethod() |
static io.grpc.MethodDescriptor<GetWriteStreamRequest,WriteStream> |
getGetWriteStreamMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static BigQueryWriteGrpc.BigQueryWriteBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static BigQueryWriteGrpc.BigQueryWriteFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static BigQueryWriteGrpc.BigQueryWriteStub |
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<CreateWriteStreamRequest,WriteStream> getCreateWriteStreamMethod()
public static io.grpc.MethodDescriptor<AppendRowsRequest,AppendRowsResponse> getAppendRowsMethod()
public static io.grpc.MethodDescriptor<GetWriteStreamRequest,WriteStream> getGetWriteStreamMethod()
public static io.grpc.MethodDescriptor<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse> getFinalizeWriteStreamMethod()
public static io.grpc.MethodDescriptor<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse> getBatchCommitWriteStreamsMethod()
public static io.grpc.MethodDescriptor<FlushRowsRequest,FlushRowsResponse> getFlushRowsMethod()
public static BigQueryWriteGrpc.BigQueryWriteStub newStub(io.grpc.Channel channel)
public static BigQueryWriteGrpc.BigQueryWriteBlockingStub newBlockingStub(io.grpc.Channel channel)
public static BigQueryWriteGrpc.BigQueryWriteFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.