Interface TemporalAssetOrBuilder (3.4.1)

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
TypeDescription
Asset

The asset.

getAssetOrBuilder()

public abstract AssetOrBuilder getAssetOrBuilder()

An asset in Google Cloud.

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

Returns
TypeDescription
AssetOrBuilder

getDeleted()

public abstract boolean getDeleted()

Whether the asset has been deleted or not.

bool deleted = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
AssetOrBuilder

getPriorAssetState()

public abstract TemporalAsset.PriorAssetState getPriorAssetState()

State of prior_asset.

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

Returns
TypeDescription
TemporalAsset.PriorAssetState

The priorAssetState.

getPriorAssetStateValue()

public abstract int getPriorAssetStateValue()

State of prior_asset.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
TimeWindowOrBuilder

hasAsset()

public abstract boolean hasAsset()

An asset in Google Cloud.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the window field is set.