Class: Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Edge
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Edge
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/assets.rb
Overview
A directional edge.
Instance Attribute Summary collapse
-
#source_node ⇒ ::String
The source node of the edge.
-
#target_node ⇒ ::String
The target node of the edge.
Instance Attribute Details
#source_node ⇒ ::String
Returns The source node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.
853 854 855 856 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 853 class Edge include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_node ⇒ ::String
Returns The target node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.
853 854 855 856 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 853 class Edge include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |