All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sdkSettings.moderation.common.ModerationNotificationsOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy