main.java.com.streamlayer.interactive.feed.FeedListRequestOrBuilder 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 FeedListRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.feed.FeedListRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string event_id = 1 [json_name = "eventId"];
* @return The eventId.
*/
java.lang.String getEventId();
/**
* string event_id = 1 [json_name = "eventId"];
* @return The bytes for eventId.
*/
com.google.protobuf.ByteString
getEventIdBytes();
/**
* .streamlayer.interactive.feed.FeedListRequest.FeedListFilter filter = 2 [json_name = "filter"];
* @return Whether the filter field is set.
*/
boolean hasFilter();
/**
* .streamlayer.interactive.feed.FeedListRequest.FeedListFilter filter = 2 [json_name = "filter"];
* @return The filter.
*/
com.streamlayer.interactive.feed.FeedListRequest.FeedListFilter 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();
}