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

main.java.com.streamlayer.interactive.question.StatsRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.120.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/interactive/question/interactive.questions.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.question;

public interface StatsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.question.StatsRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string moderation_id = 1 [json_name = "moderationId"];
   * @return The moderationId.
   */
  java.lang.String getModerationId();
  /**
   * string moderation_id = 1 [json_name = "moderationId"];
   * @return The bytes for moderationId.
   */
  com.google.protobuf.ByteString
      getModerationIdBytes();

  /**
   * .streamlayer.interactive.question.StatsRequest.StatsRequestFilter filter = 2 [json_name = "filter"];
   * @return Whether the filter field is set.
   */
  boolean hasFilter();
  /**
   * .streamlayer.interactive.question.StatsRequest.StatsRequestFilter filter = 2 [json_name = "filter"];
   * @return The filter.
   */
  com.streamlayer.interactive.question.StatsRequest.StatsRequestFilter getFilter();

  /**
   * .streamlayer.interactive.Pagination pagination = 3 [json_name = "pagination"];
   * @return Whether the pagination field is set.
   */
  boolean hasPagination();
  /**
   * .streamlayer.interactive.Pagination pagination = 3 [json_name = "pagination"];
   * @return The pagination.
   */
  com.streamlayer.interactive.common.Pagination getPagination();

  /**
   * .streamlayer.interactive.Sort sort = 4 [json_name = "sort"];
   * @return Whether the sort field is set.
   */
  boolean hasSort();
  /**
   * .streamlayer.interactive.Sort sort = 4 [json_name = "sort"];
   * @return The sort.
   */
  com.streamlayer.interactive.common.Sort getSort();

  /**
   * string organization_id = 5 [json_name = "organizationId"];
   * @return The organizationId.
   */
  java.lang.String getOrganizationId();
  /**
   * string organization_id = 5 [json_name = "organizationId"];
   * @return The bytes for organizationId.
   */
  com.google.protobuf.ByteString
      getOrganizationIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy