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 getLabel()
      string label = 1 [json_name = "label"];
      com.google.protobuf.ByteString getLabelBytes()
      string label = 1 [json_name = "label"];
      • 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.