Uses of Class
com.google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest
-
Packages that use BatchCommitWriteStreamsRequest Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1beta2.stub -
-
Uses of BatchCommitWriteStreamsRequest in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return BatchCommitWriteStreamsRequest Modifier and Type Method Description BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest.Builder. build()BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest.Builder. buildPartial()static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. getDefaultInstance()BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest.Builder. getDefaultInstanceForType()BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. getDefaultInstanceForType()static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. parseDelimitedFrom(InputStream input)static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. parseFrom(byte[] data)static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. parseFrom(com.google.protobuf.ByteString data)static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. parseFrom(InputStream input)static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. parseFrom(ByteBuffer data)static BatchCommitWriteStreamsRequestBatchCommitWriteStreamsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.storage.v1beta2 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.v1beta2 with parameters of type BatchCommitWriteStreamsRequest Modifier and Type Method Description BatchCommitWriteStreamsResponseBigQueryWriteClient. batchCommitWriteStreams(BatchCommitWriteStreamsRequest request)Atomically commits a group of `PENDING` streams that belong to the same `parent` table.default voidBigQueryWriteGrpc.AsyncService. batchCommitWriteStreams(BatchCommitWriteStreamsRequest request, io.grpc.stub.StreamObserver<BatchCommitWriteStreamsResponse> responseObserver)Atomically commits a group of `PENDING` streams that belong to the same `parent` table.BatchCommitWriteStreamsResponseBigQueryWriteGrpc.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.voidBigQueryWriteGrpc.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.BuilderBatchCommitWriteStreamsRequest.Builder. mergeFrom(BatchCommitWriteStreamsRequest other)static BatchCommitWriteStreamsRequest.BuilderBatchCommitWriteStreamsRequest. newBuilder(BatchCommitWriteStreamsRequest prototype) -
Uses of BatchCommitWriteStreamsRequest in com.google.cloud.bigquery.storage.v1beta2.stub
Methods in com.google.cloud.bigquery.storage.v1beta2.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.
-