main.java.com.streamlayer.interactive.feed.PickHistoryRequestOrBuilder 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/feed/interactive.feed.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.feed;
public interface PickHistoryRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.feed.PickHistoryRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
* @return A list containing the questionType.
*/
java.util.List getQuestionTypeList();
/**
* repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
* @return The count of questionType.
*/
int getQuestionTypeCount();
/**
* repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
* @param index The index of the element to return.
* @return The questionType at the given index.
*/
com.streamlayer.interactive.common.QuestionType getQuestionType(int index);
/**
* repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
* @return A list containing the enum numeric values on the wire for questionType.
*/
java.util.List
getQuestionTypeValueList();
/**
* repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
* @param index The index of the value to return.
* @return The enum numeric value on the wire of questionType at the given index.
*/
int getQuestionTypeValue(int index);
/**
* string event_id = 3 [json_name = "eventId"];
* @return The eventId.
*/
java.lang.String getEventId();
/**
* string event_id = 3 [json_name = "eventId"];
* @return The bytes for eventId.
*/
com.google.protobuf.ByteString
getEventIdBytes();
/**
* .streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];
* @return Whether the pagination field is set.
*/
boolean hasPagination();
/**
* .streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];
* @return The pagination.
*/
com.streamlayer.interactive.common.Pagination getPagination();
}