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

com.alibaba.graphscope.proto.groot.BatchSubmitResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.28.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ddl_service.proto

package com.alibaba.graphscope.proto.groot;

public interface BatchSubmitResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gs.rpc.groot.BatchSubmitResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int32 format_version = 1;
   * @return The formatVersion.
   */
  int getFormatVersion();

  /**
   * 
   * If `simple_response` of BatchSubmitRequest is set to True, 
   * only `version` and `key` fields will be filled
   * 
* * .gs.rpc.graph.GraphDefPb graph_def = 2; * @return Whether the graphDef field is set. */ boolean hasGraphDef(); /** *
   * If `simple_response` of BatchSubmitRequest is set to True, 
   * only `version` and `key` fields will be filled
   * 
* * .gs.rpc.graph.GraphDefPb graph_def = 2; * @return The graphDef. */ com.alibaba.graphscope.proto.GraphDefPb getGraphDef(); /** *
   * If `simple_response` of BatchSubmitRequest is set to True, 
   * only `version` and `key` fields will be filled
   * 
* * .gs.rpc.graph.GraphDefPb graph_def = 2; */ com.alibaba.graphscope.proto.GraphDefPbOrBuilder getGraphDefOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy