Interface SupportedLanguagesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SupportedLanguages
,SupportedLanguages.Builder
public interface SupportedLanguagesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupportedLanguage
getLanguages(int index)
A list of supported language responses.int
getLanguagesCount()
A list of supported language responses.List<SupportedLanguage>
getLanguagesList()
A list of supported language responses.SupportedLanguageOrBuilder
getLanguagesOrBuilder(int index)
A list of supported language responses.List<? extends SupportedLanguageOrBuilder>
getLanguagesOrBuilderList()
A list of supported language responses.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLanguagesList
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;
-
getLanguages
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;
-
getLanguagesCount
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;
-
getLanguagesOrBuilderList
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;
-
getLanguagesOrBuilder
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;
-
-