Google Cloud Asset Inventory v1 API - Class TemporalAsset (3.11.0)

public sealed class TemporalAsset : IMessage<TemporalAsset>, IEquatable<TemporalAsset>, IDeepCloneable<TemporalAsset>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API 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.

Inheritance

object > TemporalAsset

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

TemporalAsset()

public TemporalAsset()

TemporalAsset(TemporalAsset)

public TemporalAsset(TemporalAsset other)
Parameter
NameDescription
otherTemporalAsset

Properties

Asset

public Asset Asset { get; set; }

An asset in Google Cloud.

Property Value
TypeDescription
Asset

Deleted

public bool Deleted { get; set; }

Whether the asset has been deleted or not.

Property Value
TypeDescription
bool

PriorAsset

public Asset PriorAsset { get; set; }

Prior copy of the asset. Populated if prior_asset_state is PRESENT. Currently this is only set for responses in Real-Time Feed.

Property Value
TypeDescription
Asset

PriorAssetState

public TemporalAsset.Types.PriorAssetState PriorAssetState { get; set; }

State of prior_asset.

Property Value
TypeDescription
TemporalAssetTypesPriorAssetState

Window

public TimeWindow Window { get; set; }

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

Property Value
TypeDescription
TimeWindow