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

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

  /**
   * string graphic = 1 [json_name = "graphic"];
   * @return The graphic.
   */
  java.lang.String getGraphic();
  /**
   * string graphic = 1 [json_name = "graphic"];
   * @return The bytes for graphic.
   */
  com.google.protobuf.ByteString
      getGraphicBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy