Module: Google::Cloud::Asset::V1::TemporalAsset::PriorAssetState
- Defined in:
- proto_docs/google/cloud/asset/v1/assets.rb
Overview
State of prior asset.
Constant Summary collapse
- PRIOR_ASSET_STATE_UNSPECIFIED =
prior_asset is not applicable for the current asset.
0
- PRESENT =
prior_asset is populated correctly.
1
- INVALID =
Failed to set prior_asset.
2
- DOES_NOT_EXIST =
Current asset is the first known state.
3
- DELETED =
prior_asset is a deletion.
4