Enum ListAssetsResponse.ListAssetsResult.State (2.3.2)

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

ProtocolMessageEnum

Fields

NameDescription
ACTIVE

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

ACTIVE = 4;

ACTIVE_VALUE

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

ACTIVE = 4;

ADDED

Asset was added between the points in time.

ADDED = 2;

ADDED_VALUE

Asset was added between the points in time.

ADDED = 2;

REMOVED

Asset was removed between the points in time.

REMOVED = 3;

REMOVED_VALUE

Asset was removed between the points in time.

REMOVED = 3;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UNUSED

Request did not specify use of this field in the result.

UNUSED = 1;

UNUSED_VALUE

Request did not specify use of this field in the result.

UNUSED = 1;

Methods

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

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()