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

main.java.com.streamlayer.interactive.common.QuestionAppearanceOrBuilder 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/interactive/interactive.common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;

public interface QuestionAppearanceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.QuestionAppearance)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.interactive.QuestionLayout layout = 1 [json_name = "layout"];
   * @return The enum numeric value on the wire for layout.
   */
  int getLayoutValue();
  /**
   * .streamlayer.interactive.QuestionLayout layout = 1 [json_name = "layout"];
   * @return The layout.
   */
  com.streamlayer.interactive.common.QuestionLayout getLayout();

  /**
   * .streamlayer.interactive.QuestionImages images = 2 [json_name = "images"];
   * @return The enum numeric value on the wire for images.
   */
  int getImagesValue();
  /**
   * .streamlayer.interactive.QuestionImages images = 2 [json_name = "images"];
   * @return The images.
   */
  com.streamlayer.interactive.common.QuestionImages getImages();

  /**
   * string primary_color = 3 [json_name = "primaryColor"];
   * @return The primaryColor.
   */
  java.lang.String getPrimaryColor();
  /**
   * string primary_color = 3 [json_name = "primaryColor"];
   * @return The bytes for primaryColor.
   */
  com.google.protobuf.ByteString
      getPrimaryColorBytes();

  /**
   * .streamlayer.interactive.QuestionPosition position = 4 [json_name = "position"];
   * @return The enum numeric value on the wire for position.
   */
  int getPositionValue();
  /**
   * .streamlayer.interactive.QuestionPosition position = 4 [json_name = "position"];
   * @return The position.
   */
  com.streamlayer.interactive.common.QuestionPosition getPosition();

  /**
   * uint64 auto_hide_interval = 5 [json_name = "autoHideInterval"];
   * @return The autoHideInterval.
   */
  long getAutoHideInterval();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy