Interface GameMediaOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getGameIcon()
      string game_icon = 1 [json_name = "gameIcon"];
      com.google.protobuf.ByteString getGameIconBytes()
      string game_icon = 1 [json_name = "gameIcon"];
      java.lang.String getSponsorLogo()
      string sponsor_logo = 2 [json_name = "sponsorLogo"];
      com.google.protobuf.ByteString getSponsorLogoBytes()
      string sponsor_logo = 2 [json_name = "sponsorLogo"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getGameIcon

        java.lang.String getGameIcon()
        string game_icon = 1 [json_name = "gameIcon"];
        Returns:
        The gameIcon.
      • getGameIconBytes

        com.google.protobuf.ByteString getGameIconBytes()
        string game_icon = 1 [json_name = "gameIcon"];
        Returns:
        The bytes for gameIcon.
      • getSponsorLogo

        java.lang.String getSponsorLogo()
        string sponsor_logo = 2 [json_name = "sponsorLogo"];
        Returns:
        The sponsorLogo.
      • getSponsorLogoBytes

        com.google.protobuf.ByteString getSponsorLogoBytes()
        string sponsor_logo = 2 [json_name = "sponsorLogo"];
        Returns:
        The bytes for sponsorLogo.