- 2.78.0 (latest)
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.73.0
 - 2.72.0
 - 2.70.0
 - 2.68.0
 - 2.67.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.27.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.0
 - 2.3.5
 - 2.2.0
 - 2.1.13
 
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 |