public static interface EntityType.EntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSynonyms(int index)
Required.
|
com.google.protobuf.ByteString |
getSynonymsBytes(int index)
Required.
|
int |
getSynonymsCount()
Required.
|
java.util.List<java.lang.String> |
getSynonymsList()
Required.
|
java.lang.String |
getValue()
Required.
|
com.google.protobuf.ByteString |
getValueBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getValue()
Required. For `KIND_MAP` entity types: A canonical name to be used in place of synonyms. For `KIND_LIST` entity types: A string that can contain references to other entity types (with or without aliases).
string value = 1;com.google.protobuf.ByteString getValueBytes()
Required. For `KIND_MAP` entity types: A canonical name to be used in place of synonyms. For `KIND_LIST` entity types: A string that can contain references to other entity types (with or without aliases).
string value = 1;java.util.List<java.lang.String> getSynonymsList()
Required. A collection of synonyms. For `KIND_LIST` entity types this must contain exactly one synonym equal to `value`.
repeated string synonyms = 2;int getSynonymsCount()
Required. A collection of synonyms. For `KIND_LIST` entity types this must contain exactly one synonym equal to `value`.
repeated string synonyms = 2;java.lang.String getSynonyms(int index)
Required. A collection of synonyms. For `KIND_LIST` entity types this must contain exactly one synonym equal to `value`.
repeated string synonyms = 2;com.google.protobuf.ByteString getSynonymsBytes(int index)
Required. A collection of synonyms. For `KIND_LIST` entity types this must contain exactly one synonym equal to `value`.
repeated string synonyms = 2;