main.java.com.streamlayer.interactive.feed.InsightHistoryOrBuilder 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 InsightHistoryOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.feed.InsightHistory)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string question_id = 1 [json_name = "questionId"];
* @return The questionId.
*/
java.lang.String getQuestionId();
/**
* string question_id = 1 [json_name = "questionId"];
* @return The bytes for questionId.
*/
com.google.protobuf.ByteString
getQuestionIdBytes();
/**
*
* notification.title
*
*
* string title = 2 [json_name = "title"];
* @return The title.
*/
java.lang.String getTitle();
/**
*
* notification.title
*
*
* string title = 2 [json_name = "title"];
* @return The bytes for title.
*/
com.google.protobuf.ByteString
getTitleBytes();
/**
*
* notification.image
*
*
* string image = 3 [json_name = "image"];
* @return The image.
*/
java.lang.String getImage();
/**
*
* notification.image
*
*
* string image = 3 [json_name = "image"];
* @return The bytes for image.
*/
com.google.protobuf.ByteString
getImageBytes();
/**
*
* combined with moderation defaults
*
*
* .streamlayer.interactive.QuestionImages image_mode = 4 [json_name = "imageMode"];
* @return The enum numeric value on the wire for imageMode.
*/
int getImageModeValue();
/**
*
* combined with moderation defaults
*
*
* .streamlayer.interactive.QuestionImages image_mode = 4 [json_name = "imageMode"];
* @return The imageMode.
*/
com.streamlayer.interactive.common.QuestionImages getImageMode();
/**
* optional .streamlayer.interactive.feed.InstantView instant_view = 5 [json_name = "instantView"];
* @return Whether the instantView field is set.
*/
boolean hasInstantView();
/**
* optional .streamlayer.interactive.feed.InstantView instant_view = 5 [json_name = "instantView"];
* @return The instantView.
*/
com.streamlayer.interactive.feed.InstantView getInstantView();
/**
* optional .streamlayer.interactive.feed.InsightNotification notification = 6 [json_name = "notification"];
* @return Whether the notification field is set.
*/
boolean hasNotification();
/**
* optional .streamlayer.interactive.feed.InsightNotification notification = 6 [json_name = "notification"];
* @return The notification.
*/
com.streamlayer.interactive.feed.InsightNotification getNotification();
/**
* .streamlayer.interactive.UseAsNotification use_as_notification = 7 [json_name = "useAsNotification"];
* @return The enum numeric value on the wire for useAsNotification.
*/
int getUseAsNotificationValue();
/**
* .streamlayer.interactive.UseAsNotification use_as_notification = 7 [json_name = "useAsNotification"];
* @return The useAsNotification.
*/
com.streamlayer.interactive.common.UseAsNotification getUseAsNotification();
}