main.java.com.streamlayer.sdkSettings.common.GamesOverlaySettingsOrBuilder 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/sdkSettings/sdkSettings.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.common;
public interface GamesOverlaySettingsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.GamesOverlaySettings)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sdkSettings.game.common.GameSettings inplay_game = 1 [json_name = "inplayGame"];
* @return Whether the inplayGame field is set.
*/
boolean hasInplayGame();
/**
* .streamlayer.sdkSettings.game.common.GameSettings inplay_game = 1 [json_name = "inplayGame"];
* @return The inplayGame.
*/
com.streamlayer.sdkSettings.game.common.GameSettings getInplayGame();
/**
* .streamlayer.sdkSettings.moderation.common.ModerationSettings moderation = 2 [json_name = "moderation"];
* @return Whether the moderation field is set.
*/
boolean hasModeration();
/**
* .streamlayer.sdkSettings.moderation.common.ModerationSettings moderation = 2 [json_name = "moderation"];
* @return The moderation.
*/
com.streamlayer.sdkSettings.moderation.common.ModerationSettings getModeration();
/**
* string pinned_leaderboard_id = 3 [json_name = "pinnedLeaderboardId"];
* @return The pinnedLeaderboardId.
*/
java.lang.String getPinnedLeaderboardId();
/**
* string pinned_leaderboard_id = 3 [json_name = "pinnedLeaderboardId"];
* @return The bytes for pinnedLeaderboardId.
*/
com.google.protobuf.ByteString
getPinnedLeaderboardIdBytes();
/**
* .streamlayer.sdkSettings.LeaderboardKind leaderboard_kind = 4 [json_name = "leaderboardKind"];
* @return The enum numeric value on the wire for leaderboardKind.
*/
int getLeaderboardKindValue();
/**
* .streamlayer.sdkSettings.LeaderboardKind leaderboard_kind = 4 [json_name = "leaderboardKind"];
* @return The leaderboardKind.
*/
com.streamlayer.sdkSettings.common.LeaderboardKind getLeaderboardKind();
}