com.vesoft.nebula.proto.graph.ExecuteResponseOrBuilder 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 ExecuteResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:nebula.proto.graph.ExecuteResponse)
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();
/**
* .nebula.proto.graph.ResultTable result = 2;
* @return Whether the result field is set.
*/
boolean hasResult();
/**
* .nebula.proto.graph.ResultTable result = 2;
* @return The result.
*/
com.vesoft.nebula.proto.graph.ResultTable getResult();
/**
* .nebula.proto.graph.ResultTable result = 2;
*/
com.vesoft.nebula.proto.graph.ResultTableOrBuilder getResultOrBuilder();
/**
* .nebula.proto.graph.Summary summary = 3;
* @return Whether the summary field is set.
*/
boolean hasSummary();
/**
* .nebula.proto.graph.Summary summary = 3;
* @return The summary.
*/
com.vesoft.nebula.proto.graph.Summary getSummary();
/**
* .nebula.proto.graph.Summary summary = 3;
*/
com.vesoft.nebula.proto.graph.SummaryOrBuilder getSummaryOrBuilder();
/**
* bytes cursor = 4;
* @return The cursor.
*/
com.google.protobuf.ByteString getCursor();
}