
com.alibaba.graphscope.proto.groot.GetGraphDefResponseOrBuilder 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 GetGraphDefResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.GetGraphDefResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .gs.rpc.graph.GraphDefPb graph_def = 1;
* @return Whether the graphDef field is set.
*/
boolean hasGraphDef();
/**
* .gs.rpc.graph.GraphDefPb graph_def = 1;
* @return The graphDef.
*/
com.alibaba.graphscope.proto.GraphDefPb getGraphDef();
/**
* .gs.rpc.graph.GraphDefPb graph_def = 1;
*/
com.alibaba.graphscope.proto.GraphDefPbOrBuilder getGraphDefOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy