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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy