Uses of Class
com.google.cloud.translate.v3beta1.BatchDocumentInputConfig
-
Packages that use BatchDocumentInputConfig Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation API -
-
Uses of BatchDocumentInputConfig in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 that return BatchDocumentInputConfig Modifier and Type Method Description BatchDocumentInputConfig
BatchDocumentInputConfig.Builder. build()
BatchDocumentInputConfig
BatchDocumentInputConfig.Builder. buildPartial()
static BatchDocumentInputConfig
BatchDocumentInputConfig. getDefaultInstance()
BatchDocumentInputConfig
BatchDocumentInputConfig.Builder. getDefaultInstanceForType()
BatchDocumentInputConfig
BatchDocumentInputConfig. getDefaultInstanceForType()
BatchDocumentInputConfig
BatchTranslateDocumentRequest.Builder. getInputConfigs(int index)
Required.BatchDocumentInputConfig
BatchTranslateDocumentRequest. getInputConfigs(int index)
Required.BatchDocumentInputConfig
BatchTranslateDocumentRequestOrBuilder. getInputConfigs(int index)
Required.static BatchDocumentInputConfig
BatchDocumentInputConfig. parseDelimitedFrom(InputStream input)
static BatchDocumentInputConfig
BatchDocumentInputConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDocumentInputConfig
BatchDocumentInputConfig. parseFrom(byte[] data)
static BatchDocumentInputConfig
BatchDocumentInputConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDocumentInputConfig
BatchDocumentInputConfig. parseFrom(com.google.protobuf.ByteString data)
static BatchDocumentInputConfig
BatchDocumentInputConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDocumentInputConfig
BatchDocumentInputConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchDocumentInputConfig
BatchDocumentInputConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDocumentInputConfig
BatchDocumentInputConfig. parseFrom(InputStream input)
static BatchDocumentInputConfig
BatchDocumentInputConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDocumentInputConfig
BatchDocumentInputConfig. parseFrom(ByteBuffer data)
static BatchDocumentInputConfig
BatchDocumentInputConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.translate.v3beta1 that return types with arguments of type BatchDocumentInputConfig Modifier and Type Method Description List<BatchDocumentInputConfig>
BatchTranslateDocumentRequest.Builder. getInputConfigsList()
Required.List<BatchDocumentInputConfig>
BatchTranslateDocumentRequest. getInputConfigsList()
Required.List<BatchDocumentInputConfig>
BatchTranslateDocumentRequestOrBuilder. getInputConfigsList()
Required.com.google.protobuf.Parser<BatchDocumentInputConfig>
BatchDocumentInputConfig. getParserForType()
static com.google.protobuf.Parser<BatchDocumentInputConfig>
BatchDocumentInputConfig. parser()
Methods in com.google.cloud.translate.v3beta1 with parameters of type BatchDocumentInputConfig Modifier and Type Method Description BatchTranslateDocumentRequest.Builder
BatchTranslateDocumentRequest.Builder. addInputConfigs(int index, BatchDocumentInputConfig value)
Required.BatchTranslateDocumentRequest.Builder
BatchTranslateDocumentRequest.Builder. addInputConfigs(BatchDocumentInputConfig value)
Required.BatchDocumentInputConfig.Builder
BatchDocumentInputConfig.Builder. mergeFrom(BatchDocumentInputConfig other)
static BatchDocumentInputConfig.Builder
BatchDocumentInputConfig. newBuilder(BatchDocumentInputConfig prototype)
BatchTranslateDocumentRequest.Builder
BatchTranslateDocumentRequest.Builder. setInputConfigs(int index, BatchDocumentInputConfig value)
Required.Method parameters in com.google.cloud.translate.v3beta1 with type arguments of type BatchDocumentInputConfig Modifier and Type Method Description BatchTranslateDocumentRequest.Builder
BatchTranslateDocumentRequest.Builder. addAllInputConfigs(Iterable<? extends BatchDocumentInputConfig> values)
Required.
-