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

main.java.com.streamlayer.sdkSettings.game.common.TitleCardMediaOrBuilder 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 TitleCardMediaOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.game.common.TitleCardMedia)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string icon = 1 [json_name = "icon"];
   * @return The icon.
   */
  java.lang.String getIcon();
  /**
   * string icon = 1 [json_name = "icon"];
   * @return The bytes for icon.
   */
  com.google.protobuf.ByteString
      getIconBytes();

  /**
   * 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