public interface SupportedLanguagesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SupportedLanguage> getLanguagesList()
A list of supported language responses. This list contains an entry for each language the Translation API supports.
repeated .google.cloud.translation.v3.SupportedLanguage languages = 1;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.v3.SupportedLanguage languages = 1;int getLanguagesCount()
A list of supported language responses. This list contains an entry for each language the Translation API supports.
repeated .google.cloud.translation.v3.SupportedLanguage languages = 1;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.v3.SupportedLanguage languages = 1;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.v3.SupportedLanguage languages = 1;Copyright © 2022 Google LLC. All rights reserved.