main.java.com.streamlayer.sdkSettings.common.AdvertisingVideoOrBuilder 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 AdvertisingVideoOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.AdvertisingVideo)
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();
/**
* string background_color = 4 [json_name = "backgroundColor"];
* @return The backgroundColor.
*/
java.lang.String getBackgroundColor();
/**
* string background_color = 4 [json_name = "backgroundColor"];
* @return The bytes for backgroundColor.
*/
com.google.protobuf.ByteString
getBackgroundColorBytes();
}