main.java.com.streamlayer.interactive.leaderboard.admin.RebuildLeaderboardRequestOrBuilder 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/admin/interactive.leaderboard.admin.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.leaderboard.admin;
public interface RebuildLeaderboardRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.leaderboard.admin.RebuildLeaderboardRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string organization_id = 1 [json_name = "organizationId"];
* @return The organizationId.
*/
java.lang.String getOrganizationId();
/**
* string organization_id = 1 [json_name = "organizationId"];
* @return The bytes for organizationId.
*/
com.google.protobuf.ByteString
getOrganizationIdBytes();
/**
* string id = 2 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
* string id = 2 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}