Uses of Class
com.google.cloud.bigquery.storage.v1beta1.Storage.ReadRowsResponse
-
Packages that use Storage.ReadRowsResponse Package Description com.google.cloud.bigquery.storage.v1beta1 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1beta1.stub com.google.cloud.bigquery.storage.v1beta1.stub.readrows -
-
Uses of Storage.ReadRowsResponse in com.google.cloud.bigquery.storage.v1beta1
Methods in com.google.cloud.bigquery.storage.v1beta1 that return Storage.ReadRowsResponse Modifier and Type Method Description Storage.ReadRowsResponse
Storage.ReadRowsResponse.Builder. build()
Storage.ReadRowsResponse
Storage.ReadRowsResponse.Builder. buildPartial()
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. getDefaultInstance()
Storage.ReadRowsResponse
Storage.ReadRowsResponse.Builder. getDefaultInstanceForType()
Storage.ReadRowsResponse
Storage.ReadRowsResponse. getDefaultInstanceForType()
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. parseDelimitedFrom(InputStream input)
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. parseFrom(byte[] data)
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. parseFrom(com.google.protobuf.ByteString data)
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. parseFrom(InputStream input)
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. parseFrom(ByteBuffer data)
static Storage.ReadRowsResponse
Storage.ReadRowsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1beta1 that return types with arguments of type Storage.ReadRowsResponse Modifier and Type Method Description com.google.protobuf.Parser<Storage.ReadRowsResponse>
Storage.ReadRowsResponse. getParserForType()
static io.grpc.MethodDescriptor<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
BigQueryStorageGrpc. getReadRowsMethod()
static com.google.protobuf.Parser<Storage.ReadRowsResponse>
Storage.ReadRowsResponse. parser()
Iterator<Storage.ReadRowsResponse>
BigQueryStorageGrpc.BigQueryStorageBlockingStub. readRows(Storage.ReadRowsRequest request)
Reads rows from the table in the format prescribed by the read session.com.google.api.gax.rpc.ServerStreamingCallable<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
BaseBigQueryStorageClient. readRowsCallable()
Reads rows from the table in the format prescribed by the read session.com.google.api.gax.rpc.ServerStreamingCallable<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
BigQueryStorageClient. readRowsCallable()
Reads rows from the table in the format prescribed by the read session.com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
BaseBigQueryStorageSettings.Builder. readRowsSettings()
Returns the builder for the settings used for calls to readRows.com.google.api.gax.rpc.ServerStreamingCallSettings<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
BaseBigQueryStorageSettings. readRowsSettings()
Returns the object with the settings used for calls to readRows.com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
BigQueryStorageSettings.Builder. readRowsSettings()
Returns the builder for the settings used for calls to readRows.com.google.api.gax.rpc.ServerStreamingCallSettings<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
BigQueryStorageSettings. readRowsSettings()
Returns the object with the settings used for calls to readRows.Methods in com.google.cloud.bigquery.storage.v1beta1 with parameters of type Storage.ReadRowsResponse Modifier and Type Method Description Storage.ReadRowsResponse.Builder
Storage.ReadRowsResponse.Builder. mergeFrom(Storage.ReadRowsResponse other)
static Storage.ReadRowsResponse.Builder
Storage.ReadRowsResponse. newBuilder(Storage.ReadRowsResponse prototype)
Method parameters in com.google.cloud.bigquery.storage.v1beta1 with type arguments of type Storage.ReadRowsResponse Modifier and Type Method Description default void
BigQueryStorageGrpc.AsyncService. readRows(Storage.ReadRowsRequest request, io.grpc.stub.StreamObserver<Storage.ReadRowsResponse> responseObserver)
Reads rows from the table in the format prescribed by the read session.void
BigQueryStorageGrpc.BigQueryStorageStub. readRows(Storage.ReadRowsRequest request, io.grpc.stub.StreamObserver<Storage.ReadRowsResponse> responseObserver)
Reads rows from the table in the format prescribed by the read session. -
Uses of Storage.ReadRowsResponse in com.google.cloud.bigquery.storage.v1beta1.stub
Methods in com.google.cloud.bigquery.storage.v1beta1.stub that return types with arguments of type Storage.ReadRowsResponse Modifier and Type Method Description com.google.api.gax.rpc.ServerStreamingCallable<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
BigQueryStorageStub. readRowsCallable()
com.google.api.gax.rpc.ServerStreamingCallable<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
EnhancedBigQueryStorageStub. readRowsCallable()
com.google.api.gax.rpc.ServerStreamingCallable<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
GrpcBigQueryStorageStub. readRowsCallable()
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
BigQueryStorageStubSettings.Builder. readRowsSettings()
Returns the builder for the settings used for calls to readRows.com.google.api.gax.rpc.ServerStreamingCallSettings<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
BigQueryStorageStubSettings. readRowsSettings()
Returns the object with the settings used for calls to readRows.com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
EnhancedBigQueryStorageStubSettings.Builder. readRowsSettings()
Returns the builder for the settings used for calls to readRows.com.google.api.gax.rpc.ServerStreamingCallSettings<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
EnhancedBigQueryStorageStubSettings. readRowsSettings()
Returns the object with the settings used for calls to readRows. -
Uses of Storage.ReadRowsResponse in com.google.cloud.bigquery.storage.v1beta1.stub.readrows
Methods in com.google.cloud.bigquery.storage.v1beta1.stub.readrows that return Storage.ReadRowsResponse Modifier and Type Method Description Storage.ReadRowsResponse
ReadRowsResumptionStrategy. processResponse(Storage.ReadRowsResponse response)
Methods in com.google.cloud.bigquery.storage.v1beta1.stub.readrows that return types with arguments of type Storage.ReadRowsResponse Modifier and Type Method Description com.google.api.gax.retrying.StreamResumptionStrategy<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
ReadRowsResumptionStrategy. createNew()
Methods in com.google.cloud.bigquery.storage.v1beta1.stub.readrows with parameters of type Storage.ReadRowsResponse Modifier and Type Method Description Storage.ReadRowsResponse
ReadRowsResumptionStrategy. processResponse(Storage.ReadRowsResponse response)
Method parameters in com.google.cloud.bigquery.storage.v1beta1.stub.readrows with type arguments of type Storage.ReadRowsResponse Modifier and Type Method Description void
ReadRowsRetryingCallable. call(Storage.ReadRowsRequest request, com.google.api.gax.rpc.ResponseObserver<Storage.ReadRowsResponse> responseObserver, com.google.api.gax.rpc.ApiCallContext context)
Constructor parameters in com.google.cloud.bigquery.storage.v1beta1.stub.readrows with type arguments of type Storage.ReadRowsResponse Constructor Description ReadRowsRetryingCallable(com.google.api.gax.rpc.ApiCallContext context, com.google.api.gax.rpc.ServerStreamingCallable<Storage.ReadRowsRequest,Storage.ReadRowsResponse> innerCallable, com.google.api.gax.retrying.ScheduledRetryingExecutor<Void> executor, com.google.api.gax.retrying.StreamResumptionStrategy<Storage.ReadRowsRequest,Storage.ReadRowsResponse> resumptionStrategyPrototype)
ReadRowsRetryingCallable(com.google.api.gax.rpc.ApiCallContext context, com.google.api.gax.rpc.ServerStreamingCallable<Storage.ReadRowsRequest,Storage.ReadRowsResponse> innerCallable, com.google.api.gax.retrying.ScheduledRetryingExecutor<Void> executor, com.google.api.gax.retrying.StreamResumptionStrategy<Storage.ReadRowsRequest,Storage.ReadRowsResponse> resumptionStrategyPrototype)
-