Enum TemporalAsset.PriorAssetState (3.3.1)

public enum TemporalAsset.PriorAssetState extends Enum<TemporalAsset.PriorAssetState> implements ProtocolMessageEnum

State of prior asset.

Protobuf enum google.cloud.asset.v1.TemporalAsset.PriorAssetState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DELETED

prior_asset is a deletion.

DELETED = 4;

DELETED_VALUE

prior_asset is a deletion.

DELETED = 4;

DOES_NOT_EXIST

Current asset is the first known state.

DOES_NOT_EXIST = 3;

DOES_NOT_EXIST_VALUE

Current asset is the first known state.

DOES_NOT_EXIST = 3;

INVALID

Failed to set prior_asset.

INVALID = 2;

INVALID_VALUE

Failed to set prior_asset.

INVALID = 2;

PRESENT

prior_asset is populated correctly.

PRESENT = 1;

PRESENT_VALUE

prior_asset is populated correctly.

PRESENT = 1;

PRIOR_ASSET_STATE_UNSPECIFIED

prior_asset is not applicable for the current asset.

PRIOR_ASSET_STATE_UNSPECIFIED = 0;

PRIOR_ASSET_STATE_UNSPECIFIED_VALUE

prior_asset is not applicable for the current asset.

PRIOR_ASSET_STATE_UNSPECIFIED = 0;

UNRECOGNIZED

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()