Reference documentation and code samples for the Google Cloud Asset V1 Client class PriorAssetState.
State of prior asset.
Protobuf type google.cloud.asset.v1.TemporalAsset.PriorAssetState
Namespace
Google \ Cloud \ Asset \ V1 \ TemporalAssetMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PRIOR_ASSET_STATE_UNSPECIFIED
Value: 0
prior_asset is not applicable for the current asset.
Generated from protobuf enum PRIOR_ASSET_STATE_UNSPECIFIED = 0;
PRESENT
Value: 1
prior_asset is populated correctly.
Generated from protobuf enum PRESENT = 1;
INVALID
Value: 2
Failed to set prior_asset.
Generated from protobuf enum INVALID = 2;
DOES_NOT_EXIST
Value: 3
Current asset is the first known state.
Generated from protobuf enum DOES_NOT_EXIST = 3;
DELETED
Value: 4
prior_asset is a deletion.
Generated from protobuf enum DELETED = 4;