Uses of Class
com.google.cloud.bigquery.storage.v1.ReadRowsResponse
-
Packages that use ReadRowsResponse Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1.stub com.google.cloud.bigquery.storage.v1.stub.readrows -
-
Uses of ReadRowsResponse in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return ReadRowsResponse Modifier and Type Method Description ReadRowsResponse
ReadRowsResponse.Builder. build()
ReadRowsResponse
ReadRowsResponse.Builder. buildPartial()
static ReadRowsResponse
ReadRowsResponse. getDefaultInstance()
ReadRowsResponse
ReadRowsResponse.Builder. getDefaultInstanceForType()
ReadRowsResponse
ReadRowsResponse. getDefaultInstanceForType()
static ReadRowsResponse
ReadRowsResponse. parseDelimitedFrom(InputStream input)
static ReadRowsResponse
ReadRowsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse
ReadRowsResponse. parseFrom(byte[] data)
static ReadRowsResponse
ReadRowsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse
ReadRowsResponse. parseFrom(com.google.protobuf.ByteString data)
static ReadRowsResponse
ReadRowsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse
ReadRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ReadRowsResponse
ReadRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse
ReadRowsResponse. parseFrom(InputStream input)
static ReadRowsResponse
ReadRowsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadRowsResponse
ReadRowsResponse. parseFrom(ByteBuffer data)
static ReadRowsResponse
ReadRowsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type ReadRowsResponse Modifier and Type Method Description com.google.protobuf.Parser<ReadRowsResponse>
ReadRowsResponse. getParserForType()
static io.grpc.MethodDescriptor<ReadRowsRequest,ReadRowsResponse>
BigQueryReadGrpc. getReadRowsMethod()
static com.google.protobuf.Parser<ReadRowsResponse>
ReadRowsResponse. parser()
Iterator<ReadRowsResponse>
BigQueryReadGrpc.BigQueryReadBlockingStub. readRows(ReadRowsRequest request)
Reads rows from the stream in the format prescribed by the ReadSession.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.v1 with parameters of type ReadRowsResponse Modifier and Type Method Description ReadRowsResponse.Builder
ReadRowsResponse.Builder. mergeFrom(ReadRowsResponse other)
static ReadRowsResponse.Builder
ReadRowsResponse. newBuilder(ReadRowsResponse prototype)
Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type ReadRowsResponse Modifier and Type Method Description 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.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 ReadRowsResponse in com.google.cloud.bigquery.storage.v1.stub
Methods in com.google.cloud.bigquery.storage.v1.stub that return types with arguments of type ReadRowsResponse 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 ReadRowsResponse in com.google.cloud.bigquery.storage.v1.stub.readrows
Methods in com.google.cloud.bigquery.storage.v1.stub.readrows that return ReadRowsResponse Modifier and Type Method Description ReadRowsResponse
ReadRowsResumptionStrategy. processResponse(ReadRowsResponse response)
Methods in com.google.cloud.bigquery.storage.v1.stub.readrows that return types with arguments of type ReadRowsResponse Modifier and Type Method Description com.google.api.gax.retrying.StreamResumptionStrategy<ReadRowsRequest,ReadRowsResponse>
ReadRowsResumptionStrategy. createNew()
Methods in com.google.cloud.bigquery.storage.v1.stub.readrows with parameters of type ReadRowsResponse Modifier and Type Method Description ReadRowsResponse
ReadRowsResumptionStrategy. processResponse(ReadRowsResponse response)
Method parameters in com.google.cloud.bigquery.storage.v1.stub.readrows with type arguments of type ReadRowsResponse 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)
Constructor parameters in com.google.cloud.bigquery.storage.v1.stub.readrows with type arguments of type ReadRowsResponse 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)
-