public static interface IamPolicyAnalysisResult.EdgeOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getSourceNode()
The source node of the edge.
|
ByteString |
getSourceNodeBytes()
The source node of the edge.
|
String |
getTargetNode()
The target node of the edge.
|
ByteString |
getTargetNodeBytes()
The target node of the edge.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.