main.java.com.streamlayer.sdkSettings.moderation.common.ModerationGeneralOrBuilder 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/moderation/common/moderation_common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.moderation.common;
public interface ModerationGeneralOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.moderation.common.ModerationGeneral)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string default_color = 1 [json_name = "defaultColor"];
* @return The defaultColor.
*/
java.lang.String getDefaultColor();
/**
* string default_color = 1 [json_name = "defaultColor"];
* @return The bytes for defaultColor.
*/
com.google.protobuf.ByteString
getDefaultColorBytes();
/**
*
* used for trivia by defaults
*
*
* uint32 points = 2 [json_name = "points"];
* @return The points.
*/
int getPoints();
/**
* uint64 auto_hide_interval = 3 [json_name = "autoHideInterval"];
* @return The autoHideInterval.
*/
long getAutoHideInterval();
/**
* bool insights_history_enabled = 4 [json_name = "insightsHistoryEnabled"];
* @return The insightsHistoryEnabled.
*/
boolean getInsightsHistoryEnabled();
/**
*
* points/no points
*
*
* bool pick_history_enabled = 5 [json_name = "pickHistoryEnabled"];
* @return The pickHistoryEnabled.
*/
boolean getPickHistoryEnabled();
/**
* repeated .streamlayer.interactive.AnswerFeedback correct_feedbacks = 6 [json_name = "correctFeedbacks"];
*/
java.util.List
getCorrectFeedbacksList();
/**
* repeated .streamlayer.interactive.AnswerFeedback correct_feedbacks = 6 [json_name = "correctFeedbacks"];
*/
com.streamlayer.interactive.common.AnswerFeedback getCorrectFeedbacks(int index);
/**
* repeated .streamlayer.interactive.AnswerFeedback correct_feedbacks = 6 [json_name = "correctFeedbacks"];
*/
int getCorrectFeedbacksCount();
/**
* repeated .streamlayer.interactive.AnswerFeedback incorrect_feedbacks = 7 [json_name = "incorrectFeedbacks"];
*/
java.util.List
getIncorrectFeedbacksList();
/**
* repeated .streamlayer.interactive.AnswerFeedback incorrect_feedbacks = 7 [json_name = "incorrectFeedbacks"];
*/
com.streamlayer.interactive.common.AnswerFeedback getIncorrectFeedbacks(int index);
/**
* repeated .streamlayer.interactive.AnswerFeedback incorrect_feedbacks = 7 [json_name = "incorrectFeedbacks"];
*/
int getIncorrectFeedbacksCount();
}