org.janusgraph.graphdb.grpc.GetVersionResponseOrBuilder 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 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