Class: Google::Cloud::Asset::V1::EffectiveTagDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::EffectiveTagDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/assets.rb
Overview
The effective tags and the ancestor resources from which they were inherited.
Instance Attribute Summary collapse
-
#attached_resource ⇒ ::String
The full resource name of the ancestor from which an [effective_tag][] is inherited, according to tag inheritance.
-
#effective_tags ⇒ ::Array<::Google::Cloud::Asset::V1::Tag>
The effective tags inherited from the attached_resource.
Instance Attribute Details
#attached_resource ⇒ ::String
338 339 340 341 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 338 class EffectiveTagDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#effective_tags ⇒ ::Array<::Google::Cloud::Asset::V1::Tag>
338 339 340 341 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 338 class EffectiveTagDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |