public interface TemporalAssetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAsset()
public abstract Asset getAsset()Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
| Type | Description |
Asset |
The asset. |
getAssetOrBuilder()
public abstract AssetOrBuilder getAssetOrBuilder()Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
| Type | Description |
AssetOrBuilder |
getDeleted()
public abstract boolean getDeleted()If the asset is deleted or not.
bool deleted = 2;
| Type | Description |
boolean |
The deleted. |
getWindow()
public abstract TimeWindow getWindow()The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;
| Type | Description |
TimeWindow |
The window. |
getWindowOrBuilder()
public abstract TimeWindowOrBuilder getWindowOrBuilder()The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;
| Type | Description |
TimeWindowOrBuilder |
hasAsset()
public abstract boolean hasAsset()Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
| Type | Description |
boolean |
Whether the asset field is set. |
hasWindow()
public abstract boolean hasWindow()The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;
| Type | Description |
boolean |
Whether the window field is set. |