main.java.com.streamlayer.sdkSettings.common.AdvertisingImageOrBuilder 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 AdvertisingImageOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.AdvertisingImage)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string name = 1 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string preview_url = 2 [json_name = "previewUrl"];
* @return The previewUrl.
*/
java.lang.String getPreviewUrl();
/**
* string preview_url = 2 [json_name = "previewUrl"];
* @return The bytes for previewUrl.
*/
com.google.protobuf.ByteString
getPreviewUrlBytes();
/**
* string file_url = 3 [json_name = "fileUrl"];
* @return The fileUrl.
*/
java.lang.String getFileUrl();
/**
* string file_url = 3 [json_name = "fileUrl"];
* @return The bytes for fileUrl.
*/
com.google.protobuf.ByteString
getFileUrlBytes();
/**
* .streamlayer.sdkSettings.AdvertisingPlacement placement = 4 [json_name = "placement"];
* @return The enum numeric value on the wire for placement.
*/
int getPlacementValue();
/**
* .streamlayer.sdkSettings.AdvertisingPlacement placement = 4 [json_name = "placement"];
* @return The placement.
*/
com.streamlayer.sdkSettings.common.AdvertisingPlacement getPlacement();
}