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

grpc.leaderboard._RankRangeOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: leaderboard.proto

package grpc.leaderboard;

public interface _RankRangeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:leaderboard._RankRange)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint32 start_inclusive = 1;
   * @return The startInclusive.
   */
  int getStartInclusive();

  /**
   * uint32 end_exclusive = 2;
   * @return The endExclusive.
   */
  int getEndExclusive();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy