Uses of Class
com.google.apps.card.v1.Button.Builder
Packages that use Button.Builder
-
Uses of Button.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Button.BuilderModifier and TypeMethodDescriptionButtonList.Builder.addButtonsBuilder()
An array of buttons.ButtonList.Builder.addButtonsBuilder
(int index) An array of buttons.Button.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Button.Builder.clear()
Button.Builder.clearAltText()
The alternative text that's used for accessibility.Button.Builder.clearColor()
If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.Button.Builder.clearDisabled()
If `true`, the button is displayed in an inactive state and doesn't respond to user actions.Button.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Button.Builder.clearIcon()
The icon image.Button.Builder.clearOnClick()
Required.Button.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Button.Builder.clearText()
The text displayed inside the button.Button.Builder.clone()
DecoratedText.Builder.getButtonBuilder()
A button that a user can click to trigger an action.ButtonList.Builder.getButtonsBuilder
(int index) An array of buttons.Card.CardFixedFooter.Builder.getPrimaryButtonBuilder()
The primary button of the fixed footer.Card.CardFixedFooter.Builder.getSecondaryButtonBuilder()
The secondary button of the fixed footer.Button.Builder.mergeColor
(Color value) If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.Button.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Button.Builder.mergeFrom
(com.google.protobuf.Message other) The icon image.Button.Builder.mergeOnClick
(OnClick value) Required.final Button.Builder
Button.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Button.Builder
Button.newBuilder()
static Button.Builder
Button.newBuilder
(Button prototype) Button.newBuilderForType()
protected Button.Builder
Button.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Button.Builder.setAltText
(String value) The alternative text that's used for accessibility.Button.Builder.setAltTextBytes
(com.google.protobuf.ByteString value) The alternative text that's used for accessibility.If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.Button.Builder.setColor
(Color.Builder builderForValue) If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.Button.Builder.setDisabled
(boolean value) If `true`, the button is displayed in an inactive state and doesn't respond to user actions.The icon image.Button.Builder.setIcon
(Icon.Builder builderForValue) The icon image.Button.Builder.setOnClick
(OnClick value) Required.Button.Builder.setOnClick
(OnClick.Builder builderForValue) Required.Button.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The text displayed inside the button.Button.Builder.setTextBytes
(com.google.protobuf.ByteString value) The text displayed inside the button.final Button.Builder
Button.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Button.toBuilder()
Methods in com.google.apps.card.v1 that return types with arguments of type Button.BuilderModifier and TypeMethodDescriptionButtonList.Builder.getButtonsBuilderList()
An array of buttons.Methods in com.google.apps.card.v1 with parameters of type Button.BuilderModifier and TypeMethodDescriptionButtonList.Builder.addButtons
(int index, Button.Builder builderForValue) An array of buttons.ButtonList.Builder.addButtons
(Button.Builder builderForValue) An array of buttons.DecoratedText.Builder.setButton
(Button.Builder builderForValue) A button that a user can click to trigger an action.ButtonList.Builder.setButtons
(int index, Button.Builder builderForValue) An array of buttons.Card.CardFixedFooter.Builder.setPrimaryButton
(Button.Builder builderForValue) The primary button of the fixed footer.Card.CardFixedFooter.Builder.setSecondaryButton
(Button.Builder builderForValue) The secondary button of the fixed footer.