Uses of Class
com.google.cloud.bigtable.data.v2.stub.sql.ExecuteQueryCallContext
Packages that use ExecuteQueryCallContext
-
Uses of ExecuteQueryCallContext in com.google.cloud.bigtable.data.v2.stub.sql
Methods in com.google.cloud.bigtable.data.v2.stub.sql that return ExecuteQueryCallContextModifier and TypeMethodDescriptionstatic ExecuteQueryCallContextExecuteQueryCallContext.create(ExecuteQueryRequest request, com.google.api.core.SettableApiFuture<ResultSetMetadata> metadataFuture) Methods in com.google.cloud.bigtable.data.v2.stub.sql with parameters of type ExecuteQueryCallContextModifier and TypeMethodDescriptionvoidExecuteQueryCallable.call(ExecuteQueryCallContext callContext, com.google.api.gax.rpc.ResponseObserver<com.google.cloud.bigtable.data.v2.internal.SqlRow> responseObserver, com.google.api.gax.rpc.ApiCallContext apiCallContext) voidMetadataResolvingCallable.call(ExecuteQueryCallContext callContext, com.google.api.gax.rpc.ResponseObserver<ExecuteQueryResponse> responseObserver, com.google.api.gax.rpc.ApiCallContext apiCallContext) voidSqlRowMergingCallable.call(ExecuteQueryCallContext callContext, com.google.api.gax.rpc.ResponseObserver<com.google.cloud.bigtable.data.v2.internal.SqlRow> responseObserver, com.google.api.gax.rpc.ApiCallContext apiCallContext) Constructor parameters in com.google.cloud.bigtable.data.v2.stub.sql with type arguments of type ExecuteQueryCallContextModifierConstructorDescriptionExecuteQueryCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext, com.google.cloud.bigtable.data.v2.internal.SqlRow> inner, com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext) SqlRowMergingCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext, ExecuteQueryResponse> inner)