Class: Google::Cloud::Dataplex::V1::AssetStatus

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#active_assets::Integer

Returns Number of active assets.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:



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