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.Any |
getId()
The Internal id.
|
com.google.protobuf.AnyOrBuilder |
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.
|
EdgeProperty |
getProperties(int index)
All properties constrained to this edge label.
|
int |
getPropertiesCount()
All properties constrained to this edge label.
|
List<EdgeProperty> |
getPropertiesList()
All properties constrained to this edge label.
|
EdgePropertyOrBuilder |
getPropertiesOrBuilder(int index)
All properties constrained to this edge label.
|
List<? extends EdgePropertyOrBuilder> |
getPropertiesOrBuilderList()
All properties constrained to this edge label.
|
boolean |
hasId()
The Internal id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
The Internal id.
.google.protobuf.Any id = 1;com.google.protobuf.Any getId()
The Internal id.
.google.protobuf.Any id = 1;com.google.protobuf.AnyOrBuilder getIdOrBuilder()
The Internal id.
.google.protobuf.Any 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;List<EdgeProperty> getPropertiesList()
All properties constrained to this edge label.
repeated .janusgraph.types.v1.EdgeProperty properties = 5;EdgeProperty getProperties(int index)
All properties constrained to this edge label.
repeated .janusgraph.types.v1.EdgeProperty properties = 5;int getPropertiesCount()
All properties constrained to this edge label.
repeated .janusgraph.types.v1.EdgeProperty properties = 5;List<? extends EdgePropertyOrBuilder> getPropertiesOrBuilderList()
All properties constrained to this edge label.
repeated .janusgraph.types.v1.EdgeProperty properties = 5;EdgePropertyOrBuilder getPropertiesOrBuilder(int index)
All properties constrained to this edge label.
repeated .janusgraph.types.v1.EdgeProperty properties = 5;Copyright © 2012–2024. All rights reserved.