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