Show / Hide Table of Contents

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class TemporalAsset : IDirectResponseSchema

Properties

Asset

An asset in Google Cloud.

Declaration
[JsonProperty("asset")]
public virtual Asset Asset { get; set; }
Property Value
Type Description
Asset

Deleted

Whether the asset has been deleted or not.

Declaration
[JsonProperty("deleted")]
public virtual bool? Deleted { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PriorAsset

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

Declaration
[JsonProperty("priorAsset")]
public virtual Asset PriorAsset { get; set; }
Property Value
Type Description
Asset

PriorAssetState

State of prior_asset.

Declaration
[JsonProperty("priorAssetState")]
public virtual string PriorAssetState { get; set; }
Property Value
Type Description
string

Window

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

Declaration
[JsonProperty("window")]
public virtual TimeWindow Window { get; set; }
Property Value
Type Description
TimeWindow

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX