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")
@Deprecated
public final class BigQueryWriteGrpc
extends Object
Deprecated.
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 ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.static final classDeprecated.static final classDeprecated.static classDeprecated.static final classDeprecated. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionDeprecated.static io.grpc.MethodDescriptor<AppendRowsRequest,AppendRowsResponse> Deprecated.static io.grpc.MethodDescriptor<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse> Deprecated.static io.grpc.MethodDescriptor<CreateWriteStreamRequest,WriteStream> Deprecated.static io.grpc.MethodDescriptor<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse> Deprecated.static io.grpc.MethodDescriptor<FlushRowsRequest,FlushRowsResponse> Deprecated.static io.grpc.MethodDescriptor<GetWriteStreamRequest,WriteStream> Deprecated.static io.grpc.ServiceDescriptorDeprecated.newBlockingStub(io.grpc.Channel channel) Deprecated.Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Deprecated.Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Deprecated.Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
Deprecated.- See Also:
-
-
Method Details
-
getCreateWriteStreamMethod
public static io.grpc.MethodDescriptor<CreateWriteStreamRequest,WriteStream> getCreateWriteStreamMethod()Deprecated. -
getAppendRowsMethod
Deprecated. -
getGetWriteStreamMethod
Deprecated. -
getFinalizeWriteStreamMethod
public static io.grpc.MethodDescriptor<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse> getFinalizeWriteStreamMethod()Deprecated. -
getBatchCommitWriteStreamsMethod
public static io.grpc.MethodDescriptor<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse> getBatchCommitWriteStreamsMethod()Deprecated. -
getFlushRowsMethod
Deprecated. -
newStub
Deprecated.Creates a new async stub that supports all call types for the service -
newBlockingStub
Deprecated.Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Deprecated.Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(BigQueryWriteGrpc.AsyncService service) Deprecated. -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()Deprecated.
-