Class: Google::Cloud::Asset::V1::AssetEnrichment
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::AssetEnrichment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/assets.rb
Overview
The enhanced metadata information for a resource.
Instance Attribute Summary collapse
-
#resource_owners ⇒ ::Google::Cloud::Asset::V1::ResourceOwners
The resource owners for a resource.
Instance Attribute Details
#resource_owners ⇒ ::Google::Cloud::Asset::V1::ResourceOwners
Returns The resource owners for a resource.
Note that this field only contains the members that have "roles/owner" role in the resource's IAM Policy.
85 86 87 88 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 85 class AssetEnrichment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |