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 BatchTranslateResponseBatchTranslateResponse.Builder. build()BatchTranslateResponseBatchTranslateResponse.Builder. buildPartial()static BatchTranslateResponseBatchTranslateResponse. getDefaultInstance()BatchTranslateResponseBatchTranslateResponse.Builder. getDefaultInstanceForType()BatchTranslateResponseBatchTranslateResponse. getDefaultInstanceForType()static BatchTranslateResponseBatchTranslateResponse. parseDelimitedFrom(InputStream input)static BatchTranslateResponseBatchTranslateResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchTranslateResponseBatchTranslateResponse. parseFrom(byte[] data)static BatchTranslateResponseBatchTranslateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchTranslateResponseBatchTranslateResponse. parseFrom(com.google.protobuf.ByteString data)static BatchTranslateResponseBatchTranslateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchTranslateResponseBatchTranslateResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchTranslateResponseBatchTranslateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchTranslateResponseBatchTranslateResponse. parseFrom(InputStream input)static BatchTranslateResponseBatchTranslateResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchTranslateResponseBatchTranslateResponse. parseFrom(ByteBuffer data)static BatchTranslateResponseBatchTranslateResponse. 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.BuilderBatchTranslateResponse.Builder. mergeFrom(BatchTranslateResponse other)static BatchTranslateResponse.BuilderBatchTranslateResponse. 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.
-