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

main.java.com.streamlayer.sdkSettings.game.common.GamePrizeOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.120.2
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 GamePrizeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.game.common.GamePrize)
    com.google.protobuf.MessageLiteOrBuilder {

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

  /**
   * string image = 2 [json_name = "image"];
   * @return The image.
   */
  java.lang.String getImage();
  /**
   * string image = 2 [json_name = "image"];
   * @return The bytes for image.
   */
  com.google.protobuf.ByteString
      getImageBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy