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

com.alibaba.graphscope.proto.groot.SchemaProtoOrBuilder Maven / Gradle / Ivy

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