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

main.java.com.streamlayer.interactive.feed.InteractiveFeedOrBuilder 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 InteractiveFeedOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.feed.InteractiveFeed)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string id = 1 [json_name = "id"];
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 1 [json_name = "id"];
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * .streamlayer.interactive.feed.FeedOptions options = 2 [json_name = "options"];
   * @return Whether the options field is set.
   */
  boolean hasOptions();
  /**
   * .streamlayer.interactive.feed.FeedOptions options = 2 [json_name = "options"];
   * @return The options.
   */
  com.streamlayer.interactive.feed.FeedOptions getOptions();

  /**
   * .streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];
   * @return Whether the moderation field is set.
   */
  boolean hasModeration();
  /**
   * .streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];
   * @return The moderation.
   */
  com.streamlayer.interactive.common.EventModeration getModeration();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy