Uses of Class
com.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest
-
Packages that use ReadRowsRequest Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1beta2.stub com.google.cloud.bigquery.storage.v1beta2.stub.readrows -
-
Uses of ReadRowsRequest in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return ReadRowsRequest Modifier and Type Method Description ReadRowsRequest
ReadRowsRequest.Builder. build()
ReadRowsRequest
ReadRowsRequest.Builder. buildPartial()
static ReadRowsRequest
ReadRowsRequest. getDefaultInstance()
ReadRowsRequest
ReadRowsRequest.Builder. getDefaultInstanceForType()
ReadRowsRequest
ReadRowsRequest. getDefaultInstanceForType()
static ReadRowsRequest
ReadRowsRequest. parseDelimitedFrom(InputStream input)
static ReadRowsRequest
ReadRowsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsRequest
ReadRowsRequest. parseFrom(byte[] data)
static ReadRowsRequest
ReadRowsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsRequest
ReadRowsRequest. parseFrom(com.google.protobuf.ByteString data)
static ReadRowsRequest
ReadRowsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsRequest
ReadRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ReadRowsRequest
ReadRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsRequest
ReadRowsRequest. parseFrom(InputStream input)
static ReadRowsRequest
ReadRowsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsRequest
ReadRowsRequest. parseFrom(ByteBuffer data)
static ReadRowsRequest
ReadRowsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1beta2 that return types with arguments of type ReadRowsRequest Modifier and Type Method Description com.google.protobuf.Parser<ReadRowsRequest>
ReadRowsRequest. getParserForType()
static io.grpc.MethodDescriptor<ReadRowsRequest,ReadRowsResponse>
BigQueryReadGrpc. getReadRowsMethod()
static com.google.protobuf.Parser<ReadRowsRequest>
ReadRowsRequest. parser()
com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
BaseBigQueryReadClient. readRowsCallable()
Reads rows from the stream in the format prescribed by the ReadSession.com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
BigQueryReadClient. readRowsCallable()
Reads rows from the stream in the format prescribed by the ReadSession.com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadRowsRequest,ReadRowsResponse>
BaseBigQueryReadSettings.Builder. readRowsSettings()
Returns the builder for the settings used for calls to readRows.com.google.api.gax.rpc.ServerStreamingCallSettings<ReadRowsRequest,ReadRowsResponse>
BaseBigQueryReadSettings. readRowsSettings()
Returns the object with the settings used for calls to readRows.com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadRowsRequest,ReadRowsResponse>
BigQueryReadSettings.Builder. readRowsSettings()
Returns the builder for the settings used for calls to readRows.com.google.api.gax.rpc.ServerStreamingCallSettings<ReadRowsRequest,ReadRowsResponse>
BigQueryReadSettings. readRowsSettings()
Returns the object with the settings used for calls to readRows.Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type ReadRowsRequest Modifier and Type Method Description ReadRowsRequest.Builder
ReadRowsRequest.Builder. mergeFrom(ReadRowsRequest other)
static ReadRowsRequest.Builder
ReadRowsRequest. newBuilder(ReadRowsRequest prototype)
default void
BigQueryReadGrpc.AsyncService. readRows(ReadRowsRequest request, io.grpc.stub.StreamObserver<ReadRowsResponse> responseObserver)
Reads rows from the stream in the format prescribed by the ReadSession.Iterator<ReadRowsResponse>
BigQueryReadGrpc.BigQueryReadBlockingStub. readRows(ReadRowsRequest request)
Reads rows from the stream in the format prescribed by the ReadSession.void
BigQueryReadGrpc.BigQueryReadStub. readRows(ReadRowsRequest request, io.grpc.stub.StreamObserver<ReadRowsResponse> responseObserver)
Reads rows from the stream in the format prescribed by the ReadSession. -
Uses of ReadRowsRequest in com.google.cloud.bigquery.storage.v1beta2.stub
Methods in com.google.cloud.bigquery.storage.v1beta2.stub that return types with arguments of type ReadRowsRequest Modifier and Type Method Description com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
BigQueryReadStub. readRowsCallable()
com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
EnhancedBigQueryReadStub. readRowsCallable()
com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
GrpcBigQueryReadStub. readRowsCallable()
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadRowsRequest,ReadRowsResponse>
BigQueryReadStubSettings.Builder. readRowsSettings()
Returns the builder for the settings used for calls to readRows.com.google.api.gax.rpc.ServerStreamingCallSettings<ReadRowsRequest,ReadRowsResponse>
BigQueryReadStubSettings. readRowsSettings()
Returns the object with the settings used for calls to readRows.com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadRowsRequest,ReadRowsResponse>
EnhancedBigQueryReadStubSettings.Builder. readRowsSettings()
Returns the builder for the settings used for calls to readRows.com.google.api.gax.rpc.ServerStreamingCallSettings<ReadRowsRequest,ReadRowsResponse>
EnhancedBigQueryReadStubSettings. readRowsSettings()
Returns the object with the settings used for calls to readRows. -
Uses of ReadRowsRequest in com.google.cloud.bigquery.storage.v1beta2.stub.readrows
Methods in com.google.cloud.bigquery.storage.v1beta2.stub.readrows that return ReadRowsRequest Modifier and Type Method Description ReadRowsRequest
ReadRowsResumptionStrategy. getResumeRequest(ReadRowsRequest originalRequest)
Methods in com.google.cloud.bigquery.storage.v1beta2.stub.readrows that return types with arguments of type ReadRowsRequest Modifier and Type Method Description com.google.api.gax.retrying.StreamResumptionStrategy<ReadRowsRequest,ReadRowsResponse>
ReadRowsResumptionStrategy. createNew()
Methods in com.google.cloud.bigquery.storage.v1beta2.stub.readrows with parameters of type ReadRowsRequest Modifier and Type Method Description void
ReadRowsRetryingCallable. call(ReadRowsRequest request, com.google.api.gax.rpc.ResponseObserver<ReadRowsResponse> responseObserver, com.google.api.gax.rpc.ApiCallContext context)
ReadRowsRequest
ReadRowsResumptionStrategy. getResumeRequest(ReadRowsRequest originalRequest)
Constructor parameters in com.google.cloud.bigquery.storage.v1beta2.stub.readrows with type arguments of type ReadRowsRequest Constructor Description ReadRowsRetryingCallable(com.google.api.gax.rpc.ApiCallContext context, com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> innerCallable, com.google.api.gax.retrying.ScheduledRetryingExecutor<Void> executor, com.google.api.gax.retrying.StreamResumptionStrategy<ReadRowsRequest,ReadRowsResponse> resumptionStrategyPrototype)
ReadRowsRetryingCallable(com.google.api.gax.rpc.ApiCallContext context, com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> innerCallable, com.google.api.gax.retrying.ScheduledRetryingExecutor<Void> executor, com.google.api.gax.retrying.StreamResumptionStrategy<ReadRowsRequest,ReadRowsResponse> resumptionStrategyPrototype)
-