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

grpc.leaderboard._RankedElementOrBuilder 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 _RankedElementOrBuilder extends
    // @@protoc_insertion_point(interface_extends:leaderboard._RankedElement)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint32 id = 1;
   * @return The id.
   */
  int getId();

  /**
   * uint32 rank = 3;
   * @return The rank.
   */
  int getRank();

  /**
   * double score = 4;
   * @return The score.
   */
  double getScore();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy