Class SupportedLanguages (2.42.0)

public final class SupportedLanguages extends GeneratedMessageV3 implements SupportedLanguagesOrBuilder

The response message for discovering supported languages.

Protobuf type google.cloud.translation.v3beta1.SupportedLanguages

Static Fields

LANGUAGES_FIELD_NUMBER

public static final int LANGUAGES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SupportedLanguages getDefaultInstance()
Returns
Type Description
SupportedLanguages

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SupportedLanguages.Builder newBuilder()
Returns
Type Description
SupportedLanguages.Builder

newBuilder(SupportedLanguages prototype)

public static SupportedLanguages.Builder newBuilder(SupportedLanguages prototype)
Parameter
Name Description
prototype SupportedLanguages
Returns
Type Description
SupportedLanguages.Builder

parseDelimitedFrom(InputStream input)

public static SupportedLanguages parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SupportedLanguages
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SupportedLanguages parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SupportedLanguages
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SupportedLanguages parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SupportedLanguages
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SupportedLanguages parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SupportedLanguages
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SupportedLanguages parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SupportedLanguages
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SupportedLanguages parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SupportedLanguages
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SupportedLanguages parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SupportedLanguages
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SupportedLanguages parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SupportedLanguages
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SupportedLanguages parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SupportedLanguages
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SupportedLanguages parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SupportedLanguages
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SupportedLanguages parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SupportedLanguages
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SupportedLanguages parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SupportedLanguages
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SupportedLanguages> parser()
Returns
Type Description
Parser<SupportedLanguages>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SupportedLanguages getDefaultInstanceForType()
Returns
Type Description
SupportedLanguages

getLanguages(int index)

public SupportedLanguage getLanguages(int index)

A list of supported language responses. This list contains an entry for each language the Translation API supports.

repeated .google.cloud.translation.v3beta1.SupportedLanguage languages = 1;

Parameter
Name Description
index int
Returns
Type Description
SupportedLanguage

getLanguagesCount()

public int getLanguagesCount()

A list of supported language responses. This list contains an entry for each language the Translation API supports.

repeated .google.cloud.translation.v3beta1.SupportedLanguage languages = 1;

Returns
Type Description
int

getLanguagesList()

public List<SupportedLanguage> getLanguagesList()

A list of supported language responses. This list contains an entry for each language the Translation API supports.

repeated .google.cloud.translation.v3beta1.SupportedLanguage languages = 1;

Returns
Type Description
List<SupportedLanguage>

getLanguagesOrBuilder(int index)

public SupportedLanguageOrBuilder getLanguagesOrBuilder(int index)

A list of supported language responses. This list contains an entry for each language the Translation API supports.

repeated .google.cloud.translation.v3beta1.SupportedLanguage languages = 1;

Parameter
Name Description
index int
Returns
Type Description
SupportedLanguageOrBuilder

getLanguagesOrBuilderList()

public List<? extends SupportedLanguageOrBuilder> getLanguagesOrBuilderList()

A list of supported language responses. This list contains an entry for each language the Translation API supports.

repeated .google.cloud.translation.v3beta1.SupportedLanguage languages = 1;

Returns
Type Description
List<? extends com.google.cloud.translate.v3beta1.SupportedLanguageOrBuilder>

getParserForType()

public Parser<SupportedLanguages> getParserForType()
Returns
Type Description
Parser<SupportedLanguages>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SupportedLanguages.Builder newBuilderForType()
Returns
Type Description
SupportedLanguages.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SupportedLanguages.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SupportedLanguages.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SupportedLanguages.Builder toBuilder()
Returns
Type Description
SupportedLanguages.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException