Importance

Defines the importance of the data contained in the operation.

Enums
LOW Allows data caching, batching, and aggregation. It provides higher performance with higher data loss risk.
HIGH Disables data aggregation to minimize data loss. It is for operations that contains significant monetary value or audit trail. This feature only applies to the client libraries.
DEBUG

Deprecated. Do not use.

Disables data aggregation and enables additional validation logic. It should only be used during the onboarding process. It is only available to Google internal services, and the service must be approved by chemist-dev@google.com in order to use this level.