com.vesoft.nebula.proto.common.ClientInfoOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.common;
public interface ClientInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:nebula.proto.common.ClientInfo)
com.google.protobuf.MessageOrBuilder {
/**
* .nebula.proto.common.ClientInfo.Language lang = 1;
* @return The enum numeric value on the wire for lang.
*/
int getLangValue();
/**
* .nebula.proto.common.ClientInfo.Language lang = 1;
* @return The lang.
*/
com.vesoft.nebula.proto.common.ClientInfo.Language getLang();
/**
* bytes protocol_version = 2;
* @return The protocolVersion.
*/
com.google.protobuf.ByteString getProtocolVersion();
/**
* bytes version = 3;
* @return The version.
*/
com.google.protobuf.ByteString getVersion();
}