public interface EdgePropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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 EdgeProperty Name.
|
com.google.protobuf.ByteString |
getNameBytes()
The EdgeProperty 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 EdgeProperty Name.
string name = 2;com.google.protobuf.ByteString getNameBytes()
The EdgeProperty 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;Copyright © 2012–2024. All rights reserved.