Uses of Class
com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest
-
Packages that use BatchCommitWriteStreamsRequest Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1.stub -
-
Uses of BatchCommitWriteStreamsRequest in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return BatchCommitWriteStreamsRequest Modifier and Type Method Description BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest.Builder. build()
BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest.Builder. buildPartial()
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. getDefaultInstance()
BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest.Builder. getDefaultInstanceForType()
BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. getDefaultInstanceForType()
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. parseDelimitedFrom(InputStream input)
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. parseFrom(byte[] data)
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. parseFrom(InputStream input)
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. parseFrom(ByteBuffer data)
static BatchCommitWriteStreamsRequest
BatchCommitWriteStreamsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type BatchCommitWriteStreamsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse>
BigQueryWriteClient. batchCommitWriteStreamsCallable()
Atomically commits a group of `PENDING` streams that belong to the same `parent` table.com.google.api.gax.rpc.UnaryCallSettings<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse>
BigQueryWriteSettings. batchCommitWriteStreamsSettings()
Returns the object with the settings used for calls to batchCommitWriteStreams.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse>
BigQueryWriteSettings.Builder. batchCommitWriteStreamsSettings()
Returns the builder for the settings used for calls to batchCommitWriteStreams.static io.grpc.MethodDescriptor<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse>
BigQueryWriteGrpc. getBatchCommitWriteStreamsMethod()
com.google.protobuf.Parser<BatchCommitWriteStreamsRequest>
BatchCommitWriteStreamsRequest. getParserForType()
static com.google.protobuf.Parser<BatchCommitWriteStreamsRequest>
BatchCommitWriteStreamsRequest. parser()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type BatchCommitWriteStreamsRequest Modifier and Type Method Description BatchCommitWriteStreamsResponse
BigQueryWriteClient. batchCommitWriteStreams(BatchCommitWriteStreamsRequest request)
Atomically commits a group of `PENDING` streams that belong to the same `parent` table.default void
BigQueryWriteGrpc.AsyncService. batchCommitWriteStreams(BatchCommitWriteStreamsRequest request, io.grpc.stub.StreamObserver<BatchCommitWriteStreamsResponse> responseObserver)
Atomically commits a group of `PENDING` streams that belong to the same `parent` table.BatchCommitWriteStreamsResponse
BigQueryWriteGrpc.BigQueryWriteBlockingStub. batchCommitWriteStreams(BatchCommitWriteStreamsRequest request)
Atomically commits a group of `PENDING` streams that belong to the same `parent` table.com.google.common.util.concurrent.ListenableFuture<BatchCommitWriteStreamsResponse>
BigQueryWriteGrpc.BigQueryWriteFutureStub. batchCommitWriteStreams(BatchCommitWriteStreamsRequest request)
Atomically commits a group of `PENDING` streams that belong to the same `parent` table.void
BigQueryWriteGrpc.BigQueryWriteStub. batchCommitWriteStreams(BatchCommitWriteStreamsRequest request, io.grpc.stub.StreamObserver<BatchCommitWriteStreamsResponse> responseObserver)
Atomically commits a group of `PENDING` streams that belong to the same `parent` table.BatchCommitWriteStreamsRequest.Builder
BatchCommitWriteStreamsRequest.Builder. mergeFrom(BatchCommitWriteStreamsRequest other)
static BatchCommitWriteStreamsRequest.Builder
BatchCommitWriteStreamsRequest. newBuilder(BatchCommitWriteStreamsRequest prototype)
-
Uses of BatchCommitWriteStreamsRequest in com.google.cloud.bigquery.storage.v1.stub
Methods in com.google.cloud.bigquery.storage.v1.stub that return types with arguments of type BatchCommitWriteStreamsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse>
BigQueryWriteStub. batchCommitWriteStreamsCallable()
com.google.api.gax.rpc.UnaryCallable<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse>
GrpcBigQueryWriteStub. batchCommitWriteStreamsCallable()
com.google.api.gax.rpc.UnaryCallSettings<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse>
BigQueryWriteStubSettings. batchCommitWriteStreamsSettings()
Returns the object with the settings used for calls to batchCommitWriteStreams.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse>
BigQueryWriteStubSettings.Builder. batchCommitWriteStreamsSettings()
Returns the builder for the settings used for calls to batchCommitWriteStreams.
-