main.java.com.streamlayer.sdkSettings.moderation.common.ModerationNotificationsOrBuilder 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/sdkSettings/moderation/common/moderation_common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.moderation.common;
public interface ModerationNotificationsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.moderation.common.ModerationNotifications)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string default_image = 1 [json_name = "defaultImage"];
* @return The defaultImage.
*/
java.lang.String getDefaultImage();
/**
* string default_image = 1 [json_name = "defaultImage"];
* @return The bytes for defaultImage.
*/
com.google.protobuf.ByteString
getDefaultImageBytes();
/**
* .streamlayer.interactive.QuestionImages image_mode = 2 [json_name = "imageMode"];
* @return The enum numeric value on the wire for imageMode.
*/
int getImageModeValue();
/**
* .streamlayer.interactive.QuestionImages image_mode = 2 [json_name = "imageMode"];
* @return The imageMode.
*/
com.streamlayer.interactive.common.QuestionImages getImageMode();
}