Class: Google::Cloud::Asset::V1::EffectiveTagDetails

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

Instance Attribute Details

#attached_resource::String

Returns The full resource name of the ancestor from which an [effective_tag][] is inherited, according to tag inheritance.

Returns:



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>

Returns The effective tags inherited from the attached_resource. Note that tags with the same key but different values may attach to resources at a different hierarchy levels. The lower hierarchy tag value will overwrite the higher hierarchy tag value of the same tag key. In this case, the tag value at the higher hierarchy level will be removed. For more information, see tag inheritance.

Returns:

  • (::Array<::Google::Cloud::Asset::V1::Tag>)

    The effective tags inherited from the attached_resource. Note that tags with the same key but different values may attach to resources at a different hierarchy levels. The lower hierarchy tag value will overwrite the higher hierarchy tag value of the same tag key. In this case, the tag value at the higher hierarchy level will be removed. For more information, see tag inheritance.



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