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

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

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

  /**
   * string body = 2 [json_name = "body"];
   * @return The body.
   */
  java.lang.String getBody();
  /**
   * string body = 2 [json_name = "body"];
   * @return The bytes for body.
   */
  com.google.protobuf.ByteString
      getBodyBytes();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy