Reference documentation and code samples for the Google Cloud Asset V1beta1 Client class TemporalAsset.
Temporal asset. In addition to the asset, the temporal asset includes the status of the asset and valid from and to time of it.
Generated from protobuf message google.cloud.asset.v1beta1.TemporalAsset
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ window
↳ deleted
bool
If the asset is deleted or not.
↳ asset
getWindow
The time window when the asset data and state was observed.
Generated from protobuf field .google.cloud.asset.v1beta1.TimeWindow window = 1;
setWindow
The time window when the asset data and state was observed.
Generated from protobuf field .google.cloud.asset.v1beta1.TimeWindow window = 1;
$this
getDeleted
If the asset is deleted or not.
Generated from protobuf field bool deleted = 2;
bool
setDeleted
If the asset is deleted or not.
Generated from protobuf field bool deleted = 2;
var
bool
$this
getAsset
Asset.
Generated from protobuf field .google.cloud.asset.v1beta1.Asset asset = 3;
setAsset
Asset.
Generated from protobuf field .google.cloud.asset.v1beta1.Asset asset = 3;
$this