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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy