Class TemporalAsset (2.2.1)

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 `.assets.TimeWindow`
The time window when the asset data and state was observed.
deleted bool
Whether the asset has been deleted or not.
asset `.assets.Asset`
An asset in Google Cloud.
prior_asset_state `.assets.TemporalAsset.PriorAssetState`
State of prior_asset.
prior_asset `.assets.Asset`
Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.

Inheritance

builtins.object > proto.message.Message > TemporalAsset

Classes

PriorAssetState

PriorAssetState(value)

State of prior asset.