main.java.com.streamlayer.interactive.leaderboard.SummaryRequestOrBuilder 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 SummaryRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.leaderboard.SummaryRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* uint64 event_id = 1 [json_name = "eventId"];
* @return The eventId.
*/
long getEventId();
/**
* string user_id = 2 [json_name = "userId"];
* @return The userId.
*/
java.lang.String getUserId();
/**
* string user_id = 2 [json_name = "userId"];
* @return The bytes for userId.
*/
com.google.protobuf.ByteString
getUserIdBytes();
/**
* string leaderboard_id = 3 [json_name = "leaderboardId"];
* @return The leaderboardId.
*/
java.lang.String getLeaderboardId();
/**
* string leaderboard_id = 3 [json_name = "leaderboardId"];
* @return The bytes for leaderboardId.
*/
com.google.protobuf.ByteString
getLeaderboardIdBytes();
/**
*
* friends
*
*
* repeated string users_ids = 4 [json_name = "usersIds"];
* @return A list containing the usersIds.
*/
java.util.List
getUsersIdsList();
/**
*
* friends
*
*
* repeated string users_ids = 4 [json_name = "usersIds"];
* @return The count of usersIds.
*/
int getUsersIdsCount();
/**
*
* friends
*
*
* repeated string users_ids = 4 [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);
/**
*
* friends
*
*
* repeated string users_ids = 4 [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);
}