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

grpc.leaderboard._GetRankRequestOrBuilder Maven / Gradle / Ivy

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

package grpc.leaderboard;

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

  /**
   * string cache_name = 1;
   * @return The cacheName.
   */
  java.lang.String getCacheName();
  /**
   * string cache_name = 1;
   * @return The bytes for cacheName.
   */
  com.google.protobuf.ByteString
      getCacheNameBytes();

  /**
   * string leaderboard = 2;
   * @return The leaderboard.
   */
  java.lang.String getLeaderboard();
  /**
   * string leaderboard = 2;
   * @return The bytes for leaderboard.
   */
  com.google.protobuf.ByteString
      getLeaderboardBytes();

  /**
   * repeated uint32 ids = 3;
   * @return A list containing the ids.
   */
  java.util.List getIdsList();
  /**
   * repeated uint32 ids = 3;
   * @return The count of ids.
   */
  int getIdsCount();
  /**
   * repeated uint32 ids = 3;
   * @param index The index of the element to return.
   * @return The ids at the given index.
   */
  int getIds(int index);

  /**
   * .leaderboard._Order order = 4;
   * @return The enum numeric value on the wire for order.
   */
  int getOrderValue();
  /**
   * .leaderboard._Order order = 4;
   * @return The order.
   */
  grpc.leaderboard._Order getOrder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy