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

main.java.com.streamlayer.sdkSettings.common.BettingOverlaySettingsOrBuilder 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 BettingOverlaySettingsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.BettingOverlaySettings)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * repeated .streamlayer.sdkSettings.BettingFavorite favorites = 1 [json_name = "favorites", deprecated = true];
   */
  @java.lang.Deprecated java.util.List 
      getFavoritesList();
  /**
   * repeated .streamlayer.sdkSettings.BettingFavorite favorites = 1 [json_name = "favorites", deprecated = true];
   */
  @java.lang.Deprecated com.streamlayer.sdkSettings.common.BettingFavorite getFavorites(int index);
  /**
   * repeated .streamlayer.sdkSettings.BettingFavorite favorites = 1 [json_name = "favorites", deprecated = true];
   */
  @java.lang.Deprecated int getFavoritesCount();

  /**
   * string primary_color = 2 [json_name = "primaryColor"];
   * @return The primaryColor.
   */
  java.lang.String getPrimaryColor();
  /**
   * string primary_color = 2 [json_name = "primaryColor"];
   * @return The bytes for primaryColor.
   */
  com.google.protobuf.ByteString
      getPrimaryColorBytes();

  /**
   * string button_icon = 3 [json_name = "buttonIcon", deprecated = true];
   * @deprecated streamlayer.sdkSettings.BettingOverlaySettings.button_icon is deprecated.
   *     See streamlayer/sdkSettings/sdkSettings.common.proto;l=78
   * @return The buttonIcon.
   */
  @java.lang.Deprecated java.lang.String getButtonIcon();
  /**
   * string button_icon = 3 [json_name = "buttonIcon", deprecated = true];
   * @deprecated streamlayer.sdkSettings.BettingOverlaySettings.button_icon is deprecated.
   *     See streamlayer/sdkSettings/sdkSettings.common.proto;l=78
   * @return The bytes for buttonIcon.
   */
  @java.lang.Deprecated com.google.protobuf.ByteString
      getButtonIconBytes();

  /**
   * .streamlayer.sdkSettings.BettingSettingsTextColor text_color = 4 [json_name = "textColor"];
   * @return The enum numeric value on the wire for textColor.
   */
  int getTextColorValue();
  /**
   * .streamlayer.sdkSettings.BettingSettingsTextColor text_color = 4 [json_name = "textColor"];
   * @return The textColor.
   */
  com.streamlayer.sdkSettings.common.BettingSettingsTextColor getTextColor();

  /**
   * string app_installed_text = 5 [json_name = "appInstalledText"];
   * @return The appInstalledText.
   */
  java.lang.String getAppInstalledText();
  /**
   * string app_installed_text = 5 [json_name = "appInstalledText"];
   * @return The bytes for appInstalledText.
   */
  com.google.protobuf.ByteString
      getAppInstalledTextBytes();

  /**
   * string app_not_installed_text = 6 [json_name = "appNotInstalledText"];
   * @return The appNotInstalledText.
   */
  java.lang.String getAppNotInstalledText();
  /**
   * string app_not_installed_text = 6 [json_name = "appNotInstalledText"];
   * @return The bytes for appNotInstalledText.
   */
  com.google.protobuf.ByteString
      getAppNotInstalledTextBytes();

  /**
   * string text_color_custom = 7 [json_name = "textColorCustom"];
   * @return The textColorCustom.
   */
  java.lang.String getTextColorCustom();
  /**
   * string text_color_custom = 7 [json_name = "textColorCustom"];
   * @return The bytes for textColorCustom.
   */
  com.google.protobuf.ByteString
      getTextColorCustomBytes();

  /**
   * .streamlayer.sdkSettings.CtaImage cta_image = 8 [json_name = "ctaImage"];
   * @return Whether the ctaImage field is set.
   */
  boolean hasCtaImage();
  /**
   * .streamlayer.sdkSettings.CtaImage cta_image = 8 [json_name = "ctaImage"];
   * @return The ctaImage.
   */
  com.streamlayer.sdkSettings.common.CtaImage getCtaImage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy