All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.graphscope.proto.GrootInfoPbOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.28.1
Show newest version
// 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