public enum TemporalAsset.PriorAssetState extends Enum<TemporalAsset.PriorAssetState> implements ProtocolMessageEnum
State of prior asset.
Protobuf enum google.cloud.asset.v1.TemporalAsset.PriorAssetState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DELETED |
prior_asset is a deletion. |
DELETED_VALUE |
prior_asset is a deletion. |
DOES_NOT_EXIST |
Current asset is the first known state. |
DOES_NOT_EXIST_VALUE |
Current asset is the first known state. |
INVALID |
Failed to set prior_asset. |
INVALID_VALUE |
Failed to set prior_asset. |
PRESENT |
prior_asset is populated correctly. |
PRESENT_VALUE |
prior_asset is populated correctly. |
PRIOR_ASSET_STATE_UNSPECIFIED |
prior_asset is not applicable for the current asset. |
PRIOR_ASSET_STATE_UNSPECIFIED_VALUE |
prior_asset is not applicable for the current asset. |
UNRECOGNIZED |
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() |