Interface CTAButtonOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    CTAButton, CTAButton.Builder

    public interface CTAButtonOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getColor()
      string color = 2 [json_name = "color"];
      com.google.protobuf.ByteString getColorBytes()
      string color = 2 [json_name = "color"];
      java.lang.String getCtaIcon()
      string cta_icon = 4 [json_name = "ctaIcon"];
      com.google.protobuf.ByteString getCtaIconBytes()
      string cta_icon = 4 [json_name = "ctaIcon"];
      CtaIconMode getCtaIconMode()
      .streamlayer.interactive.CtaIconMode cta_icon_mode = 5 [json_name = "ctaIconMode"];
      int getCtaIconModeValue()
      .streamlayer.interactive.CtaIconMode cta_icon_mode = 5 [json_name = "ctaIconMode"];
      java.lang.String getLabel()
      string label = 1 [json_name = "label"];
      com.google.protobuf.ByteString getLabelBytes()
      string label = 1 [json_name = "label"];
      java.lang.String getTextColor()
      optional string text_color = 3 [json_name = "textColor"];
      com.google.protobuf.ByteString getTextColorBytes()
      optional string text_color = 3 [json_name = "textColor"];
      boolean hasTextColor()
      optional string text_color = 3 [json_name = "textColor"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getLabel

        java.lang.String getLabel()
        string label = 1 [json_name = "label"];
        Returns:
        The label.
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
        string label = 1 [json_name = "label"];
        Returns:
        The bytes for label.
      • getColor

        java.lang.String getColor()
        string color = 2 [json_name = "color"];
        Returns:
        The color.
      • getColorBytes

        com.google.protobuf.ByteString getColorBytes()
        string color = 2 [json_name = "color"];
        Returns:
        The bytes for color.
      • hasTextColor

        boolean hasTextColor()
        optional string text_color = 3 [json_name = "textColor"];
        Returns:
        Whether the textColor field is set.
      • getTextColor

        java.lang.String getTextColor()
        optional string text_color = 3 [json_name = "textColor"];
        Returns:
        The textColor.
      • getTextColorBytes

        com.google.protobuf.ByteString getTextColorBytes()
        optional string text_color = 3 [json_name = "textColor"];
        Returns:
        The bytes for textColor.
      • getCtaIcon

        java.lang.String getCtaIcon()
        string cta_icon = 4 [json_name = "ctaIcon"];
        Returns:
        The ctaIcon.
      • getCtaIconBytes

        com.google.protobuf.ByteString getCtaIconBytes()
        string cta_icon = 4 [json_name = "ctaIcon"];
        Returns:
        The bytes for ctaIcon.
      • getCtaIconModeValue

        int getCtaIconModeValue()
        .streamlayer.interactive.CtaIconMode cta_icon_mode = 5 [json_name = "ctaIconMode"];
        Returns:
        The enum numeric value on the wire for ctaIconMode.
      • getCtaIconMode

        CtaIconMode getCtaIconMode()
        .streamlayer.interactive.CtaIconMode cta_icon_mode = 5 [json_name = "ctaIconMode"];
        Returns:
        The ctaIconMode.