public static interface Control.SynonymsActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSynonyms(int index)
Defines a set of synonyms.
|
com.google.protobuf.ByteString |
getSynonymsBytes(int index)
Defines a set of synonyms.
|
int |
getSynonymsCount()
Defines a set of synonyms.
|
List<String> |
getSynonymsList()
Defines a set of synonyms.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getSynonymsList()
Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is thrown.
repeated string synonyms = 1;int getSynonymsCount()
Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is thrown.
repeated string synonyms = 1;String getSynonyms(int index)
Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is thrown.
repeated string synonyms = 1;index - The index of the element to return.com.google.protobuf.ByteString getSynonymsBytes(int index)
Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is thrown.
repeated string synonyms = 1;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.