Uses of Class
com.google.apps.card.v1.Button
Packages that use Button
-
Uses of Button in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return ButtonModifier and TypeMethodDescriptionButton.Builder.build()
Button.Builder.buildPartial()
DecoratedText.Builder.getButton()
A button that a user can click to trigger an action.DecoratedText.getButton()
A button that a user can click to trigger an action.DecoratedTextOrBuilder.getButton()
A button that a user can click to trigger an action.ButtonList.Builder.getButtons
(int index) An array of buttons.ButtonList.getButtons
(int index) An array of buttons.ButtonListOrBuilder.getButtons
(int index) An array of buttons.static Button
Button.getDefaultInstance()
Button.Builder.getDefaultInstanceForType()
Button.getDefaultInstanceForType()
Card.CardFixedFooter.Builder.getPrimaryButton()
The primary button of the fixed footer.Card.CardFixedFooter.getPrimaryButton()
The primary button of the fixed footer.Card.CardFixedFooterOrBuilder.getPrimaryButton()
The primary button of the fixed footer.Card.CardFixedFooter.Builder.getSecondaryButton()
The secondary button of the fixed footer.Card.CardFixedFooter.getSecondaryButton()
The secondary button of the fixed footer.Card.CardFixedFooterOrBuilder.getSecondaryButton()
The secondary button of the fixed footer.static Button
Button.parseDelimitedFrom
(InputStream input) static Button
Button.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Button
Button.parseFrom
(byte[] data) static Button
Button.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Button
Button.parseFrom
(com.google.protobuf.ByteString data) static Button
Button.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Button
Button.parseFrom
(com.google.protobuf.CodedInputStream input) static Button
Button.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Button
Button.parseFrom
(InputStream input) static Button
Button.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Button
Button.parseFrom
(ByteBuffer data) static Button
Button.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type ButtonModifier and TypeMethodDescriptionButtonList.Builder.getButtonsList()
An array of buttons.ButtonList.getButtonsList()
An array of buttons.ButtonListOrBuilder.getButtonsList()
An array of buttons.com.google.protobuf.Parser
<Button> Button.getParserForType()
static com.google.protobuf.Parser
<Button> Button.parser()
Methods in com.google.apps.card.v1 with parameters of type ButtonModifier and TypeMethodDescriptionButtonList.Builder.addButtons
(int index, Button value) An array of buttons.ButtonList.Builder.addButtons
(Button value) An array of buttons.DecoratedText.Builder.mergeButton
(Button value) A button that a user can click to trigger an action.Card.CardFixedFooter.Builder.mergePrimaryButton
(Button value) The primary button of the fixed footer.Card.CardFixedFooter.Builder.mergeSecondaryButton
(Button value) The secondary button of the fixed footer.static Button.Builder
Button.newBuilder
(Button prototype) A button that a user can click to trigger an action.ButtonList.Builder.setButtons
(int index, Button value) An array of buttons.Card.CardFixedFooter.Builder.setPrimaryButton
(Button value) The primary button of the fixed footer.Card.CardFixedFooter.Builder.setSecondaryButton
(Button value) The secondary button of the fixed footer.Method parameters in com.google.apps.card.v1 with type arguments of type ButtonModifier and TypeMethodDescriptionButtonList.Builder.addAllButtons
(Iterable<? extends Button> values) An array of buttons.