Reference documentation and code samples for the Google Cloud Asset V1 Client class Edge.
A directional edge.
Generated from protobuf message google.cloud.asset.v1.IamPolicyAnalysisResult.Edge
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ source_node
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
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.
getSourceNode
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.
Generated from protobuf field string source_node = 1;
string
setSourceNode
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.
Generated from protobuf field string source_node = 1;
var
string
$this
getTargetNode
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.
Generated from protobuf field string target_node = 2;
string
setTargetNode
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.
Generated from protobuf field string target_node = 2;
var
string
$this