All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.janusgraph.graphdb.grpc.GetJanusGraphContextByGraphNameRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.2.0-20241116-110554.8064ac9
Show newest version
// 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