public interface EdgeLabelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel.Direction |
getDirection()
Defines queryable direction.
|
int |
getDirectionValue()
Defines queryable direction.
|
com.google.protobuf.Int64Value |
getId()
The Internal id.
|
com.google.protobuf.Int64ValueOrBuilder |
getIdOrBuilder()
The Internal id.
|
EdgeLabel.Multiplicity |
getMultiplicity()
Defines Multiplicity of a edge.
|
int |
getMultiplicityValue()
Defines Multiplicity of a edge.
|
String |
getName()
The EdgeLabel Name.
|
com.google.protobuf.ByteString |
getNameBytes()
The EdgeLabel Name.
|
boolean |
hasId()
The Internal id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
The Internal id.
.google.protobuf.Int64Value id = 1;com.google.protobuf.Int64Value getId()
The Internal id.
.google.protobuf.Int64Value id = 1;com.google.protobuf.Int64ValueOrBuilder getIdOrBuilder()
The Internal id.
.google.protobuf.Int64Value id = 1;String getName()
The EdgeLabel Name.
string name = 2;com.google.protobuf.ByteString getNameBytes()
The EdgeLabel Name.
string name = 2;int getDirectionValue()
Defines queryable direction.
.janusgraph.types.v1.EdgeLabel.Direction direction = 3;EdgeLabel.Direction getDirection()
Defines queryable direction.
.janusgraph.types.v1.EdgeLabel.Direction direction = 3;int getMultiplicityValue()
Defines Multiplicity of a edge.
.janusgraph.types.v1.EdgeLabel.Multiplicity multiplicity = 4;EdgeLabel.Multiplicity getMultiplicity()
Defines Multiplicity of a edge.
.janusgraph.types.v1.EdgeLabel.Multiplicity multiplicity = 4;Copyright © 2012–2023. All rights reserved.