Class SqlTranslationServiceGrpc.SqlTranslationServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<SqlTranslationServiceGrpc.SqlTranslationServiceBlockingStub>
-
- com.google.cloud.bigquery.migration.v2alpha.SqlTranslationServiceGrpc.SqlTranslationServiceBlockingStub
-
- Enclosing class:
- SqlTranslationServiceGrpc
public static final class SqlTranslationServiceGrpc.SqlTranslationServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<SqlTranslationServiceGrpc.SqlTranslationServiceBlockingStub>
A stub to allow clients to do synchronous 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.SqlTranslationServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
TranslateQueryResponse
translateQuery(TranslateQueryRequest request)
Translates input queries from source dialects to GoogleSQL.
-
-
-
Method Detail
-
build
protected SqlTranslationServiceGrpc.SqlTranslationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<SqlTranslationServiceGrpc.SqlTranslationServiceBlockingStub>
-
translateQuery
public TranslateQueryResponse translateQuery(TranslateQueryRequest request)
Translates input queries from source dialects to GoogleSQL.
-
-