Uses of Class
com.google.cloud.bigquery.storage.v1beta2.FlushRowsResponse
-
Packages that use FlushRowsResponse Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1beta2.stub -
-
Uses of FlushRowsResponse in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return FlushRowsResponse Modifier and Type Method Description FlushRowsResponse
FlushRowsResponse.Builder. build()
FlushRowsResponse
FlushRowsResponse.Builder. buildPartial()
FlushRowsResponse
BigQueryWriteClient. flushRows(FlushRowsRequest request)
Flushes rows to a BUFFERED stream.FlushRowsResponse
BigQueryWriteClient. flushRows(WriteStreamName writeStream)
Flushes rows to a BUFFERED stream.FlushRowsResponse
BigQueryWriteClient. flushRows(String writeStream)
Flushes rows to a BUFFERED stream.FlushRowsResponse
BigQueryWriteGrpc.BigQueryWriteBlockingStub. flushRows(FlushRowsRequest request)
Flushes rows to a BUFFERED stream.static FlushRowsResponse
FlushRowsResponse. getDefaultInstance()
FlushRowsResponse
FlushRowsResponse.Builder. getDefaultInstanceForType()
FlushRowsResponse
FlushRowsResponse. getDefaultInstanceForType()
static FlushRowsResponse
FlushRowsResponse. parseDelimitedFrom(InputStream input)
static FlushRowsResponse
FlushRowsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlushRowsResponse
FlushRowsResponse. parseFrom(byte[] data)
static FlushRowsResponse
FlushRowsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlushRowsResponse
FlushRowsResponse. parseFrom(com.google.protobuf.ByteString data)
static FlushRowsResponse
FlushRowsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlushRowsResponse
FlushRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static FlushRowsResponse
FlushRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlushRowsResponse
FlushRowsResponse. parseFrom(InputStream input)
static FlushRowsResponse
FlushRowsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlushRowsResponse
FlushRowsResponse. parseFrom(ByteBuffer data)
static FlushRowsResponse
FlushRowsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1beta2 that return types with arguments of type FlushRowsResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<FlushRowsResponse>
BigQueryWriteGrpc.BigQueryWriteFutureStub. flushRows(FlushRowsRequest request)
Flushes rows to a BUFFERED stream.com.google.api.gax.rpc.UnaryCallable<FlushRowsRequest,FlushRowsResponse>
BigQueryWriteClient. flushRowsCallable()
Flushes rows to a BUFFERED stream.com.google.api.gax.rpc.UnaryCallSettings.Builder<FlushRowsRequest,FlushRowsResponse>
BigQueryWriteSettings.Builder. flushRowsSettings()
Returns the builder for the settings used for calls to flushRows.com.google.api.gax.rpc.UnaryCallSettings<FlushRowsRequest,FlushRowsResponse>
BigQueryWriteSettings. flushRowsSettings()
Returns the object with the settings used for calls to flushRows.static io.grpc.MethodDescriptor<FlushRowsRequest,FlushRowsResponse>
BigQueryWriteGrpc. getFlushRowsMethod()
com.google.protobuf.Parser<FlushRowsResponse>
FlushRowsResponse. getParserForType()
static com.google.protobuf.Parser<FlushRowsResponse>
FlushRowsResponse. parser()
Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type FlushRowsResponse Modifier and Type Method Description FlushRowsResponse.Builder
FlushRowsResponse.Builder. mergeFrom(FlushRowsResponse other)
static FlushRowsResponse.Builder
FlushRowsResponse. newBuilder(FlushRowsResponse prototype)
Method parameters in com.google.cloud.bigquery.storage.v1beta2 with type arguments of type FlushRowsResponse Modifier and Type Method Description default void
BigQueryWriteGrpc.AsyncService. flushRows(FlushRowsRequest request, io.grpc.stub.StreamObserver<FlushRowsResponse> responseObserver)
Flushes rows to a BUFFERED stream.void
BigQueryWriteGrpc.BigQueryWriteStub. flushRows(FlushRowsRequest request, io.grpc.stub.StreamObserver<FlushRowsResponse> responseObserver)
Flushes rows to a BUFFERED stream. -
Uses of FlushRowsResponse in com.google.cloud.bigquery.storage.v1beta2.stub
Methods in com.google.cloud.bigquery.storage.v1beta2.stub that return types with arguments of type FlushRowsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<FlushRowsRequest,FlushRowsResponse>
BigQueryWriteStub. flushRowsCallable()
com.google.api.gax.rpc.UnaryCallable<FlushRowsRequest,FlushRowsResponse>
GrpcBigQueryWriteStub. flushRowsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<FlushRowsRequest,FlushRowsResponse>
BigQueryWriteStubSettings.Builder. flushRowsSettings()
Returns the builder for the settings used for calls to flushRows.com.google.api.gax.rpc.UnaryCallSettings<FlushRowsRequest,FlushRowsResponse>
BigQueryWriteStubSettings. flushRowsSettings()
Returns the object with the settings used for calls to flushRows.
-