org.janusgraph.graphdb.grpc.schema.GetVertexCompositeGraphIndicesRequestOrBuilder 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 GetVertexCompositeGraphIndicesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:janusgraph.schema.v1.GetVertexCompositeGraphIndicesRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .janusgraph.types.v1.JanusGraphContext context = 1;
* @return Whether the context field is set.
*/
boolean hasContext();
/**
* .janusgraph.types.v1.JanusGraphContext context = 1;
* @return The context.
*/
org.janusgraph.graphdb.grpc.types.JanusGraphContext getContext();
/**
* .janusgraph.types.v1.JanusGraphContext context = 1;
*/
org.janusgraph.graphdb.grpc.types.JanusGraphContextOrBuilder getContextOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy