public interface VertexCompositeGraphIndexOrBuilder
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.
|
VertexLabel |
getIndexOnly()
Only for following vertex label.
|
VertexLabelOrBuilder |
getIndexOnlyOrBuilder()
Only for following vertex label.
|
VertexProperty |
getKeys(int index)
The vertex property keys.
|
int |
getKeysCount()
The vertex property keys.
|
List<VertexProperty> |
getKeysList()
The vertex property keys.
|
VertexPropertyOrBuilder |
getKeysOrBuilder(int index)
The vertex property keys.
|
List<? extends VertexPropertyOrBuilder> |
getKeysOrBuilderList()
The vertex property keys.
|
String |
getName()
The GraphIndex Name.
|
com.google.protobuf.ByteString |
getNameBytes()
The GraphIndex Name.
|
boolean |
getUnique()
Whether the index is marked as unique or not.
|
boolean |
hasId()
The Internal id.
|
boolean |
hasIndexOnly()
Only for following vertex label.
|
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 GraphIndex Name.
string name = 2;com.google.protobuf.ByteString getNameBytes()
The GraphIndex Name.
string name = 2;List<VertexProperty> getKeysList()
The vertex property keys.
repeated .janusgraph.types.v1.VertexProperty keys = 3;VertexProperty getKeys(int index)
The vertex property keys.
repeated .janusgraph.types.v1.VertexProperty keys = 3;int getKeysCount()
The vertex property keys.
repeated .janusgraph.types.v1.VertexProperty keys = 3;List<? extends VertexPropertyOrBuilder> getKeysOrBuilderList()
The vertex property keys.
repeated .janusgraph.types.v1.VertexProperty keys = 3;VertexPropertyOrBuilder getKeysOrBuilder(int index)
The vertex property keys.
repeated .janusgraph.types.v1.VertexProperty keys = 3;boolean hasIndexOnly()
Only for following vertex label.
.janusgraph.types.v1.VertexLabel index_only = 4;VertexLabel getIndexOnly()
Only for following vertex label.
.janusgraph.types.v1.VertexLabel index_only = 4;VertexLabelOrBuilder getIndexOnlyOrBuilder()
Only for following vertex label.
.janusgraph.types.v1.VertexLabel index_only = 4;boolean getUnique()
Whether the index is marked as unique or not.
bool unique = 5;Copyright © 2012–2023. All rights reserved.