Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 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 document provides reference information for the `ListFindingsResponse.Types.ListFindingsResult.Types.StateChange` enum within the Google Cloud Security Command Center v1p1beta1 API."],["The `StateChange` enum describes the change in a finding's state between two points in time, with possible values including `CHANGED`, `UNCHANGED`, `ADDED`, `REMOVED`, and `UNUSED`."],["The enum's fields represent specific changes: `ADDED` indicates a newly created finding, `CHANGED` indicates a change in a pre-existing finding, `REMOVED` indicates a finding that no longer matches the filter, `UNCHANGED` indicates no change in a pre-existing finding, and `UNUSED` is the default state when no comparison is made."],["The latest version of this enum is `3.0.0-beta05`, with older versions available including `3.0.0-beta04` and `2.0.0-beta07`."]]],[]]