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