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

main.java.com.streamlayer.sdkSettings.moderation.common.ModerationSettingsOrBuilder 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 ModerationSettingsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.moderation.common.ModerationSettings)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.sdkSettings.moderation.common.ModerationGeneral general = 1 [json_name = "general"];
   * @return Whether the general field is set.
   */
  boolean hasGeneral();
  /**
   * .streamlayer.sdkSettings.moderation.common.ModerationGeneral general = 1 [json_name = "general"];
   * @return The general.
   */
  com.streamlayer.sdkSettings.moderation.common.ModerationGeneral getGeneral();

  /**
   * .streamlayer.sdkSettings.moderation.common.ModerationNotifications notifications = 2 [json_name = "notifications"];
   * @return Whether the notifications field is set.
   */
  boolean hasNotifications();
  /**
   * .streamlayer.sdkSettings.moderation.common.ModerationNotifications notifications = 2 [json_name = "notifications"];
   * @return The notifications.
   */
  com.streamlayer.sdkSettings.moderation.common.ModerationNotifications getNotifications();

  /**
   * .streamlayer.sdkSettings.moderation.common.ModerationSponsorships sponsorships = 3 [json_name = "sponsorships"];
   * @return Whether the sponsorships field is set.
   */
  boolean hasSponsorships();
  /**
   * .streamlayer.sdkSettings.moderation.common.ModerationSponsorships sponsorships = 3 [json_name = "sponsorships"];
   * @return The sponsorships.
   */
  com.streamlayer.sdkSettings.moderation.common.ModerationSponsorships getSponsorships();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy