Uses of Class
com.google.cloud.bigquery.storage.v1beta2.FlushRowsRequest
-
Packages that use FlushRowsRequest Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1beta2.stub -
-
Uses of FlushRowsRequest in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return FlushRowsRequest Modifier and Type Method Description FlushRowsRequest
FlushRowsRequest.Builder. build()
FlushRowsRequest
FlushRowsRequest.Builder. buildPartial()
static FlushRowsRequest
FlushRowsRequest. getDefaultInstance()
FlushRowsRequest
FlushRowsRequest.Builder. getDefaultInstanceForType()
FlushRowsRequest
FlushRowsRequest. getDefaultInstanceForType()
static FlushRowsRequest
FlushRowsRequest. parseDelimitedFrom(InputStream input)
static FlushRowsRequest
FlushRowsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlushRowsRequest
FlushRowsRequest. parseFrom(byte[] data)
static FlushRowsRequest
FlushRowsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlushRowsRequest
FlushRowsRequest. parseFrom(com.google.protobuf.ByteString data)
static FlushRowsRequest
FlushRowsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlushRowsRequest
FlushRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static FlushRowsRequest
FlushRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlushRowsRequest
FlushRowsRequest. parseFrom(InputStream input)
static FlushRowsRequest
FlushRowsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlushRowsRequest
FlushRowsRequest. parseFrom(ByteBuffer data)
static FlushRowsRequest
FlushRowsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1beta2 that return types with arguments of type FlushRowsRequest Modifier and Type Method Description 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<FlushRowsRequest>
FlushRowsRequest. getParserForType()
static com.google.protobuf.Parser<FlushRowsRequest>
FlushRowsRequest. parser()
Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type FlushRowsRequest Modifier and Type Method Description FlushRowsResponse
BigQueryWriteClient. flushRows(FlushRowsRequest request)
Flushes rows to a BUFFERED stream.default void
BigQueryWriteGrpc.AsyncService. flushRows(FlushRowsRequest request, io.grpc.stub.StreamObserver<FlushRowsResponse> responseObserver)
Flushes rows to a BUFFERED stream.FlushRowsResponse
BigQueryWriteGrpc.BigQueryWriteBlockingStub. flushRows(FlushRowsRequest request)
Flushes rows to a BUFFERED stream.com.google.common.util.concurrent.ListenableFuture<FlushRowsResponse>
BigQueryWriteGrpc.BigQueryWriteFutureStub. flushRows(FlushRowsRequest request)
Flushes rows to a BUFFERED stream.void
BigQueryWriteGrpc.BigQueryWriteStub. flushRows(FlushRowsRequest request, io.grpc.stub.StreamObserver<FlushRowsResponse> responseObserver)
Flushes rows to a BUFFERED stream.FlushRowsRequest.Builder
FlushRowsRequest.Builder. mergeFrom(FlushRowsRequest other)
static FlushRowsRequest.Builder
FlushRowsRequest. newBuilder(FlushRowsRequest prototype)
-
Uses of FlushRowsRequest in com.google.cloud.bigquery.storage.v1beta2.stub
Methods in com.google.cloud.bigquery.storage.v1beta2.stub that return types with arguments of type FlushRowsRequest 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.
-