events/cloud/datastore/v1 library

Classes

ArrayValue
An array value.
Entity
A Datastore data object.
EntityCreatedEvent
The CloudEvent is raised when a Firestore entity is created.
EntityCreatedEventWithAuthContext
The CloudEvent with Auth Context is raised when a Firestore entity is created.
EntityDeletedEvent
The CloudEvent is raised when a Firestore entity is deleted.
EntityDeletedEventWithAuthContext
The CloudEvent with Auth Context is raised when a Firestore entity is deleted.
EntityEventData
The data within all Firestore in Datastore Mode entity events.
EntityResult
The result of fetching an entity from Datastore.
EntityResult_ResultType
Specifies what data the 'entity' field contains. A ResultType is either implied (for example, in LookupResponse.missing from datastore.proto, it is always KEY_ONLY) or specified by context (for example, in message QueryResultBatch, field entity_result_type specifies a ResultType for all the values in field entity_results).
EntityUpdatedEvent
The CloudEvent is raised when a Firestore entity is updated.
EntityUpdatedEventWithAuthContext
The CloudEvent with Auth Context is raised when a Firestore entity is updated.
EntityWrittenEvent
The CloudEvent is raised when a Firestore entity is created, updated or deleted.
EntityWrittenEventWithAuthContext
The CloudEvent with Auth Context is raised when a Firestore entity is created, updated or deleted.
Key
A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts.
Key_PathElement
A (kind, ID/name) pair used to construct a key path.
PartitionId
A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
PropertyMask
A set of property paths on an entity.
Value
A message that can hold any of the supported value types and associated metadata.