Class MetadataResolvingCallable
java.lang.Object
com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,ExecuteQueryResponse>
com.google.cloud.bigtable.data.v2.stub.sql.MetadataResolvingCallable
@InternalApi("For internal use only")
public class MetadataResolvingCallable
extends com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,ExecuteQueryResponse>
Callable that allows passing of
ResultSetMetadata back to users throught the ExecuteQueryCallContext.
This is considered an internal implementation detail and should not be used by applications.
-
Constructor Summary
ConstructorsConstructorDescriptionMetadataResolvingCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryRequest, ExecuteQueryResponse> inner) -
Method Summary
Modifier and TypeMethodDescriptionvoidcall(ExecuteQueryCallContext callContext, com.google.api.gax.rpc.ResponseObserver<ExecuteQueryResponse> responseObserver, com.google.api.gax.rpc.ApiCallContext apiCallContext) Methods inherited from class com.google.api.gax.rpc.ServerStreamingCallable
all, blockingServerStreamingCall, blockingServerStreamingCall, call, call, call, first, serverStreamingCall, serverStreamingCall, withDefaultCallContext
-
Constructor Details
-
MetadataResolvingCallable
public MetadataResolvingCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryRequest, ExecuteQueryResponse> inner)
-
-
Method Details
-
call
public void call(ExecuteQueryCallContext callContext, com.google.api.gax.rpc.ResponseObserver<ExecuteQueryResponse> responseObserver, com.google.api.gax.rpc.ApiCallContext apiCallContext) - Specified by:
callin classcom.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,ExecuteQueryResponse>
-