Reference documentation and code samples for the Google Cloud Security Command Center v1 API enum ListFindingsResponse.Types.ListFindingsResult.Types.StateChange.
The change in state of the finding.
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 page provides documentation for the `StateChange` enum within the `Google.Cloud.SecurityCenter.V1` API, specifically for `ListFindingsResponse.Types.ListFindingsResult.Types`."],["The `StateChange` enum is used to describe how a finding's state has changed between two points in time, such as being `ADDED`, `CHANGED`, `REMOVED`, or `UNCHANGED`."],["The page lists the different versions of this API, ranging from version 3.24.0 (latest) down to 2.2.0, each with a link to its respective documentation."],["The `Unused` state change within the enum indicates that no time-comparison was done in the request, meaning it is the default state for this enum."],["The documentation indicates that findings cannot be deleted, and thus the `Removed` status signifies that the finding does not match the applied filter at the requested timestamp, but did match the filter at the `timestamp - compare_duration`."]]],[]]