com.vesoft.nebula.proto.graph.AuthResponseOrBuilder 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 AuthResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:nebula.proto.graph.AuthResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .nebula.proto.common.Status status = 1;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
* .nebula.proto.common.Status status = 1;
* @return The status.
*/
com.vesoft.nebula.proto.common.Status getStatus();
/**
* .nebula.proto.common.Status status = 1;
*/
com.vesoft.nebula.proto.common.StatusOrBuilder getStatusOrBuilder();
/**
* int64 session_id = 2;
* @return The sessionId.
*/
long getSessionId();
}