main.java.com.streamlayer.sdkSettings.moderation.common.ModerationSponsorshipsOrBuilder 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 ModerationSponsorshipsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.moderation.common.ModerationSponsorships)
com.google.protobuf.MessageLiteOrBuilder {
/**
* bool rotate = 1 [json_name = "rotate"];
* @return The rotate.
*/
boolean getRotate();
/**
* bool no_sponsor = 2 [json_name = "noSponsor"];
* @return The noSponsor.
*/
boolean getNoSponsor();
/**
* repeated .streamlayer.interactive.Sponsorship sponsors = 3 [json_name = "sponsors"];
*/
java.util.List
getSponsorsList();
/**
* repeated .streamlayer.interactive.Sponsorship sponsors = 3 [json_name = "sponsors"];
*/
com.streamlayer.interactive.common.Sponsorship getSponsors(int index);
/**
* repeated .streamlayer.interactive.Sponsorship sponsors = 3 [json_name = "sponsors"];
*/
int getSponsorsCount();
}