Class TemporalAsset (3.18.0)

TemporalAsset(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An asset in Google Cloud and its temporal metadata, including the time window when it was observed and its status during that window.

Attributes

NameDescription
window google.cloud.asset_v1.types.TimeWindow
The time window when the asset data and state was observed.
deleted bool
Whether the asset has been deleted or not.
asset google.cloud.asset_v1.types.Asset
An asset in Google Cloud.
prior_asset_state google.cloud.asset_v1.types.TemporalAsset.PriorAssetState
State of prior_asset.
prior_asset google.cloud.asset_v1.types.Asset
Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.

Classes

PriorAssetState

PriorAssetState(value)

State of prior asset.

Values: PRIOR_ASSET_STATE_UNSPECIFIED (0): prior_asset is not applicable for the current asset. PRESENT (1): prior_asset is populated correctly. INVALID (2): Failed to set prior_asset. DOES_NOT_EXIST (3): Current asset is the first known state. DELETED (4): prior_asset is a deletion.