接口 DataType.GraphDataType.GraphElementLabelOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface DataType.GraphDataType.GraphElementLabelOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 com.google.protobuf.Int32ValuegetDstLabel()optional field, denoting the label of the dst vertex of the edgecom.google.protobuf.Int32ValueOrBuildergetDstLabelOrBuilder()optional field, denoting the label of the dst vertex of the edgeintgetLabel()the label of vertex or edgecom.google.protobuf.Int32ValuegetSrcLabel()optional field, denoting the label of the src vertex of the edgecom.google.protobuf.Int32ValueOrBuildergetSrcLabelOrBuilder()optional field, denoting the label of the src vertex of the edgebooleanhasDstLabel()optional field, denoting the label of the dst vertex of the edgebooleanhasSrcLabel()optional field, denoting the label of the src vertex of the edge
-
-
-
方法详细资料
-
getLabel
int getLabel()
the label of vertex or edge
int32 label = 1;- 返回:
- The label.
-
hasSrcLabel
boolean hasSrcLabel()
optional field, denoting the label of the src vertex of the edge
.google.protobuf.Int32Value src_label = 2;- 返回:
- Whether the srcLabel field is set.
-
getSrcLabel
com.google.protobuf.Int32Value getSrcLabel()
optional field, denoting the label of the src vertex of the edge
.google.protobuf.Int32Value src_label = 2;- 返回:
- The srcLabel.
-
getSrcLabelOrBuilder
com.google.protobuf.Int32ValueOrBuilder getSrcLabelOrBuilder()
optional field, denoting the label of the src vertex of the edge
.google.protobuf.Int32Value src_label = 2;
-
hasDstLabel
boolean hasDstLabel()
optional field, denoting the label of the dst vertex of the edge
.google.protobuf.Int32Value dst_label = 3;- 返回:
- Whether the dstLabel field is set.
-
getDstLabel
com.google.protobuf.Int32Value getDstLabel()
optional field, denoting the label of the dst vertex of the edge
.google.protobuf.Int32Value dst_label = 3;- 返回:
- The dstLabel.
-
getDstLabelOrBuilder
com.google.protobuf.Int32ValueOrBuilder getDstLabelOrBuilder()
optional field, denoting the label of the dst vertex of the edge
.google.protobuf.Int32Value dst_label = 3;
-
-