com.alibaba.graphscope.proto.groot.StorePropertyListPbOrBuilder 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/model.proto
package com.alibaba.graphscope.proto.groot;
public interface StorePropertyListPbOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.StorePropertyListPb)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .gs.rpc.groot.StorePropertyPb properties = 1;
*/
java.util.List
getPropertiesList();
/**
* repeated .gs.rpc.groot.StorePropertyPb properties = 1;
*/
com.alibaba.graphscope.proto.groot.StorePropertyPb getProperties(int index);
/**
* repeated .gs.rpc.groot.StorePropertyPb properties = 1;
*/
int getPropertiesCount();
/**
* repeated .gs.rpc.groot.StorePropertyPb properties = 1;
*/
java.util.List extends com.alibaba.graphscope.proto.groot.StorePropertyPbOrBuilder>
getPropertiesOrBuilderList();
/**
* repeated .gs.rpc.groot.StorePropertyPb properties = 1;
*/
com.alibaba.graphscope.proto.groot.StorePropertyPbOrBuilder getPropertiesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy