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

org.janusgraph.graphdb.grpc.GetVersionResponseOrBuilder 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 GetVersionResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:janusgraph.v1.GetVersionResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string janusgraph_version = 1;
   * @return The janusgraphVersion.
   */
  java.lang.String getJanusgraphVersion();
  /**
   * string janusgraph_version = 1;
   * @return The bytes for janusgraphVersion.
   */
  com.google.protobuf.ByteString
      getJanusgraphVersionBytes();

  /**
   * string tinkerpop_version = 2;
   * @return The tinkerpopVersion.
   */
  java.lang.String getTinkerpopVersion();
  /**
   * string tinkerpop_version = 2;
   * @return The bytes for tinkerpopVersion.
   */
  com.google.protobuf.ByteString
      getTinkerpopVersionBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy