org.janusgraph.graphdb.grpc.GetJanusGraphContextByGraphNameResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: janusgraph/v1/graph_manager.proto
package org.janusgraph.graphdb.grpc;
public interface GetJanusGraphContextByGraphNameResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:janusgraph.v1.GetJanusGraphContextByGraphNameResponse)
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