Google Cloud Asset V1 Client - Class TemporalAsset (1.14.1)

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
NameDescription
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
TypeDescription
Google\Cloud\Asset\V1\TimeWindow|null

hasWindow

clearWindow

setWindow

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

Parameter
NameDescription
var Google\Cloud\Asset\V1\TimeWindow
Returns
TypeDescription
$this

getDeleted

Whether the asset has been deleted or not.

Returns
TypeDescription
bool

setDeleted

Whether the asset has been deleted or not.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getAsset

An asset in Google Cloud.

Returns
TypeDescription
Google\Cloud\Asset\V1\Asset|null

hasAsset

clearAsset

setAsset

An asset in Google Cloud.

Parameter
NameDescription
var Google\Cloud\Asset\V1\Asset
Returns
TypeDescription
$this

getPriorAssetState

State of prior_asset.

Returns
TypeDescription
int

setPriorAssetState

State of prior_asset.

Parameter
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Cloud\Asset\V1\Asset
Returns
TypeDescription
$this