Uses of Class
com.google.cloud.bigquery.migration.v2alpha.TranslateQueryResponse
-
Packages that use TranslateQueryResponse Package Description com.google.cloud.bigquery.migration.v2alpha A client to BigQuery Migration APIcom.google.cloud.bigquery.migration.v2alpha.stub -
-
Uses of TranslateQueryResponse in com.google.cloud.bigquery.migration.v2alpha
Methods in com.google.cloud.bigquery.migration.v2alpha that return TranslateQueryResponse Modifier and Type Method Description TranslateQueryResponseTranslateQueryResponse.Builder. build()TranslateQueryResponseTranslateQueryResponse.Builder. buildPartial()static TranslateQueryResponseTranslateQueryResponse. getDefaultInstance()TranslateQueryResponseTranslateQueryResponse.Builder. getDefaultInstanceForType()TranslateQueryResponseTranslateQueryResponse. getDefaultInstanceForType()static TranslateQueryResponseTranslateQueryResponse. parseDelimitedFrom(InputStream input)static TranslateQueryResponseTranslateQueryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslateQueryResponseTranslateQueryResponse. parseFrom(byte[] data)static TranslateQueryResponseTranslateQueryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslateQueryResponseTranslateQueryResponse. parseFrom(com.google.protobuf.ByteString data)static TranslateQueryResponseTranslateQueryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslateQueryResponseTranslateQueryResponse. parseFrom(com.google.protobuf.CodedInputStream input)static TranslateQueryResponseTranslateQueryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslateQueryResponseTranslateQueryResponse. parseFrom(InputStream input)static TranslateQueryResponseTranslateQueryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslateQueryResponseTranslateQueryResponse. parseFrom(ByteBuffer data)static TranslateQueryResponseTranslateQueryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TranslateQueryResponseSqlTranslationServiceClient. translateQuery(LocationName parent, TranslateQueryRequest.SqlTranslationSourceDialect sourceDialect, String query)Translates input queries from source dialects to GoogleSQL.TranslateQueryResponseSqlTranslationServiceClient. translateQuery(TranslateQueryRequest request)Translates input queries from source dialects to GoogleSQL.TranslateQueryResponseSqlTranslationServiceClient. translateQuery(String parent, TranslateQueryRequest.SqlTranslationSourceDialect sourceDialect, String query)Translates input queries from source dialects to GoogleSQL.TranslateQueryResponseSqlTranslationServiceGrpc.SqlTranslationServiceBlockingStub. translateQuery(TranslateQueryRequest request)Translates input queries from source dialects to GoogleSQL.Methods in com.google.cloud.bigquery.migration.v2alpha that return types with arguments of type TranslateQueryResponse Modifier and Type Method Description com.google.protobuf.Parser<TranslateQueryResponse>TranslateQueryResponse. getParserForType()static io.grpc.MethodDescriptor<TranslateQueryRequest,TranslateQueryResponse>SqlTranslationServiceGrpc. getTranslateQueryMethod()static com.google.protobuf.Parser<TranslateQueryResponse>TranslateQueryResponse. parser()com.google.common.util.concurrent.ListenableFuture<TranslateQueryResponse>SqlTranslationServiceGrpc.SqlTranslationServiceFutureStub. translateQuery(TranslateQueryRequest request)Translates input queries from source dialects to GoogleSQL.com.google.api.gax.rpc.UnaryCallable<TranslateQueryRequest,TranslateQueryResponse>SqlTranslationServiceClient. translateQueryCallable()Translates input queries from source dialects to GoogleSQL.com.google.api.gax.rpc.UnaryCallSettings.Builder<TranslateQueryRequest,TranslateQueryResponse>SqlTranslationServiceSettings.Builder. translateQuerySettings()Returns the builder for the settings used for calls to translateQuery.com.google.api.gax.rpc.UnaryCallSettings<TranslateQueryRequest,TranslateQueryResponse>SqlTranslationServiceSettings. translateQuerySettings()Returns the object with the settings used for calls to translateQuery.Methods in com.google.cloud.bigquery.migration.v2alpha with parameters of type TranslateQueryResponse Modifier and Type Method Description TranslateQueryResponse.BuilderTranslateQueryResponse.Builder. mergeFrom(TranslateQueryResponse other)static TranslateQueryResponse.BuilderTranslateQueryResponse. newBuilder(TranslateQueryResponse prototype)Method parameters in com.google.cloud.bigquery.migration.v2alpha with type arguments of type TranslateQueryResponse Modifier and Type Method Description default voidSqlTranslationServiceGrpc.AsyncService. translateQuery(TranslateQueryRequest request, io.grpc.stub.StreamObserver<TranslateQueryResponse> responseObserver)Translates input queries from source dialects to GoogleSQL.voidSqlTranslationServiceGrpc.SqlTranslationServiceStub. translateQuery(TranslateQueryRequest request, io.grpc.stub.StreamObserver<TranslateQueryResponse> responseObserver)Translates input queries from source dialects to GoogleSQL. -
Uses of TranslateQueryResponse in com.google.cloud.bigquery.migration.v2alpha.stub
Methods in com.google.cloud.bigquery.migration.v2alpha.stub that return types with arguments of type TranslateQueryResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<TranslateQueryRequest,TranslateQueryResponse>GrpcSqlTranslationServiceStub. translateQueryCallable()com.google.api.gax.rpc.UnaryCallable<TranslateQueryRequest,TranslateQueryResponse>HttpJsonSqlTranslationServiceStub. translateQueryCallable()com.google.api.gax.rpc.UnaryCallable<TranslateQueryRequest,TranslateQueryResponse>SqlTranslationServiceStub. translateQueryCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<TranslateQueryRequest,TranslateQueryResponse>SqlTranslationServiceStubSettings.Builder. translateQuerySettings()Returns the builder for the settings used for calls to translateQuery.com.google.api.gax.rpc.UnaryCallSettings<TranslateQueryRequest,TranslateQueryResponse>SqlTranslationServiceStubSettings. translateQuerySettings()Returns the object with the settings used for calls to translateQuery.
-