com.vesoft.nebula.proto.graph.SummaryOrBuilder 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 SummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:nebula.proto.graph.Summary)
com.google.protobuf.MessageOrBuilder {
/**
* .nebula.proto.graph.ElapsedTime elapsed_time = 1;
* @return Whether the elapsedTime field is set.
*/
boolean hasElapsedTime();
/**
* .nebula.proto.graph.ElapsedTime elapsed_time = 1;
* @return The elapsedTime.
*/
com.vesoft.nebula.proto.graph.ElapsedTime getElapsedTime();
/**
* .nebula.proto.graph.ElapsedTime elapsed_time = 1;
*/
com.vesoft.nebula.proto.graph.ElapsedTimeOrBuilder getElapsedTimeOrBuilder();
/**
* bytes explain_type = 2;
* @return The explainType.
*/
com.google.protobuf.ByteString getExplainType();
/**
* .nebula.proto.graph.PlanInfo plan_info = 3;
* @return Whether the planInfo field is set.
*/
boolean hasPlanInfo();
/**
* .nebula.proto.graph.PlanInfo plan_info = 3;
* @return The planInfo.
*/
com.vesoft.nebula.proto.graph.PlanInfo getPlanInfo();
/**
* .nebula.proto.graph.PlanInfo plan_info = 3;
*/
com.vesoft.nebula.proto.graph.PlanInfoOrBuilder getPlanInfoOrBuilder();
/**
* .nebula.proto.graph.QueryStats query_stats = 4;
* @return Whether the queryStats field is set.
*/
boolean hasQueryStats();
/**
* .nebula.proto.graph.QueryStats query_stats = 4;
* @return The queryStats.
*/
com.vesoft.nebula.proto.graph.QueryStats getQueryStats();
/**
* .nebula.proto.graph.QueryStats query_stats = 4;
*/
com.vesoft.nebula.proto.graph.QueryStatsOrBuilder getQueryStatsOrBuilder();
}