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

main.java.com.streamlayer.interactive.leaderboard.EventLeaderboardRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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 EventLeaderboardRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.leaderboard.EventLeaderboardRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   * leaderboard id
   * 
* * string id = 1 [json_name = "id"]; * @return The id. */ java.lang.String getId(); /** *
   * leaderboard id
   * 
* * string id = 1 [json_name = "id"]; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** * string organization_id = 2 [json_name = "organizationId"]; * @return The organizationId. */ java.lang.String getOrganizationId(); /** * string organization_id = 2 [json_name = "organizationId"]; * @return The bytes for organizationId. */ com.google.protobuf.ByteString getOrganizationIdBytes(); /** * .streamlayer.interactive.Pagination pagination = 3 [json_name = "pagination"]; * @return Whether the pagination field is set. */ boolean hasPagination(); /** * .streamlayer.interactive.Pagination pagination = 3 [json_name = "pagination"]; * @return The pagination. */ com.streamlayer.interactive.common.Pagination getPagination(); /** * .streamlayer.interactive.Sort sort = 4 [json_name = "sort"]; * @return Whether the sort field is set. */ boolean hasSort(); /** * .streamlayer.interactive.Sort sort = 4 [json_name = "sort"]; * @return The sort. */ com.streamlayer.interactive.common.Sort getSort(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy