Class: Google::Cloud::Asset::V1beta1::TemporalAsset
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1beta1::TemporalAsset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1beta1/assets.rb
Overview
Temporal asset. In addition to the asset, the temporal asset includes the status of the asset and valid from and to time of it.
Instance Attribute Summary collapse
-
#asset ⇒ ::Google::Cloud::Asset::V1beta1::Asset
Asset.
-
#deleted ⇒ ::Boolean
If the asset is deleted or not.
-
#window ⇒ ::Google::Cloud::Asset::V1beta1::TimeWindow
The time window when the asset data and state was observed.
Instance Attribute Details
#asset ⇒ ::Google::Cloud::Asset::V1beta1::Asset
Returns Asset.
35 36 37 38 |
# File 'proto_docs/google/cloud/asset/v1beta1/assets.rb', line 35 class TemporalAsset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deleted ⇒ ::Boolean
Returns If the asset is deleted or not.
35 36 37 38 |
# File 'proto_docs/google/cloud/asset/v1beta1/assets.rb', line 35 class TemporalAsset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#window ⇒ ::Google::Cloud::Asset::V1beta1::TimeWindow
Returns The time window when the asset data and state was observed.
35 36 37 38 |
# File 'proto_docs/google/cloud/asset/v1beta1/assets.rb', line 35 class TemporalAsset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |