
com.alibaba.graphscope.proto.groot.VersionedSchemaRespOrBuilder 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/schema.proto
package com.alibaba.graphscope.proto.groot;
public interface VersionedSchemaRespOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.VersionedSchemaResp)
com.google.protobuf.MessageOrBuilder {
/**
* .gs.rpc.groot.Response resp = 1;
* @return Whether the resp field is set.
*/
boolean hasResp();
/**
* .gs.rpc.groot.Response resp = 1;
* @return The resp.
*/
com.alibaba.graphscope.proto.groot.Response getResp();
/**
* .gs.rpc.groot.Response resp = 1;
*/
com.alibaba.graphscope.proto.groot.ResponseOrBuilder getRespOrBuilder();
/**
* .gs.rpc.groot.SchemaProto schema = 2;
* @return Whether the schema field is set.
*/
boolean hasSchema();
/**
* .gs.rpc.groot.SchemaProto schema = 2;
* @return The schema.
*/
com.alibaba.graphscope.proto.groot.SchemaProto getSchema();
/**
* .gs.rpc.groot.SchemaProto schema = 2;
*/
com.alibaba.graphscope.proto.groot.SchemaProtoOrBuilder getSchemaOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy