main.java.com.streamlayer.interactive.feed.FeedQuestionOrBuilder 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 FeedQuestionOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.feed.FeedQuestion)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.interactive.Question question = 1 [json_name = "question"];
* @return Whether the question field is set.
*/
boolean hasQuestion();
/**
* .streamlayer.interactive.Question question = 1 [json_name = "question"];
* @return The question.
*/
com.streamlayer.interactive.common.Question getQuestion();
/**
*
* deprecated, don't use
*
*
* .streamlayer.interactive.QuestionNotification notification = 2 [json_name = "notification", deprecated = true];
* @deprecated streamlayer.interactive.feed.FeedQuestion.notification is deprecated.
* See streamlayer/interactive/feed/interactive.feed.proto;l=18
* @return Whether the notification field is set.
*/
@java.lang.Deprecated boolean hasNotification();
/**
*
* deprecated, don't use
*
*
* .streamlayer.interactive.QuestionNotification notification = 2 [json_name = "notification", deprecated = true];
* @deprecated streamlayer.interactive.feed.FeedQuestion.notification is deprecated.
* See streamlayer/interactive/feed/interactive.feed.proto;l=18
* @return The notification.
*/
@java.lang.Deprecated com.streamlayer.interactive.common.QuestionNotification getNotification();
/**
* .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();
/**
* .streamlayer.interactive.feed.FeedItem feed_item = 4 [json_name = "feedItem"];
* @return Whether the feedItem field is set.
*/
boolean hasFeedItem();
/**
* .streamlayer.interactive.feed.FeedItem feed_item = 4 [json_name = "feedItem"];
* @return The feedItem.
*/
com.streamlayer.interactive.feed.FeedItem getFeedItem();
}