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.StringgetColor()string color = 2 [json_name = "color"];com.google.protobuf.ByteStringgetColorBytes()string color = 2 [json_name = "color"];java.lang.StringgetLabel()string label = 1 [json_name = "label"];com.google.protobuf.ByteStringgetLabelBytes()string label = 1 [json_name = "label"];
-
-
-
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.
-
-