Class BigQueryWriteGrpc
- java.lang.Object
-
- com.google.cloud.bigquery.storage.v1beta2.BigQueryWriteGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/bigquery/storage/v1beta2/storage.proto") public final class BigQueryWriteGrpc extends Object
BigQuery Write API. The Write API can be used to write data to BigQuery. The [google.cloud.bigquery.storage.v1 API](/bigquery/docs/reference/storage/rpc/google.cloud.bigquery.storage.v1) should be used instead of the v1beta2 API for BigQueryWrite operations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BigQueryWriteGrpc.AsyncService
BigQuery Write API.static class
BigQueryWriteGrpc.BigQueryWriteBlockingStub
A stub to allow clients to do synchronous rpc calls to service BigQueryWrite.static class
BigQueryWriteGrpc.BigQueryWriteFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service BigQueryWrite.static class
BigQueryWriteGrpc.BigQueryWriteImplBase
Base class for the server implementation of the service BigQueryWrite.static class
BigQueryWriteGrpc.BigQueryWriteStub
A stub to allow clients to do asynchronous rpc calls to service BigQueryWrite.
-
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(BigQueryWriteGrpc.AsyncService service)
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 servicestatic BigQueryWriteGrpc.BigQueryWriteFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic BigQueryWriteGrpc.BigQueryWriteStub
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
-
getCreateWriteStreamMethod
public static io.grpc.MethodDescriptor<CreateWriteStreamRequest,WriteStream> getCreateWriteStreamMethod()
-
getAppendRowsMethod
public static io.grpc.MethodDescriptor<AppendRowsRequest,AppendRowsResponse> getAppendRowsMethod()
-
getGetWriteStreamMethod
public static io.grpc.MethodDescriptor<GetWriteStreamRequest,WriteStream> getGetWriteStreamMethod()
-
getFinalizeWriteStreamMethod
public static io.grpc.MethodDescriptor<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse> getFinalizeWriteStreamMethod()
-
getBatchCommitWriteStreamsMethod
public static io.grpc.MethodDescriptor<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse> getBatchCommitWriteStreamsMethod()
-
getFlushRowsMethod
public static io.grpc.MethodDescriptor<FlushRowsRequest,FlushRowsResponse> getFlushRowsMethod()
-
newStub
public static BigQueryWriteGrpc.BigQueryWriteStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static BigQueryWriteGrpc.BigQueryWriteBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static BigQueryWriteGrpc.BigQueryWriteFutureStub 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(BigQueryWriteGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-