org.janusgraph.graphdb.grpc.schema.GetVertexCompositeGraphIndicesResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: janusgraph/schema/v1/schema_manager.proto
package org.janusgraph.graphdb.grpc.schema;
public interface GetVertexCompositeGraphIndicesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:janusgraph.schema.v1.GetVertexCompositeGraphIndicesResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1;
*/
java.util.List
getIndicesList();
/**
* repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1;
*/
org.janusgraph.graphdb.grpc.types.VertexCompositeGraphIndex getIndices(int index);
/**
* repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1;
*/
int getIndicesCount();
/**
* repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1;
*/
java.util.List extends org.janusgraph.graphdb.grpc.types.VertexCompositeGraphIndexOrBuilder>
getIndicesOrBuilderList();
/**
* repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1;
*/
org.janusgraph.graphdb.grpc.types.VertexCompositeGraphIndexOrBuilder getIndicesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy