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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy