org.janusgraph.graphdb.grpc.schema.GetEdgeLabelsRequestOrBuilder 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 GetEdgeLabelsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:janusgraph.schema.v1.GetEdgeLabelsRequest)
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