Google Cloud Asset V1 Client - Class TemporalAsset (1.16.2)

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

Namespace

Google \ Cloud \ Asset \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ window Google\Cloud\Asset\V1\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\Asset

An asset in Google Cloud.

↳ 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.

Returns
Type Description
Google\Cloud\Asset\V1\TimeWindow|null

hasWindow

clearWindow

setWindow

The time window when the asset data and state was observed.

Parameter
Name Description
var Google\Cloud\Asset\V1\TimeWindow
Returns
Type Description
$this

getDeleted

Whether the asset has been deleted or not.

Returns
Type Description
bool

setDeleted

Whether the asset has been deleted or not.

Parameter
Name Description
var bool
Returns
Type Description
$this

getAsset

An asset in Google Cloud.

Returns
Type Description
Google\Cloud\Asset\V1\Asset|null

hasAsset

clearAsset

setAsset

An asset in Google Cloud.

Parameter
Name Description
var Google\Cloud\Asset\V1\Asset
Returns
Type Description
$this

getPriorAssetState

State of prior_asset.

Returns
Type Description
int

setPriorAssetState

State of prior_asset.

Parameter
Name Description
var int
Returns
Type Description
$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.

Returns
Type Description
Google\Cloud\Asset\V1\Asset|null

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.

Parameter
Name Description
var Google\Cloud\Asset\V1\Asset
Returns
Type Description
$this