Uses of Class
com.google.cloud.translate.v3.BatchTranslateResponse
-
Packages that use BatchTranslateResponse Package Description com.google.cloud.translate.v3 A client to Cloud Translation APIcom.google.cloud.translate.v3.stub -
-
Uses of BatchTranslateResponse in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return BatchTranslateResponse Modifier and Type Method Description BatchTranslateResponse
BatchTranslateResponse.Builder. build()
BatchTranslateResponse
BatchTranslateResponse.Builder. buildPartial()
static BatchTranslateResponse
BatchTranslateResponse. getDefaultInstance()
BatchTranslateResponse
BatchTranslateResponse.Builder. getDefaultInstanceForType()
BatchTranslateResponse
BatchTranslateResponse. getDefaultInstanceForType()
static BatchTranslateResponse
BatchTranslateResponse. parseDelimitedFrom(InputStream input)
static BatchTranslateResponse
BatchTranslateResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchTranslateResponse
BatchTranslateResponse. parseFrom(byte[] data)
static BatchTranslateResponse
BatchTranslateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchTranslateResponse
BatchTranslateResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchTranslateResponse
BatchTranslateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchTranslateResponse
BatchTranslateResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchTranslateResponse
BatchTranslateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchTranslateResponse
BatchTranslateResponse. parseFrom(InputStream input)
static BatchTranslateResponse
BatchTranslateResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchTranslateResponse
BatchTranslateResponse. parseFrom(ByteBuffer data)
static BatchTranslateResponse
BatchTranslateResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.translate.v3 that return types with arguments of type BatchTranslateResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchTranslateResponse,BatchTranslateMetadata>
TranslationServiceClient. batchTranslateTextAsync(BatchTranslateTextRequest request)
Translates a large volume of text in asynchronous batch mode.com.google.api.gax.rpc.OperationCallable<BatchTranslateTextRequest,BatchTranslateResponse,BatchTranslateMetadata>
TranslationServiceClient. batchTranslateTextOperationCallable()
Translates a large volume of text in asynchronous batch mode.com.google.api.gax.rpc.OperationCallSettings<BatchTranslateTextRequest,BatchTranslateResponse,BatchTranslateMetadata>
TranslationServiceSettings. batchTranslateTextOperationSettings()
Returns the object with the settings used for calls to batchTranslateText.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchTranslateTextRequest,BatchTranslateResponse,BatchTranslateMetadata>
TranslationServiceSettings.Builder. batchTranslateTextOperationSettings()
Returns the builder for the settings used for calls to batchTranslateText.com.google.protobuf.Parser<BatchTranslateResponse>
BatchTranslateResponse. getParserForType()
static com.google.protobuf.Parser<BatchTranslateResponse>
BatchTranslateResponse. parser()
Methods in com.google.cloud.translate.v3 with parameters of type BatchTranslateResponse Modifier and Type Method Description BatchTranslateResponse.Builder
BatchTranslateResponse.Builder. mergeFrom(BatchTranslateResponse other)
static BatchTranslateResponse.Builder
BatchTranslateResponse. newBuilder(BatchTranslateResponse prototype)
-
Uses of BatchTranslateResponse in com.google.cloud.translate.v3.stub
Methods in com.google.cloud.translate.v3.stub that return types with arguments of type BatchTranslateResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<BatchTranslateTextRequest,BatchTranslateResponse,BatchTranslateMetadata>
GrpcTranslationServiceStub. batchTranslateTextOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchTranslateTextRequest,BatchTranslateResponse,BatchTranslateMetadata>
HttpJsonTranslationServiceStub. batchTranslateTextOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchTranslateTextRequest,BatchTranslateResponse,BatchTranslateMetadata>
TranslationServiceStub. batchTranslateTextOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<BatchTranslateTextRequest,BatchTranslateResponse,BatchTranslateMetadata>
TranslationServiceStubSettings. batchTranslateTextOperationSettings()
Returns the object with the settings used for calls to batchTranslateText.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchTranslateTextRequest,BatchTranslateResponse,BatchTranslateMetadata>
TranslationServiceStubSettings.Builder. batchTranslateTextOperationSettings()
Returns the builder for the settings used for calls to batchTranslateText.
-