org.janusgraph.graphdb.grpc.schema.GetVertexCompositeGraphIndexByNameResponseOrBuilder 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 GetVertexCompositeGraphIndexByNameResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:janusgraph.schema.v1.GetVertexCompositeGraphIndexByNameResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .janusgraph.types.v1.VertexCompositeGraphIndex index = 1;
* @return Whether the index field is set.
*/
boolean hasIndex();
/**
* .janusgraph.types.v1.VertexCompositeGraphIndex index = 1;
* @return The index.
*/
org.janusgraph.graphdb.grpc.types.VertexCompositeGraphIndex getIndex();
/**
* .janusgraph.types.v1.VertexCompositeGraphIndex index = 1;
*/
org.janusgraph.graphdb.grpc.types.VertexCompositeGraphIndexOrBuilder getIndexOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy