Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ResourcePath::ResourcePathNode.
A node within the resource path. Each node represents a resource within the resource hierarchy.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — The display name of the resource this node represents.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — The display name of the resource this node represents.
Returns
- (::String) — The display name of the resource this node represents.
#id
def id() -> ::String
Returns
- (::String) — The ID of the resource this node represents.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — The ID of the resource this node represents.
Returns
- (::String) — The ID of the resource this node represents.
#node_type
def node_type() -> ::Google::Cloud::SecurityCenter::V1::ResourcePath::ResourcePathNodeType
Returns
- (::Google::Cloud::SecurityCenter::V1::ResourcePath::ResourcePathNodeType) — The type of resource this node represents.
#node_type=
def node_type=(value) -> ::Google::Cloud::SecurityCenter::V1::ResourcePath::ResourcePathNodeType
Parameter
- value (::Google::Cloud::SecurityCenter::V1::ResourcePath::ResourcePathNodeType) — The type of resource this node represents.
Returns
- (::Google::Cloud::SecurityCenter::V1::ResourcePath::ResourcePathNodeType) — The type of resource this node represents.