public interface VertexPropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
VertexProperty.Cardinality |
getCardinality()
Defines cardinality.
|
int |
getCardinalityValue()
Defines cardinality.
|
PropertyDataType |
getDataType()
The Data type.
|
int |
getDataTypeValue()
The Data type.
|
com.google.protobuf.Any |
getId()
The Internal id.
|
com.google.protobuf.AnyOrBuilder |
getIdOrBuilder()
The Internal id.
|
String |
getName()
The VertexProperty Name.
|
com.google.protobuf.ByteString |
getNameBytes()
The VertexProperty Name.
|
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 VertexProperty Name.
string name = 2;com.google.protobuf.ByteString getNameBytes()
The VertexProperty Name.
string name = 2;int getDataTypeValue()
The Data type.
.janusgraph.types.v1.PropertyDataType data_type = 3;PropertyDataType getDataType()
The Data type.
.janusgraph.types.v1.PropertyDataType data_type = 3;int getCardinalityValue()
Defines cardinality.
.janusgraph.types.v1.VertexProperty.Cardinality cardinality = 4;VertexProperty.Cardinality getCardinality()
Defines cardinality.
.janusgraph.types.v1.VertexProperty.Cardinality cardinality = 4;Copyright © 2012–2023. All rights reserved.