public interface TemporalAssetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAsset()
public abstract Asset getAsset()An asset in Google Cloud.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
| Returns | |
|---|---|
| Type | Description |
Asset |
The asset. |
getAssetOrBuilder()
public abstract AssetOrBuilder getAssetOrBuilder()An asset in Google Cloud.
.google.cloud.asset.v1p2beta1.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. |
getWindow()
public abstract TimeWindow getWindow()The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.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.v1p2beta1.TimeWindow window = 1;
| Returns | |
|---|---|
| Type | Description |
TimeWindowOrBuilder |
|
hasAsset()
public abstract boolean hasAsset()An asset in Google Cloud.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the window field is set. |