public static final class DocumentTranslation.Builder extends GeneratedMessageV3.Builder<DocumentTranslation.Builder> implements DocumentTranslationOrBuilder
A translated document message.Protobuf type
google.cloud.translation.v3.DocumentTranslation
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<DocumentTranslation.Builder>
public DocumentTranslation.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<DocumentTranslation.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<DocumentTranslation.Builder>
public DocumentTranslation getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public DocumentTranslation build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public DocumentTranslation buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public DocumentTranslation.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<DocumentTranslation.Builder>
public DocumentTranslation.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<DocumentTranslation.Builder>
public DocumentTranslation.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<DocumentTranslation.Builder>
public DocumentTranslation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<DocumentTranslation.Builder>
public DocumentTranslation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<DocumentTranslation.Builder>
public DocumentTranslation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<DocumentTranslation.Builder>
public DocumentTranslation.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<DocumentTranslation.Builder>
public DocumentTranslation.Builder mergeFrom(DocumentTranslation other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<DocumentTranslation.Builder>
public DocumentTranslation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<DocumentTranslation.Builder>
IOException
public List<ByteString> getByteStreamOutputsList()
The array of translated documents. It is expected to be size 1 for now. We may produce multiple translated documents in the future for other type of file formats.
repeated bytes byte_stream_outputs = 1;
getByteStreamOutputsList
in interface DocumentTranslationOrBuilder
public int getByteStreamOutputsCount()
The array of translated documents. It is expected to be size 1 for now. We may produce multiple translated documents in the future for other type of file formats.
repeated bytes byte_stream_outputs = 1;
getByteStreamOutputsCount
in interface DocumentTranslationOrBuilder
public ByteString getByteStreamOutputs(int index)
The array of translated documents. It is expected to be size 1 for now. We may produce multiple translated documents in the future for other type of file formats.
repeated bytes byte_stream_outputs = 1;
getByteStreamOutputs
in interface DocumentTranslationOrBuilder
index
- The index of the element to return.public DocumentTranslation.Builder setByteStreamOutputs(int index, ByteString value)
The array of translated documents. It is expected to be size 1 for now. We may produce multiple translated documents in the future for other type of file formats.
repeated bytes byte_stream_outputs = 1;
index
- The index to set the value at.value
- The byteStreamOutputs to set.public DocumentTranslation.Builder addByteStreamOutputs(ByteString value)
The array of translated documents. It is expected to be size 1 for now. We may produce multiple translated documents in the future for other type of file formats.
repeated bytes byte_stream_outputs = 1;
value
- The byteStreamOutputs to add.public DocumentTranslation.Builder addAllByteStreamOutputs(Iterable<? extends ByteString> values)
The array of translated documents. It is expected to be size 1 for now. We may produce multiple translated documents in the future for other type of file formats.
repeated bytes byte_stream_outputs = 1;
values
- The byteStreamOutputs to add.public DocumentTranslation.Builder clearByteStreamOutputs()
The array of translated documents. It is expected to be size 1 for now. We may produce multiple translated documents in the future for other type of file formats.
repeated bytes byte_stream_outputs = 1;
public String getMimeType()
The translated document's mime type.
string mime_type = 2;
getMimeType
in interface DocumentTranslationOrBuilder
public ByteString getMimeTypeBytes()
The translated document's mime type.
string mime_type = 2;
getMimeTypeBytes
in interface DocumentTranslationOrBuilder
public DocumentTranslation.Builder setMimeType(String value)
The translated document's mime type.
string mime_type = 2;
value
- The mimeType to set.public DocumentTranslation.Builder clearMimeType()
The translated document's mime type.
string mime_type = 2;
public DocumentTranslation.Builder setMimeTypeBytes(ByteString value)
The translated document's mime type.
string mime_type = 2;
value
- The bytes for mimeType to set.public String getDetectedLanguageCode()
The detected language for the input document. If the user did not provide the source language for the input document, this field will have the language code automatically detected. If the source language was passed, auto-detection of the language does not occur and this field is empty.
string detected_language_code = 3;
getDetectedLanguageCode
in interface DocumentTranslationOrBuilder
public ByteString getDetectedLanguageCodeBytes()
The detected language for the input document. If the user did not provide the source language for the input document, this field will have the language code automatically detected. If the source language was passed, auto-detection of the language does not occur and this field is empty.
string detected_language_code = 3;
getDetectedLanguageCodeBytes
in interface DocumentTranslationOrBuilder
public DocumentTranslation.Builder setDetectedLanguageCode(String value)
The detected language for the input document. If the user did not provide the source language for the input document, this field will have the language code automatically detected. If the source language was passed, auto-detection of the language does not occur and this field is empty.
string detected_language_code = 3;
value
- The detectedLanguageCode to set.public DocumentTranslation.Builder clearDetectedLanguageCode()
The detected language for the input document. If the user did not provide the source language for the input document, this field will have the language code automatically detected. If the source language was passed, auto-detection of the language does not occur and this field is empty.
string detected_language_code = 3;
public DocumentTranslation.Builder setDetectedLanguageCodeBytes(ByteString value)
The detected language for the input document. If the user did not provide the source language for the input document, this field will have the language code automatically detected. If the source language was passed, auto-detection of the language does not occur and this field is empty.
string detected_language_code = 3;
value
- The bytes for detectedLanguageCode to set.public final DocumentTranslation.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<DocumentTranslation.Builder>
public final DocumentTranslation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<DocumentTranslation.Builder>
Copyright © 2022 Google LLC. All rights reserved.