main.java.com.streamlayer.interactive.common.QuestionAppearanceOrBuilder 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/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();
}