Interface InteractiveFeedOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    InteractiveFeed, InteractiveFeed.Builder

    public interface InteractiveFeedOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      EventModeration getModeration()
      .streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];
      FeedOptions getOptions()
      .streamlayer.interactive.feed.FeedOptions options = 2 [json_name = "options"];
      boolean hasModeration()
      .streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];
      boolean hasOptions()
      .streamlayer.interactive.feed.FeedOptions options = 2 [json_name = "options"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • hasOptions

        boolean hasOptions()
        .streamlayer.interactive.feed.FeedOptions options = 2 [json_name = "options"];
        Returns:
        Whether the options field is set.
      • getOptions

        FeedOptions getOptions()
        .streamlayer.interactive.feed.FeedOptions options = 2 [json_name = "options"];
        Returns:
        The options.
      • hasModeration

        boolean hasModeration()
        .streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];
        Returns:
        Whether the moderation field is set.
      • getModeration

        EventModeration getModeration()
        .streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];
        Returns:
        The moderation.