When querying across two points in time this describes
the change in the finding between the two points: CHANGED, UNCHANGED,
ADDED, or REMOVED. Findings can not be deleted, so REMOVED implies that
the finding at timestamp does not match the filter specified, but it did
at timestamp - compare_duration. If there was no compare_duration
supplied in the request the state change will be: UNUSED
[[["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 `StateChange` enum in the `Google.Cloud.SecurityCenter.V1P1Beta1` namespace describes the change in state of a finding across two points in time."],["Possible states include `Added` (newly created), `Changed` (state modified), `Removed` (no longer matching the filter but previously did), `Unchanged` (no state change), and `Unused` (default state when no comparison is made)."],["The latest version is `3.0.0-beta05` and Version `2.0.0-beta07` provides the definition of `StateChange`."],["The `StateChange` field indicates whether a finding's properties or existence has changed between two timestamps, as well as whether a finding matches a specified filter."]]],[]]