Package com.google.cloud.asset.v1
Interface IamPolicyAnalysisResult.EdgeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IamPolicyAnalysisResult.Edge,IamPolicyAnalysisResult.Edge.Builder
- Enclosing class:
- IamPolicyAnalysisResult
public static interface IamPolicyAnalysisResult.EdgeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSourceNode()The source node of the edge.com.google.protobuf.ByteStringgetSourceNodeBytes()The source node of the edge.StringgetTargetNode()The target node of the edge.com.google.protobuf.ByteStringgetTargetNodeBytes()The target node of the edge.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSourceNode
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:
- The sourceNode.
-
getSourceNodeBytes
com.google.protobuf.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:
- The bytes for sourceNode.
-
getTargetNode
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:
- The targetNode.
-
getTargetNodeBytes
com.google.protobuf.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:
- The bytes for targetNode.
-
-