org.janusgraph.graphdb.grpc.GetJanusGraphContextByGraphNameRequestOrBuilder 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 GetJanusGraphContextByGraphNameRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:janusgraph.v1.GetJanusGraphContextByGraphNameRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string graph_name = 1;
* @return The graphName.
*/
java.lang.String getGraphName();
/**
* string graph_name = 1;
* @return The bytes for graphName.
*/
com.google.protobuf.ByteString
getGraphNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy