Class: Google::Cloud::SecurityCenter::V1::ResourcePath::ResourcePathNode

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/resource.rb

Overview

A node within the resource path. Each node represents a resource within the resource hierarchy.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns The display name of the resource this node represents.

Returns:

  • (::String)

    The display name of the resource this node represents.



225
226
227
228
# File 'proto_docs/google/cloud/securitycenter/v1/resource.rb', line 225

class ResourcePathNode
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#id::String

Returns The ID of the resource this node represents.

Returns:

  • (::String)

    The ID of the resource this node represents.



225
226
227
228
# File 'proto_docs/google/cloud/securitycenter/v1/resource.rb', line 225

class ResourcePathNode
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#node_type::Google::Cloud::SecurityCenter::V1::ResourcePath::ResourcePathNodeType

Returns The type of resource this node represents.

Returns:



225
226
227
228
# File 'proto_docs/google/cloud/securitycenter/v1/resource.rb', line 225

class ResourcePathNode
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end