main.java.com.streamlayer.interactive.common.QuestionStatsOrBuilder 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 QuestionStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.QuestionStats)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string id = 1 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* .streamlayer.interactive.QuestionStats.QuestionData question = 2 [json_name = "question"];
* @return Whether the question field is set.
*/
boolean hasQuestion();
/**
* .streamlayer.interactive.QuestionStats.QuestionData question = 2 [json_name = "question"];
* @return The question.
*/
com.streamlayer.interactive.common.QuestionStats.QuestionData getQuestion();
/**
* repeated .streamlayer.interactive.AnswerVotesStats statistics = 3 [json_name = "statistics"];
*/
java.util.List
getStatisticsList();
/**
* repeated .streamlayer.interactive.AnswerVotesStats statistics = 3 [json_name = "statistics"];
*/
com.streamlayer.interactive.common.AnswerVotesStats getStatistics(int index);
/**
* repeated .streamlayer.interactive.AnswerVotesStats statistics = 3 [json_name = "statistics"];
*/
int getStatisticsCount();
}