main.java.com.streamlayer.sdkSettings.moderation.common.ModerationSettingsOrBuilder 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 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();
}