main.java.com.streamlayer.sdkSettings.game.common.GameMediaOrBuilder 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/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();
}