Package com.google.cloud.asset.v1p2beta1
Interface TemporalAssetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TemporalAsset,TemporalAsset.Builder
public interface TemporalAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetgetAsset()Asset.AssetOrBuildergetAssetOrBuilder()Asset.booleangetDeleted()If the asset is deleted or not.TimeWindowgetWindow()The time window when the asset data and state was observed.TimeWindowOrBuildergetWindowOrBuilder()The time window when the asset data and state was observed.booleanhasAsset()Asset.booleanhasWindow()The time window when the asset data and state was observed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWindow
boolean hasWindow()
The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;- Returns:
- Whether the window field is set.
-
getWindow
TimeWindow getWindow()
The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;- Returns:
- The window.
-
getWindowOrBuilder
TimeWindowOrBuilder getWindowOrBuilder()
The time window when the asset data and state was observed.
.google.cloud.asset.v1p2beta1.TimeWindow window = 1;
-
getDeleted
boolean getDeleted()
If the asset is deleted or not.
bool deleted = 2;- Returns:
- The deleted.
-
hasAsset
boolean hasAsset()
Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;- Returns:
- Whether the asset field is set.
-
getAsset
Asset getAsset()
Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;- Returns:
- The asset.
-
getAssetOrBuilder
AssetOrBuilder getAssetOrBuilder()
Asset.
.google.cloud.asset.v1p2beta1.Asset asset = 3;
-
-