public static interface IamPolicyAnalysisResult.EdgeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSourceNode()
public abstract String 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.
string source_node = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceNode. |
getSourceNodeBytes()
public abstract ByteString getSourceNodeBytes()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.
string source_node = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceNode. |
getTargetNode()
public abstract String 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.
string target_node = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The targetNode. |
getTargetNodeBytes()
public abstract ByteString getTargetNodeBytes()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.
string target_node = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetNode. |