main.java.com.streamlayer.interactive.common.CTAButtonOrBuilder 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/interactive/interactive.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;
public interface CTAButtonOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.CTAButton)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string label = 1 [json_name = "label"];
* @return The label.
*/
java.lang.String getLabel();
/**
* string label = 1 [json_name = "label"];
* @return The bytes for label.
*/
com.google.protobuf.ByteString
getLabelBytes();
/**
* string color = 2 [json_name = "color"];
* @return The color.
*/
java.lang.String getColor();
/**
* string color = 2 [json_name = "color"];
* @return The bytes for color.
*/
com.google.protobuf.ByteString
getColorBytes();
/**
* optional string text_color = 3 [json_name = "textColor"];
* @return Whether the textColor field is set.
*/
boolean hasTextColor();
/**
* optional string text_color = 3 [json_name = "textColor"];
* @return The textColor.
*/
java.lang.String getTextColor();
/**
* optional string text_color = 3 [json_name = "textColor"];
* @return The bytes for textColor.
*/
com.google.protobuf.ByteString
getTextColorBytes();
/**
* string cta_icon = 4 [json_name = "ctaIcon"];
* @return The ctaIcon.
*/
java.lang.String getCtaIcon();
/**
* string cta_icon = 4 [json_name = "ctaIcon"];
* @return The bytes for ctaIcon.
*/
com.google.protobuf.ByteString
getCtaIconBytes();
/**
* .streamlayer.interactive.CtaIconMode cta_icon_mode = 5 [json_name = "ctaIconMode"];
* @return The enum numeric value on the wire for ctaIconMode.
*/
int getCtaIconModeValue();
/**
* .streamlayer.interactive.CtaIconMode cta_icon_mode = 5 [json_name = "ctaIconMode"];
* @return The ctaIconMode.
*/
com.streamlayer.interactive.common.CtaIconMode getCtaIconMode();
}