You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ontology defines an entity's categorization in Lattice, and improves data retrieval and integration. Builds a standardized representation of the entity.
154
154
*
155
155
* @generated from field: anduril.entitymanager.v1.Ontology ontology = 11;
* * expiry_time. This must be in the future, but less than 30 days from now.
25
+
* * entity_id: Unique string identifier. Can be a Globally Unique Identifier (GUID).
26
+
* * expiry_time: Expiration time that must be greater than the current time and less than 30 days in the future. The Entities API will reject any entity update with an expiry_time in the past. When the expiry_time has passed, the Entities API will delete the entity from the COP and send a DELETE event.
27
+
* * is_live: Boolean that when true, creates or updates the entity. If false and the entity is still live, triggers a DELETE event.
28
+
* * provenance.integration_name: String that uniquely identifies the integration responsible for publishing the entity.
26
29
* * provenance.data_type.
27
30
* * provenance.source_update_time. This can be earlier than the RPC call if the data entered is older.
28
-
* * aliases.name
31
+
* * aliases.name: Human-readable string that represents the name of an entity.
29
32
* * ontology.template
30
33
* For additional required fields that are determined by template, see com.anduril.entitymanager.v1.Template.
31
34
* if an entity_id is provided, Entity Manager updates the entity. If no entity_id is provided, it creates an entity.
* Sends a stream of entity objects to create or update.
62
65
* Each entity requires the following fields:
63
-
* * expiry_time. This must be in the future, but less than 30 days from now.
66
+
* * entity_id: Unique string identifier. Can be a Globally Unique Identifier (GUID).
67
+
* * expiry_time: Expiration time that must be greater than the current time and less than 30 days in the future. The Entities API will reject any entity update with an expiry_time in the past. When the expiry_time has passed, the Entities API will delete the entity from the COP and send a DELETE event.
68
+
* * is_live: Boolean that when true, creates or updates the entity. If false and the entity is still live, triggers a DELETE event.
69
+
* * provenance.integration_name: String that uniquely identifies the integration responsible for publishing the entity.
64
70
* * provenance.data_type.
65
71
* * provenance.source_update_time. This can be earlier than the RPC call if the data entered is older.
66
-
* * aliases.name
72
+
* * aliases.name: Human-readable string that represents the name of an entity.
67
73
* * ontology.template
68
74
* For additional required fields that are determined by template, see com.anduril.entitymanager.v1.Template.
69
75
* If an entity_id is provided, the entity updates. If no entity_id is provided, the entity is created.
0 commit comments