The API implementation doesn't cache and aggregate the data.
If the method returns successfully, it's guaranteed that the data has
been persisted in durable storage.
Low
The API implementation may cache and aggregate the data.
The data may be lost when rare and unexpected system failures occur.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage documents different versions of the `Importance` enum within the `Google.Cloud.ServiceControl.V1` namespace, ranging from version 1.0.0 to the latest version 2.4.0."],["The `Importance` enum defines the significance of data in an operation, with possible values including `High` and `Low`."],["The `High` field for importance indicates that data is immediately persisted in durable storage, whereas `Low` importance might allow for caching and aggregation, risking data loss during system failures."],["The `Google.Cloud.ServiceControl.V1.dll` assembly is the context where the `Importance` enum resides."]]],[]]