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.
Parameters | |
---|---|
Name | Description |
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;
Returns | |
---|---|
Type | Description |
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;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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;
Returns | |
---|---|
Type | Description |
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;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |