public enum ListAssetsResponse.ListAssetsResult.StateChange extends Enum<ListAssetsResponse.ListAssetsResult.StateChange> implements ProtocolMessageEnum
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 enum
google.cloud.securitycenter.v1.ListAssetsResponse.ListAssetsResult.StateChange
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
Asset was present at both point(s) in time. |
ACTIVE_VALUE |
Asset was present at both point(s) in time. |
ADDED |
Asset was added between the points in time. |
ADDED_VALUE |
Asset was added between the points in time. |
REMOVED |
Asset was removed between the points in time. |
REMOVED_VALUE |
Asset was removed between the points in time. |
UNRECOGNIZED |
|
UNUSED |
State change is unused, this is the canonical default for this enum. |
UNUSED_VALUE |
State change is unused, this is the canonical default for this enum. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |