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