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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy