Enum ListAssetsResponse.ListAssetsResult.StateChange (2.5.6)

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.v1p1beta1.ListAssetsResponse.ListAssetsResult.StateChange

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

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

ACTIVE = 3;

ACTIVE_VALUE

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

ACTIVE = 3;

ADDED

Asset was added between the points in time.

ADDED = 1;

ADDED_VALUE

Asset was added between the points in time.

ADDED = 1;

REMOVED

Asset was removed between the points in time.

REMOVED = 2;

REMOVED_VALUE

Asset was removed between the points in time.

REMOVED = 2;

UNRECOGNIZED
UNUSED

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

UNUSED = 0;

UNUSED_VALUE

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

UNUSED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()