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.CollapseControl.Builder.getCollapseButton()Optional.CollapseControl.getCollapseButton()Optional.CollapseControlOrBuilder.getCollapseButton()Optional.static ButtonButton.getDefaultInstance()Button.Builder.getDefaultInstanceForType()Button.getDefaultInstanceForType()CollapseControl.Builder.getExpandButton()Optional.CollapseControl.getExpandButton()Optional.CollapseControlOrBuilder.getExpandButton()Optional.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 ButtonButton.parseDelimitedFrom(InputStream input) static ButtonButton.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ButtonButton.parseFrom(byte[] data) static ButtonButton.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ButtonButton.parseFrom(com.google.protobuf.ByteString data) static ButtonButton.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ButtonButton.parseFrom(com.google.protobuf.CodedInputStream input) static ButtonButton.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ButtonButton.parseFrom(InputStream input) static ButtonButton.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ButtonButton.parseFrom(ByteBuffer data) static ButtonButton.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.CollapseControl.Builder.mergeCollapseButton(Button value) Optional.CollapseControl.Builder.mergeExpandButton(Button value) Optional.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.BuilderButton.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.CollapseControl.Builder.setCollapseButton(Button value) Optional.CollapseControl.Builder.setExpandButton(Button value) Optional.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.