public static final class SupportedLanguage.Builder extends GeneratedMessageV3.Builder<SupportedLanguage.Builder> implements SupportedLanguageOrBuilderA single supported language response corresponds to information related to one supported language.
Protobuf type google.cloud.translation.v3.SupportedLanguage
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SupportedLanguage.BuilderImplements
SupportedLanguageOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SupportedLanguage.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| SupportedLanguage.Builder |
build()
public SupportedLanguage build()| Type | Description |
| SupportedLanguage |
buildPartial()
public SupportedLanguage buildPartial()| Type | Description |
| SupportedLanguage |
clear()
public SupportedLanguage.Builder clear()| Type | Description |
| SupportedLanguage.Builder |
clearDisplayName()
public SupportedLanguage.Builder clearDisplayName()Human readable name of the language localized in the display language specified in the request.
string display_name = 2;
| Type | Description |
| SupportedLanguage.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public SupportedLanguage.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| SupportedLanguage.Builder |
clearLanguageCode()
public SupportedLanguage.Builder clearLanguageCode()Supported language code, generally consisting of its ISO 639-1 identifier, for example, 'en', 'ja'. In certain cases, BCP-47 codes including language and region identifiers are returned (for example, 'zh-TW' and 'zh-CN')
string language_code = 1;
| Type | Description |
| SupportedLanguage.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SupportedLanguage.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| SupportedLanguage.Builder |
clearSupportSource()
public SupportedLanguage.Builder clearSupportSource()Can be used as source language.
bool support_source = 3;
| Type | Description |
| SupportedLanguage.Builder | This builder for chaining. |
clearSupportTarget()
public SupportedLanguage.Builder clearSupportTarget()Can be used as target language.
bool support_target = 4;
| Type | Description |
| SupportedLanguage.Builder | This builder for chaining. |
clone()
public SupportedLanguage.Builder clone()| Type | Description |
| SupportedLanguage.Builder |
getDefaultInstanceForType()
public SupportedLanguage getDefaultInstanceForType()| Type | Description |
| SupportedLanguage |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDisplayName()
public String getDisplayName()Human readable name of the language localized in the display language specified in the request.
string display_name = 2;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Human readable name of the language localized in the display language specified in the request.
string display_name = 2;
| Type | Description |
| ByteString | The bytes for displayName. |
getLanguageCode()
public String getLanguageCode()Supported language code, generally consisting of its ISO 639-1 identifier, for example, 'en', 'ja'. In certain cases, BCP-47 codes including language and region identifiers are returned (for example, 'zh-TW' and 'zh-CN')
string language_code = 1;
| Type | Description |
| String | The languageCode. |
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()Supported language code, generally consisting of its ISO 639-1 identifier, for example, 'en', 'ja'. In certain cases, BCP-47 codes including language and region identifiers are returned (for example, 'zh-TW' and 'zh-CN')
string language_code = 1;
| Type | Description |
| ByteString | The bytes for languageCode. |
getSupportSource()
public boolean getSupportSource()Can be used as source language.
bool support_source = 3;
| Type | Description |
| boolean | The supportSource. |
getSupportTarget()
public boolean getSupportTarget()Can be used as target language.
bool support_target = 4;
| Type | Description |
| boolean | The supportTarget. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(SupportedLanguage other)
public SupportedLanguage.Builder mergeFrom(SupportedLanguage other)| Name | Description |
| other | SupportedLanguage |
| Type | Description |
| SupportedLanguage.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SupportedLanguage.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| SupportedLanguage.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public SupportedLanguage.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| SupportedLanguage.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SupportedLanguage.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| SupportedLanguage.Builder |
setDisplayName(String value)
public SupportedLanguage.Builder setDisplayName(String value)Human readable name of the language localized in the display language specified in the request.
string display_name = 2;
| Name | Description |
| value | StringThe displayName to set. |
| Type | Description |
| SupportedLanguage.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public SupportedLanguage.Builder setDisplayNameBytes(ByteString value)Human readable name of the language localized in the display language specified in the request.
string display_name = 2;
| Name | Description |
| value | ByteStringThe bytes for displayName to set. |
| Type | Description |
| SupportedLanguage.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public SupportedLanguage.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| SupportedLanguage.Builder |
setLanguageCode(String value)
public SupportedLanguage.Builder setLanguageCode(String value)Supported language code, generally consisting of its ISO 639-1 identifier, for example, 'en', 'ja'. In certain cases, BCP-47 codes including language and region identifiers are returned (for example, 'zh-TW' and 'zh-CN')
string language_code = 1;
| Name | Description |
| value | StringThe languageCode to set. |
| Type | Description |
| SupportedLanguage.Builder | This builder for chaining. |
setLanguageCodeBytes(ByteString value)
public SupportedLanguage.Builder setLanguageCodeBytes(ByteString value)Supported language code, generally consisting of its ISO 639-1 identifier, for example, 'en', 'ja'. In certain cases, BCP-47 codes including language and region identifiers are returned (for example, 'zh-TW' and 'zh-CN')
string language_code = 1;
| Name | Description |
| value | ByteStringThe bytes for languageCode to set. |
| Type | Description |
| SupportedLanguage.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SupportedLanguage.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| SupportedLanguage.Builder |
setSupportSource(boolean value)
public SupportedLanguage.Builder setSupportSource(boolean value)Can be used as source language.
bool support_source = 3;
| Name | Description |
| value | booleanThe supportSource to set. |
| Type | Description |
| SupportedLanguage.Builder | This builder for chaining. |
setSupportTarget(boolean value)
public SupportedLanguage.Builder setSupportTarget(boolean value)Can be used as target language.
bool support_target = 4;
| Name | Description |
| value | booleanThe supportTarget to set. |
| Type | Description |
| SupportedLanguage.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final SupportedLanguage.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| SupportedLanguage.Builder |