public static interface CustomInfoType.Dictionary.WordListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getWords(int index)
Words or phrases defining the dictionary.
|
com.google.protobuf.ByteString |
getWordsBytes(int index)
Words or phrases defining the dictionary.
|
int |
getWordsCount()
Words or phrases defining the dictionary.
|
List<String> |
getWordsList()
Words or phrases defining the dictionary.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getWordsList()
Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
repeated string words = 1;int getWordsCount()
Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
repeated string words = 1;String getWords(int index)
Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
repeated string words = 1;index - The index of the element to return.com.google.protobuf.ByteString getWordsBytes(int index)
Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
repeated string words = 1;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.