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. The primary value associated with this entity entry.
For example, if the entity type is *vegetable*, the value could be
*scallions*.
For `KIND_MAP` entity types:
* A reference value 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 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getValueBytes()
Required. The primary value associated with this entity entry.
For example, if the entity type is *vegetable*, the value could be
*scallions*.
For `KIND_MAP` entity types:
* A reference value 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 [(.google.api.field_behavior) = REQUIRED];List<String> getSynonymsList()
Required. A collection of value synonyms. For example, if the entity type is *vegetable*, and `value` is *scallions*, a synonym could be *green onions*. For `KIND_LIST` entity types: * This collection must contain exactly one synonym equal to `value`.
repeated string synonyms = 2;int getSynonymsCount()
Required. A collection of value synonyms. For example, if the entity type is *vegetable*, and `value` is *scallions*, a synonym could be *green onions*. For `KIND_LIST` entity types: * This collection must contain exactly one synonym equal to `value`.
repeated string synonyms = 2;String getSynonyms(int index)
Required. A collection of value synonyms. For example, if the entity type is *vegetable*, and `value` is *scallions*, a synonym could be *green onions*. For `KIND_LIST` entity types: * This collection must contain exactly one synonym equal to `value`.
repeated string synonyms = 2;index - The index of the element to return.com.google.protobuf.ByteString getSynonymsBytes(int index)
Required. A collection of value synonyms. For example, if the entity type is *vegetable*, and `value` is *scallions*, a synonym could be *green onions*. For `KIND_LIST` entity types: * This collection must contain exactly one synonym equal to `value`.
repeated string synonyms = 2;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.