public static interface IamPolicyAnalysisResult.EdgeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceNode()
The source node of the edge.
|
com.google.protobuf.ByteString |
getSourceNodeBytes()
The source node of the edge.
|
String |
getTargetNode()
The target node of the edge.
|
com.google.protobuf.ByteString |
getTargetNodeBytes()
The target node of the edge.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSourceNode()
The source node of the edge.
string source_node = 1;com.google.protobuf.ByteString getSourceNodeBytes()
The source node of the edge.
string source_node = 1;String getTargetNode()
The target node of the edge.
string target_node = 2;com.google.protobuf.ByteString getTargetNodeBytes()
The target node of the edge.
string target_node = 2;Copyright © 2020 Google LLC. All rights reserved.