main.java.com.streamlayer.interactive.feed.FeedListResponseOrBuilder 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 FeedListResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.feed.FeedListResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* repeated .streamlayer.interactive.feed.FeedItem data = 1 [json_name = "data"];
*/
java.util.List
getDataList();
/**
* repeated .streamlayer.interactive.feed.FeedItem data = 1 [json_name = "data"];
*/
com.streamlayer.interactive.feed.FeedItem getData(int index);
/**
* repeated .streamlayer.interactive.feed.FeedItem data = 1 [json_name = "data"];
*/
int getDataCount();
/**
* .streamlayer.interactive.feed.FeedListResponse.FeedListResponseMetadata meta = 2 [json_name = "meta"];
* @return Whether the meta field is set.
*/
boolean hasMeta();
/**
* .streamlayer.interactive.feed.FeedListResponse.FeedListResponseMetadata meta = 2 [json_name = "meta"];
* @return The meta.
*/
com.streamlayer.interactive.feed.FeedListResponse.FeedListResponseMetadata getMeta();
}