main.java.com.streamlayer.sdkSettings.common.AdvertisingConstraintsOrBuilder 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/sdkSettings.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.common;
public interface AdvertisingConstraintsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.AdvertisingConstraints)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sdkSettings.AdvertisingConstraint images = 1 [json_name = "images"];
* @return Whether the images field is set.
*/
boolean hasImages();
/**
* .streamlayer.sdkSettings.AdvertisingConstraint images = 1 [json_name = "images"];
* @return The images.
*/
com.streamlayer.sdkSettings.common.AdvertisingConstraint getImages();
/**
* .streamlayer.sdkSettings.AdvertisingConstraint videos = 2 [json_name = "videos"];
* @return Whether the videos field is set.
*/
boolean hasVideos();
/**
* .streamlayer.sdkSettings.AdvertisingConstraint videos = 2 [json_name = "videos"];
* @return The videos.
*/
com.streamlayer.sdkSettings.common.AdvertisingConstraint getVideos();
}