public static interface Lgraph.EdgeConstraintOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDstLabel()
required string dst_label = 2; |
com.google.protobuf.ByteString |
getDstLabelBytes()
required string dst_label = 2; |
String |
getSrcLabel()
required string src_label = 1; |
com.google.protobuf.ByteString |
getSrcLabelBytes()
required string src_label = 1; |
boolean |
hasDstLabel()
required string dst_label = 2; |
boolean |
hasSrcLabel()
required string src_label = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSrcLabel()
required string src_label = 1;String getSrcLabel()
required string src_label = 1;com.google.protobuf.ByteString getSrcLabelBytes()
required string src_label = 1;boolean hasDstLabel()
required string dst_label = 2;String getDstLabel()
required string dst_label = 2;com.google.protobuf.ByteString getDstLabelBytes()
required string dst_label = 2;Copyright © 2023 Ant Group. All rights reserved.