com.vesoft.nebula.proto.graph.AuthRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: graph.proto
// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.graph;
public interface AuthRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:nebula.proto.graph.AuthRequest)
com.google.protobuf.MessageOrBuilder {
/**
* bytes username = 1;
* @return The username.
*/
com.google.protobuf.ByteString getUsername();
/**
* bytes auth_info = 2;
* @return The authInfo.
*/
com.google.protobuf.ByteString getAuthInfo();
/**
* .nebula.proto.common.ClientInfo client_info = 3;
* @return Whether the clientInfo field is set.
*/
boolean hasClientInfo();
/**
* .nebula.proto.common.ClientInfo client_info = 3;
* @return The clientInfo.
*/
com.vesoft.nebula.proto.common.ClientInfo getClientInfo();
/**
* .nebula.proto.common.ClientInfo client_info = 3;
*/
com.vesoft.nebula.proto.common.ClientInfoOrBuilder getClientInfoOrBuilder();
}