Interface TemporalAssetOrBuilder (3.47.0)

public interface TemporalAssetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAsset()

public abstract Asset getAsset()

An asset in Google Cloud.

.google.cloud.asset.v1.Asset asset = 3;

Returns
Type Description
Asset

The asset.

getAssetOrBuilder()

public abstract AssetOrBuilder getAssetOrBuilder()

An asset in Google Cloud.

.google.cloud.asset.v1.Asset asset = 3;

Returns
Type Description
AssetOrBuilder

getDeleted()

public abstract boolean getDeleted()

Whether the asset has been deleted or not.

bool deleted = 2;

Returns
Type Description
boolean

The deleted.

getPriorAsset()

public abstract Asset getPriorAsset()

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

.google.cloud.asset.v1.Asset prior_asset = 5;

Returns
Type Description
Asset

The priorAsset.

getPriorAssetOrBuilder()

public abstract AssetOrBuilder getPriorAssetOrBuilder()

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

.google.cloud.asset.v1.Asset prior_asset = 5;

Returns
Type Description
AssetOrBuilder

getPriorAssetState()

public abstract TemporalAsset.PriorAssetState getPriorAssetState()

State of prior_asset.

.google.cloud.asset.v1.TemporalAsset.PriorAssetState prior_asset_state = 4;

Returns
Type Description
TemporalAsset.PriorAssetState

The priorAssetState.

getPriorAssetStateValue()

public abstract int getPriorAssetStateValue()

State of prior_asset.

.google.cloud.asset.v1.TemporalAsset.PriorAssetState prior_asset_state = 4;

Returns
Type Description
int

The enum numeric value on the wire for priorAssetState.

getWindow()

public abstract TimeWindow getWindow()

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

.google.cloud.asset.v1.TimeWindow window = 1;

Returns
Type Description
TimeWindow

The window.

getWindowOrBuilder()

public abstract TimeWindowOrBuilder getWindowOrBuilder()

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

.google.cloud.asset.v1.TimeWindow window = 1;

Returns
Type Description
TimeWindowOrBuilder

hasAsset()

public abstract boolean hasAsset()

An asset in Google Cloud.

.google.cloud.asset.v1.Asset asset = 3;

Returns
Type Description
boolean

Whether the asset field is set.

hasPriorAsset()

public abstract boolean hasPriorAsset()

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

.google.cloud.asset.v1.Asset prior_asset = 5;

Returns
Type Description
boolean

Whether the priorAsset field is set.

hasWindow()

public abstract boolean hasWindow()

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

.google.cloud.asset.v1.TimeWindow window = 1;

Returns
Type Description
boolean

Whether the window field is set.