public static interface EntityType.EntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSynonyms(int index)
Required.
|
com.google.protobuf.ByteString |
getSynonymsBytes(int index)
Required.
|
int |
getSynonymsCount()
Required.
|
List<String> |
getSynonymsList()
Required.
|
String |
getValue()
Required.
|
com.google.protobuf.ByteString |
getValueBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;List<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;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;Copyright © 2019 Google LLC. All rights reserved.