Class: Google::Cloud::Dataplex::V1::AssetStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::AssetStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
Aggregated status of the underlying assets of a lake or zone.
Instance Attribute Summary collapse
-
#active_assets ⇒ ::Integer
Number of active assets.
-
#security_policy_applying_assets ⇒ ::Integer
Number of assets that are in process of updating the security policy on attached resources.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Last update time of the status.
Instance Attribute Details
#active_assets ⇒ ::Integer
Returns Number of active assets.
146 147 148 149 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 146 class AssetStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_policy_applying_assets ⇒ ::Integer
Returns Number of assets that are in process of updating the security policy on attached resources.
146 147 148 149 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 146 class AssetStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Last update time of the status.
146 147 148 149 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 146 class AssetStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |