org.janusgraph.graphdb.grpc.schema.GetEdgeLabelByNameRequestOrBuilder 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 GetEdgeLabelByNameRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:janusgraph.schema.v1.GetEdgeLabelByNameRequest)
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();
/**
* string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy