main.java.com.streamlayer.sdkSettings.common.AdvertisingConstraintOrBuilder 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 AdvertisingConstraintOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.AdvertisingConstraint)
com.google.protobuf.MessageLiteOrBuilder {
/**
* int32 width = 1 [json_name = "width"];
* @return The width.
*/
int getWidth();
/**
* int32 height = 2 [json_name = "height"];
* @return The height.
*/
int getHeight();
/**
* double max_file_size = 3 [json_name = "maxFileSize"];
* @return The maxFileSize.
*/
double getMaxFileSize();
/**
* string mime = 4 [json_name = "mime"];
* @return The mime.
*/
java.lang.String getMime();
/**
* string mime = 4 [json_name = "mime"];
* @return The bytes for mime.
*/
com.google.protobuf.ByteString
getMimeBytes();
}