Interface SqlTranslationServiceGrpc.AsyncService
-
- All Known Implementing Classes:
SqlTranslationServiceGrpc.SqlTranslationServiceImplBase
- Enclosing class:
- SqlTranslationServiceGrpc
public static interface SqlTranslationServiceGrpc.AsyncServiceProvides other SQL dialects to GoogleSQL translation operations.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidtranslateQuery(TranslateQueryRequest request, io.grpc.stub.StreamObserver<TranslateQueryResponse> responseObserver)Translates input queries from source dialects to GoogleSQL.
-
-
-
Method Detail
-
translateQuery
default void translateQuery(TranslateQueryRequest request, io.grpc.stub.StreamObserver<TranslateQueryResponse> responseObserver)
Translates input queries from source dialects to GoogleSQL.
-
-