Class ReadRowsRetryingCallable (3.16.2)
Stay organized with collections
Save and categorize content based on your preferences.
public final class ReadRowsRetryingCallable extends ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
Constructors
ReadRowsRetryingCallable(ApiCallContext context, ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> innerCallable, ScheduledRetryingExecutor<Void> executor, StreamResumptionStrategy<ReadRowsRequest,ReadRowsResponse> resumptionStrategyPrototype)
public ReadRowsRetryingCallable(ApiCallContext context, ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> innerCallable, ScheduledRetryingExecutor<Void> executor, StreamResumptionStrategy<ReadRowsRequest,ReadRowsResponse> resumptionStrategyPrototype)
Methods
call(ReadRowsRequest request, ResponseObserver<ReadRowsResponse> responseObserver, ApiCallContext context)
public void call(ReadRowsRequest request, ResponseObserver<ReadRowsResponse> responseObserver, ApiCallContext context)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[],null,["# Class ReadRowsRetryingCallable (3.16.2)\n\nVersion latestkeyboard_arrow_down\n\n- [3.16.2 (latest)](/java/docs/reference/google-cloud-bigquerystorage/latest/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.16.1](/java/docs/reference/google-cloud-bigquerystorage/3.16.1/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.15.3](/java/docs/reference/google-cloud-bigquerystorage/3.15.3/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.14.1](/java/docs/reference/google-cloud-bigquerystorage/3.14.1/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.12.0](/java/docs/reference/google-cloud-bigquerystorage/3.12.0/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.11.4](/java/docs/reference/google-cloud-bigquerystorage/3.11.4/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.10.3](/java/docs/reference/google-cloud-bigquerystorage/3.10.3/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.9.3](/java/docs/reference/google-cloud-bigquerystorage/3.9.3/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.8.0](/java/docs/reference/google-cloud-bigquerystorage/3.8.0/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.6.1](/java/docs/reference/google-cloud-bigquerystorage/3.6.1/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.5.2](/java/docs/reference/google-cloud-bigquerystorage/3.5.2/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.4.0](/java/docs/reference/google-cloud-bigquerystorage/3.4.0/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.3.1](/java/docs/reference/google-cloud-bigquerystorage/3.3.1/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.2.0](/java/docs/reference/google-cloud-bigquerystorage/3.2.0/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.1.0](/java/docs/reference/google-cloud-bigquerystorage/3.1.0/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [3.0.1](/java/docs/reference/google-cloud-bigquerystorage/3.0.1/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [2.47.0](/java/docs/reference/google-cloud-bigquerystorage/2.47.0/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [2.45.0](/java/docs/reference/google-cloud-bigquerystorage/2.45.0/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [2.44.1](/java/docs/reference/google-cloud-bigquerystorage/2.44.1/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable)\n- [2.43.0](/java/docs/reference/google-cloud-bigquerystorage/2.43.0/com.google.cloud.bigquery.storage.v1beta2.stub.readrows.ReadRowsRetryingCallable) \n\n public final class ReadRowsRetryingCallable extends ServerStreamingCallable\u003cReadRowsRequest,ReadRowsResponse\u003e\n\nInheritance\n-----------\n\n[java.lang.Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e [ServerStreamingCallable](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html) \\\u003e ReadRowsRetryingCallable \n\nInherited Members\n-----------------\n\n[ServerStreamingCallable.all()](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html#com_google_api_gax_rpc_ServerStreamingCallable_all__) \n[ServerStreamingCallable.blockingServerStreamingCall(RequestT)](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html#com_google_api_gax_rpc_ServerStreamingCallable_blockingServerStreamingCall_RequestT_) \n[ServerStreamingCallable.blockingServerStreamingCall(RequestT,ApiCallContext)](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html#com_google_api_gax_rpc_ServerStreamingCallable_blockingServerStreamingCall_RequestT_com_google_api_gax_rpc_ApiCallContext_) \n[ServerStreamingCallable.call(RequestT)](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html#com_google_api_gax_rpc_ServerStreamingCallable_call_RequestT_) \n[ServerStreamingCallable.call(RequestT,ApiCallContext)](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html#com_google_api_gax_rpc_ServerStreamingCallable_call_RequestT_com_google_api_gax_rpc_ApiCallContext_) \n[ServerStreamingCallable.call(RequestT,ResponseObserver\\\u003cResponseT\\\u003e)](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html#com_google_api_gax_rpc_ServerStreamingCallable_call_RequestT_com_google_api_gax_rpc_ResponseObserver_ResponseT__) \n[ServerStreamingCallable.call(RequestT,ResponseObserver\\\u003cResponseT\\\u003e,ApiCallContext)](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html#com_google_api_gax_rpc_ServerStreamingCallable_call_RequestT_com_google_api_gax_rpc_ResponseObserver_ResponseT__com_google_api_gax_rpc_ApiCallContext_) \n[ServerStreamingCallable.first()](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html#com_google_api_gax_rpc_ServerStreamingCallable_first__) \n[ServerStreamingCallable.serverStreamingCall(RequestT,ApiStreamObserver\\\u003cResponseT\\\u003e)](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html#com_google_api_gax_rpc_ServerStreamingCallable_serverStreamingCall_RequestT_com_google_api_gax_rpc_ApiStreamObserver_ResponseT__) \n[ServerStreamingCallable.serverStreamingCall(RequestT,ApiStreamObserver\\\u003cResponseT\\\u003e,ApiCallContext)](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html#com_google_api_gax_rpc_ServerStreamingCallable_serverStreamingCall_RequestT_com_google_api_gax_rpc_ApiStreamObserver_ResponseT__com_google_api_gax_rpc_ApiCallContext_) \n[ServerStreamingCallable.withDefaultCallContext(ApiCallContext)](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html#com_google_api_gax_rpc_ServerStreamingCallable_withDefaultCallContext_com_google_api_gax_rpc_ApiCallContext_) \n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nConstructors\n------------\n\n### ReadRowsRetryingCallable(ApiCallContext context, ServerStreamingCallable\\\u003cReadRowsRequest,ReadRowsResponse\\\u003e innerCallable, ScheduledRetryingExecutor\\\u003cVoid\\\u003e executor, StreamResumptionStrategy\\\u003cReadRowsRequest,ReadRowsResponse\\\u003e resumptionStrategyPrototype)\n\n public ReadRowsRetryingCallable(ApiCallContext context, ServerStreamingCallable\u003cReadRowsRequest,ReadRowsResponse\u003e innerCallable, ScheduledRetryingExecutor\u003cVoid\u003e executor, StreamResumptionStrategy\u003cReadRowsRequest,ReadRowsResponse\u003e resumptionStrategyPrototype)\n\nMethods\n-------\n\n### call(ReadRowsRequest request, ResponseObserver\\\u003cReadRowsResponse\\\u003e responseObserver, ApiCallContext context)\n\n public void call(ReadRowsRequest request, ResponseObserver\u003cReadRowsResponse\u003e responseObserver, ApiCallContext context)\n\n**Overrides** \n[ServerStreamingCallable\\\u003cRequestT,ResponseT\\\u003e.call(RequestT request, ResponseObserver\\\u003cResponseT\\\u003e responseObserver, ApiCallContext context)](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.ServerStreamingCallable.html#com_google_api_gax_rpc_ServerStreamingCallable_call_RequestT_com_google_api_gax_rpc_ResponseObserver_ResponseT__com_google_api_gax_rpc_ApiCallContext_)"]]