Google Cloud Security Command Center V1 Client - Class StateChange (1.21.0)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class StateChange.

The change in state of the asset.

When querying across two points in time this describes the change between the two points: ADDED, REMOVED, or ACTIVE. If there was no compare_duration supplied in the request the state change will be: UNUSED

Protobuf type google.cloud.securitycenter.v1.ListAssetsResponse.ListAssetsResult.StateChange

Namespace

Google \ Cloud \ SecurityCenter \ V1 \ ListAssetsResponse \ ListAssetsResult

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

UNUSED

Value: 0

State change is unused, this is the canonical default for this enum.

Generated from protobuf enum UNUSED = 0;

ADDED

Value: 1

Asset was added between the points in time.

Generated from protobuf enum ADDED = 1;

REMOVED

Value: 2

Asset was removed between the points in time.

Generated from protobuf enum REMOVED = 2;

ACTIVE

Value: 3

Asset was present at both point(s) in time.

Generated from protobuf enum ACTIVE = 3;