All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vesoft.nebula.proto.graph.ExecuteRequestOrBuilder 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 ExecuteRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:nebula.proto.graph.ExecuteRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 session_id = 1;
   * @return The sessionId.
   */
  long getSessionId();

  /**
   * bytes stmt = 2;
   * @return The stmt.
   */
  com.google.protobuf.ByteString getStmt();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy