public interface VertexLabelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Int64Value |
getId()
The Internal id.
|
com.google.protobuf.Int64ValueOrBuilder |
getIdOrBuilder()
The Internal id.
|
String |
getName()
The VertexLabel Name.
|
com.google.protobuf.ByteString |
getNameBytes()
The VertexLabel Name.
|
boolean |
getPartitioned()
Marking as partitioned, default not partitioned.
|
boolean |
getReadOnly()
Marking as readOnly, default not readOnly.
|
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 VertexLabel Name.
string name = 2;com.google.protobuf.ByteString getNameBytes()
The VertexLabel Name.
string name = 2;boolean getReadOnly()
Marking as readOnly, default not readOnly.
bool read_only = 3;boolean getPartitioned()
Marking as partitioned, default not partitioned.
bool partitioned = 4;Copyright © 2012–2023. All rights reserved.