
com.alibaba.graphscope.proto.groot.BatchSubmitResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groot-client Show documentation
Show all versions of groot-client Show documentation
The Java client of Groot, a persistence storage engine
// 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