Class SqlTranslationServiceGrpc.SqlTranslationServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<SqlTranslationServiceGrpc.SqlTranslationServiceFutureStub>
-
- com.google.cloud.bigquery.migration.v2alpha.SqlTranslationServiceGrpc.SqlTranslationServiceFutureStub
-
- Enclosing class:
- SqlTranslationServiceGrpc
public static final class SqlTranslationServiceGrpc.SqlTranslationServiceFutureStub extends io.grpc.stub.AbstractFutureStub<SqlTranslationServiceGrpc.SqlTranslationServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service SqlTranslationService.Provides other SQL dialects to GoogleSQL translation operations.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SqlTranslationServiceGrpc.SqlTranslationServiceFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<TranslateQueryResponse>
translateQuery(TranslateQueryRequest request)
Translates input queries from source dialects to GoogleSQL.
-
-
-
Method Detail
-
build
protected SqlTranslationServiceGrpc.SqlTranslationServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<SqlTranslationServiceGrpc.SqlTranslationServiceFutureStub>
-
translateQuery
public com.google.common.util.concurrent.ListenableFuture<TranslateQueryResponse> translateQuery(TranslateQueryRequest request)
Translates input queries from source dialects to GoogleSQL.
-
-