public interface VertexLabelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Any |
getId()
The Internal id.
|
com.google.protobuf.AnyOrBuilder |
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.
|
VertexProperty |
getProperties(int index)
Contains all constrained properties at the moment.
|
int |
getPropertiesCount()
Contains all constrained properties at the moment.
|
List<VertexProperty> |
getPropertiesList()
Contains all constrained properties at the moment.
|
VertexPropertyOrBuilder |
getPropertiesOrBuilder(int index)
Contains all constrained properties at the moment.
|
List<? extends VertexPropertyOrBuilder> |
getPropertiesOrBuilderList()
Contains all constrained properties at the moment.
|
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.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 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;List<VertexProperty> getPropertiesList()
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;VertexProperty getProperties(int index)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;int getPropertiesCount()
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;List<? extends VertexPropertyOrBuilder> getPropertiesOrBuilderList()
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;VertexPropertyOrBuilder getPropertiesOrBuilder(int index)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;Copyright © 2012–2024. All rights reserved.