tabularDataBySQL method

ResponseFuture<TabularDataBySQLResponse> tabularDataBySQL(
  1. TabularDataBySQLRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.TabularDataBySQLResponse> tabularDataBySQL($3.TabularDataBySQLRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$tabularDataBySQL, request, options: options);
}