com.alibaba.graphscope.proto.groot.SchemaProtoOrBuilder 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 SchemaProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.SchemaProto)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .gs.rpc.groot.TypeDefProto type = 1;
*/
java.util.List
getTypeList();
/**
* repeated .gs.rpc.groot.TypeDefProto type = 1;
*/
com.alibaba.graphscope.proto.groot.TypeDefProto getType(int index);
/**
* repeated .gs.rpc.groot.TypeDefProto type = 1;
*/
int getTypeCount();
/**
* repeated .gs.rpc.groot.TypeDefProto type = 1;
*/
java.util.List extends com.alibaba.graphscope.proto.groot.TypeDefProtoOrBuilder>
getTypeOrBuilderList();
/**
* repeated .gs.rpc.groot.TypeDefProto type = 1;
*/
com.alibaba.graphscope.proto.groot.TypeDefProtoOrBuilder getTypeOrBuilder(
int index);
/**
* int32 partitionNum = 2;
* @return The partitionNum.
*/
int getPartitionNum();
/**
* int32 version = 3;
* @return The version.
*/
int getVersion();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy