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."],[[["This webpage details the `StateChange` enum within the `Google.Cloud.SecurityCenter.V1` namespace, specifically within the context of `ListFindingsResponse`."],["The latest version available for this content is version 3.24.0, with a variety of previous versions accessible ranging back to 2.2.0, for the .NET documentation."],["The `StateChange` enum describes the change in a finding's state between two points in time, with possible values including `Added`, `Changed`, `Removed`, `Unchanged`, and `Unused`."],["Each `StateChange` value represents a specific type of change in a finding, such as whether it was newly created, modified, no longer matching a filter, or remained the same."],["The `Removed` state signifies that a finding no longer matches a specified filter at the current timestamp but did match it at an earlier time (timestamp - compare_duration)."]]],[]]