Interface IamPolicyAnalysisResult.EdgeOrBuilder (3.3.1)

public static interface IamPolicyAnalysisResult.EdgeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for targetNode.