Interface GameOverviewOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    GameOverview, GameOverview.Builder

    public interface GameOverviewOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GameAppearance getAppearance()
      .streamlayer.sdkSettings.game.common.GameAppearance appearance = 6 [json_name = "appearance"];
      boolean getAutoActivate()
      bool auto_activate = 3 [json_name = "autoActivate"];
      boolean getCompleted()
      bool completed = 8 [json_name = "completed"];
      java.lang.String getDescription()
      string description = 2 [json_name = "description"];
      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 2 [json_name = "description"];
      GameMedia getMedia()
      .streamlayer.sdkSettings.game.common.GameMedia media = 5 [json_name = "media"];
      GamePrize getPrizes​(int index)
      repeated .streamlayer.sdkSettings.game.common.GamePrize prizes = 7 [json_name = "prizes"];
      int getPrizesCount()
      repeated .streamlayer.sdkSettings.game.common.GamePrize prizes = 7 [json_name = "prizes"];
      java.util.List<GamePrize> getPrizesList()
      repeated .streamlayer.sdkSettings.game.common.GamePrize prizes = 7 [json_name = "prizes"];
      boolean getScoring()
      points/no points
      java.lang.String getTitle()
      string title = 1 [json_name = "title"];
      com.google.protobuf.ByteString getTitleBytes()
      string title = 1 [json_name = "title"];
      boolean hasAppearance()
      .streamlayer.sdkSettings.game.common.GameAppearance appearance = 6 [json_name = "appearance"];
      boolean hasMedia()
      .streamlayer.sdkSettings.game.common.GameMedia media = 5 [json_name = "media"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTitle

        java.lang.String getTitle()
        string title = 1 [json_name = "title"];
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
        string title = 1 [json_name = "title"];
        Returns:
        The bytes for title.
      • getDescription

        java.lang.String getDescription()
        string description = 2 [json_name = "description"];
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 2 [json_name = "description"];
        Returns:
        The bytes for description.
      • getAutoActivate

        boolean getAutoActivate()
        bool auto_activate = 3 [json_name = "autoActivate"];
        Returns:
        The autoActivate.
      • getScoring

        boolean getScoring()
         points/no points
         
        bool scoring = 4 [json_name = "scoring"];
        Returns:
        The scoring.
      • hasMedia

        boolean hasMedia()
        .streamlayer.sdkSettings.game.common.GameMedia media = 5 [json_name = "media"];
        Returns:
        Whether the media field is set.
      • getMedia

        GameMedia getMedia()
        .streamlayer.sdkSettings.game.common.GameMedia media = 5 [json_name = "media"];
        Returns:
        The media.
      • hasAppearance

        boolean hasAppearance()
        .streamlayer.sdkSettings.game.common.GameAppearance appearance = 6 [json_name = "appearance"];
        Returns:
        Whether the appearance field is set.
      • getAppearance

        GameAppearance getAppearance()
        .streamlayer.sdkSettings.game.common.GameAppearance appearance = 6 [json_name = "appearance"];
        Returns:
        The appearance.
      • getPrizesList

        java.util.List<GamePrize> getPrizesList()
        repeated .streamlayer.sdkSettings.game.common.GamePrize prizes = 7 [json_name = "prizes"];
      • getPrizes

        GamePrize getPrizes​(int index)
        repeated .streamlayer.sdkSettings.game.common.GamePrize prizes = 7 [json_name = "prizes"];
      • getPrizesCount

        int getPrizesCount()
        repeated .streamlayer.sdkSettings.game.common.GamePrize prizes = 7 [json_name = "prizes"];
      • getCompleted

        boolean getCompleted()
        bool completed = 8 [json_name = "completed"];
        Returns:
        The completed.