main.java.com.streamlayer.interactive.leaderboard.ListRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/interactive/leaderboard/interactive.leaderboard.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.leaderboard;
public interface ListRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.leaderboard.ListRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.interactive.Pagination pagination = 1 [json_name = "pagination"];
* @return Whether the pagination field is set.
*/
boolean hasPagination();
/**
* .streamlayer.interactive.Pagination pagination = 1 [json_name = "pagination"];
* @return The pagination.
*/
com.streamlayer.interactive.common.Pagination getPagination();
/**
* repeated string users_ids = 2 [json_name = "usersIds"];
* @return A list containing the usersIds.
*/
java.util.List
getUsersIdsList();
/**
* repeated string users_ids = 2 [json_name = "usersIds"];
* @return The count of usersIds.
*/
int getUsersIdsCount();
/**
* repeated string users_ids = 2 [json_name = "usersIds"];
* @param index The index of the element to return.
* @return The usersIds at the given index.
*/
java.lang.String getUsersIds(int index);
/**
* repeated string users_ids = 2 [json_name = "usersIds"];
* @param index The index of the element to return.
* @return The usersIds at the given index.
*/
com.google.protobuf.ByteString
getUsersIdsBytes(int index);
/**
* uint64 event_id = 3 [json_name = "eventId"];
* @return The eventId.
*/
long getEventId();
/**
* string leaderboard_id = 4 [json_name = "leaderboardId"];
* @return The leaderboardId.
*/
java.lang.String getLeaderboardId();
/**
* string leaderboard_id = 4 [json_name = "leaderboardId"];
* @return The bytes for leaderboardId.
*/
com.google.protobuf.ByteString
getLeaderboardIdBytes();
}