public enum ListAssetsResponse.ListAssetsResult.State extends Enum<ListAssetsResponse.ListAssetsResult.State> implements ProtocolMessageEnum
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 should be: UNUSED
Protobuf enum
google.cloud.securitycenter.v1beta1.ListAssetsResponse.ListAssetsResult.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
Asset was active at both point(s) in time. |
ACTIVE_VALUE |
Asset was active 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. |
STATE_UNSPECIFIED |
Unspecified state. |
STATE_UNSPECIFIED_VALUE |
Unspecified state. |
UNRECOGNIZED |
|
UNUSED |
Request did not specify use of this field in the result. |
UNUSED_VALUE |
Request did not specify use of this field in the result. |
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() |