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

main.java.com.streamlayer.sdkSettings.game.common.GameMediaOrBuilder 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/sdkSettings/game/common/game_common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.game.common;

public interface GameMediaOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.game.common.GameMedia)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string game_icon = 1 [json_name = "gameIcon"];
   * @return The gameIcon.
   */
  java.lang.String getGameIcon();
  /**
   * string game_icon = 1 [json_name = "gameIcon"];
   * @return The bytes for gameIcon.
   */
  com.google.protobuf.ByteString
      getGameIconBytes();

  /**
   * string sponsor_logo = 2 [json_name = "sponsorLogo"];
   * @return The sponsorLogo.
   */
  java.lang.String getSponsorLogo();
  /**
   * string sponsor_logo = 2 [json_name = "sponsorLogo"];
   * @return The bytes for sponsorLogo.
   */
  com.google.protobuf.ByteString
      getSponsorLogoBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy