Class: Google::Cloud::SecurityCenter::V1::ResourcePath::ResourcePathNode
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ResourcePath::ResourcePathNode
- 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
-
#display_name ⇒ ::String
The display name of the resource this node represents.
-
#id ⇒ ::String
The ID of the resource this node represents.
-
#node_type ⇒ ::Google::Cloud::SecurityCenter::V1::ResourcePath::ResourcePathNodeType
The type of resource this node represents.
Instance Attribute Details
#display_name ⇒ ::String
Returns 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.
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.
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 |