main.java.com.streamlayer.interactive.common.QuestionNotificationOrBuilder 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/interactive.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;
public interface QuestionNotificationOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.QuestionNotification)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string title = 1 [json_name = "title"];
* @return The title.
*/
java.lang.String getTitle();
/**
* string title = 1 [json_name = "title"];
* @return The bytes for title.
*/
com.google.protobuf.ByteString
getTitleBytes();
/**
* string image = 2 [json_name = "image"];
* @return The image.
*/
java.lang.String getImage();
/**
* string image = 2 [json_name = "image"];
* @return The bytes for image.
*/
com.google.protobuf.ByteString
getImageBytes();
/**
* string indicator_color = 3 [json_name = "indicatorColor"];
* @return The indicatorColor.
*/
java.lang.String getIndicatorColor();
/**
* string indicator_color = 3 [json_name = "indicatorColor"];
* @return The bytes for indicatorColor.
*/
com.google.protobuf.ByteString
getIndicatorColorBytes();
/**
* .streamlayer.interactive.ImagePosition image_position = 4 [json_name = "imagePosition"];
* @return The enum numeric value on the wire for imagePosition.
*/
int getImagePositionValue();
/**
* .streamlayer.interactive.ImagePosition image_position = 4 [json_name = "imagePosition"];
* @return The imagePosition.
*/
com.streamlayer.interactive.common.ImagePosition getImagePosition();
/**
* string body = 5 [json_name = "body"];
* @return The body.
*/
java.lang.String getBody();
/**
* string body = 5 [json_name = "body"];
* @return The bytes for body.
*/
com.google.protobuf.ByteString
getBodyBytes();
/**
* .streamlayer.interactive.QuestionImages image_mode = 6 [json_name = "imageMode"];
* @return The enum numeric value on the wire for imageMode.
*/
int getImageModeValue();
/**
* .streamlayer.interactive.QuestionImages image_mode = 6 [json_name = "imageMode"];
* @return The imageMode.
*/
com.streamlayer.interactive.common.QuestionImages getImageMode();
/**
* .streamlayer.interactive.PromotionNotification promotion = 7 [json_name = "promotion"];
* @return Whether the promotion field is set.
*/
boolean hasPromotion();
/**
* .streamlayer.interactive.PromotionNotification promotion = 7 [json_name = "promotion"];
* @return The promotion.
*/
com.streamlayer.interactive.common.PromotionNotification getPromotion();
/**
* .streamlayer.interactive.NotificationEnabled enabled = 8 [json_name = "enabled"];
* @return The enum numeric value on the wire for enabled.
*/
int getEnabledValue();
/**
* .streamlayer.interactive.NotificationEnabled enabled = 8 [json_name = "enabled"];
* @return The enabled.
*/
com.streamlayer.interactive.common.NotificationEnabled getEnabled();
}