public interface EntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Textual description, e.g., `Fixed-gear bicycle`.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Textual description, e.g., `Fixed-gear bicycle`.
|
String |
getEntityId()
Opaque entity ID.
|
com.google.protobuf.ByteString |
getEntityIdBytes()
Opaque entity ID.
|
String |
getLanguageCode()
Language code for `description` in BCP-47 format.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
Language code for `description` in BCP-47 format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEntityId()
Opaque entity ID. Some IDs may be available in [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/).
string entity_id = 1;com.google.protobuf.ByteString getEntityIdBytes()
Opaque entity ID. Some IDs may be available in [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/).
string entity_id = 1;String getDescription()
Textual description, e.g., `Fixed-gear bicycle`.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
Textual description, e.g., `Fixed-gear bicycle`.
string description = 2;String getLanguageCode()
Language code for `description` in BCP-47 format.
string language_code = 3;com.google.protobuf.ByteString getLanguageCodeBytes()
Language code for `description` in BCP-47 format.
string language_code = 3;Copyright © 2024 Google LLC. All rights reserved.