Reference documentation and code samples for the Google Cloud Asset V1 Client class TemporalAsset.
An asset in Google Cloud and its temporal metadata, including the time window when it was observed and its status during that window.
Generated from protobuf message google.cloud.asset.v1.TemporalAsset
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ window
↳ deleted
bool
Whether the asset has been deleted or not.
↳ asset
↳ prior_asset_state
int
State of prior_asset.
↳ prior_asset
Google\Cloud\Asset\V1\Asset
Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.
getWindow
The time window when the asset data and state was observed.
hasWindow
clearWindow
setWindow
The time window when the asset data and state was observed.
$this
getDeleted
Whether the asset has been deleted or not.
bool
setDeleted
Whether the asset has been deleted or not.
var
bool
$this
getAsset
An asset in Google Cloud.
hasAsset
clearAsset
setAsset
An asset in Google Cloud.
$this
getPriorAssetState
State of prior_asset.
int
setPriorAssetState
State of prior_asset.
var
int
$this
getPriorAsset
Prior copy of the asset. Populated if prior_asset_state is PRESENT.
Currently this is only set for responses in Real-Time Feed.
hasPriorAsset
clearPriorAsset
setPriorAsset
Prior copy of the asset. Populated if prior_asset_state is PRESENT.
Currently this is only set for responses in Real-Time Feed.
$this