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 TranslateQueryResponse
TranslateQueryResponse.Builder. build()
TranslateQueryResponse
TranslateQueryResponse.Builder. buildPartial()
static TranslateQueryResponse
TranslateQueryResponse. getDefaultInstance()
TranslateQueryResponse
TranslateQueryResponse.Builder. getDefaultInstanceForType()
TranslateQueryResponse
TranslateQueryResponse. getDefaultInstanceForType()
static TranslateQueryResponse
TranslateQueryResponse. parseDelimitedFrom(InputStream input)
static TranslateQueryResponse
TranslateQueryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TranslateQueryResponse
TranslateQueryResponse. parseFrom(byte[] data)
static TranslateQueryResponse
TranslateQueryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TranslateQueryResponse
TranslateQueryResponse. parseFrom(com.google.protobuf.ByteString data)
static TranslateQueryResponse
TranslateQueryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TranslateQueryResponse
TranslateQueryResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static TranslateQueryResponse
TranslateQueryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TranslateQueryResponse
TranslateQueryResponse. parseFrom(InputStream input)
static TranslateQueryResponse
TranslateQueryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TranslateQueryResponse
TranslateQueryResponse. parseFrom(ByteBuffer data)
static TranslateQueryResponse
TranslateQueryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TranslateQueryResponse
SqlTranslationServiceClient. translateQuery(LocationName parent, TranslateQueryRequest.SqlTranslationSourceDialect sourceDialect, String query)
Translates input queries from source dialects to GoogleSQL.TranslateQueryResponse
SqlTranslationServiceClient. translateQuery(TranslateQueryRequest request)
Translates input queries from source dialects to GoogleSQL.TranslateQueryResponse
SqlTranslationServiceClient. translateQuery(String parent, TranslateQueryRequest.SqlTranslationSourceDialect sourceDialect, String query)
Translates input queries from source dialects to GoogleSQL.TranslateQueryResponse
SqlTranslationServiceGrpc.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.Builder
TranslateQueryResponse.Builder. mergeFrom(TranslateQueryResponse other)
static TranslateQueryResponse.Builder
TranslateQueryResponse. newBuilder(TranslateQueryResponse prototype)
Method parameters in com.google.cloud.bigquery.migration.v2alpha with type arguments of type TranslateQueryResponse Modifier and Type Method Description default void
SqlTranslationServiceGrpc.AsyncService. translateQuery(TranslateQueryRequest request, io.grpc.stub.StreamObserver<TranslateQueryResponse> responseObserver)
Translates input queries from source dialects to GoogleSQL.void
SqlTranslationServiceGrpc.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.
-