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