Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Edge.
A directional edge.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#source_node
def source_node() -> ::String
Returns
- (::String) — 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.
#source_node=
def source_node=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#target_node
def target_node() -> ::String
Returns
- (::String) — 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.
#target_node=
def target_node=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.