com.alibaba.graphscope.proto.GrootInfoPbOrBuilder 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: graph_def.proto
package com.alibaba.graphscope.proto;
public interface GrootInfoPbOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.graph.GrootInfoPb)
com.google.protobuf.MessageOrBuilder {
/**
* int32 last_label_id = 1;
* @return The lastLabelId.
*/
int getLastLabelId();
/**
* int32 last_property_id = 2;
* @return The lastPropertyId.
*/
int getLastPropertyId();
/**
* int64 last_table_id = 3;
* @return The lastTableId.
*/
long getLastTableId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy