@InternalApi(value="For internal use only") public class MetadataErrorHandlingCallable extends com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,com.google.cloud.bigtable.data.v2.internal.SqlRow>
In non-error cases the metadata future is resolved by the PlanRefreshingCallable
because the metadata needs to resolve before the SqlRowMerger starts yielding rows
This is considered an internal implementation detail and should not be used by applications.
| Constructor and Description |
|---|
MetadataErrorHandlingCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,com.google.cloud.bigtable.data.v2.internal.SqlRow> inner) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(ExecuteQueryCallContext request,
com.google.api.gax.rpc.ResponseObserver<com.google.cloud.bigtable.data.v2.internal.SqlRow> responseObserver,
com.google.api.gax.rpc.ApiCallContext context) |
public MetadataErrorHandlingCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,com.google.cloud.bigtable.data.v2.internal.SqlRow> inner)
public void call(ExecuteQueryCallContext request, com.google.api.gax.rpc.ResponseObserver<com.google.cloud.bigtable.data.v2.internal.SqlRow> responseObserver, com.google.api.gax.rpc.ApiCallContext context)
call in class com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,com.google.cloud.bigtable.data.v2.internal.SqlRow>Copyright © 2026 Google LLC. All rights reserved.