Uses of Class
com.google.apps.card.v1.Card.Builder
Packages that use Card.Builder
-
Uses of Card.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card.BuilderModifier and TypeMethodDescriptionCard.Builder.addAllCardActions
(Iterable<? extends Card.CardAction> values) The card's actions.Card.Builder.addAllSections
(Iterable<? extends Card.Section> values) Contains a collection of widgets.Card.Builder.addCardActions
(int index, Card.CardAction value) The card's actions.Card.Builder.addCardActions
(int index, Card.CardAction.Builder builderForValue) The card's actions.Card.Builder.addCardActions
(Card.CardAction value) The card's actions.Card.Builder.addCardActions
(Card.CardAction.Builder builderForValue) The card's actions.Card.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Card.Builder.addSections
(int index, Card.Section value) Contains a collection of widgets.Card.Builder.addSections
(int index, Card.Section.Builder builderForValue) Contains a collection of widgets.Card.Builder.addSections
(Card.Section value) Contains a collection of widgets.Card.Builder.addSections
(Card.Section.Builder builderForValue) Contains a collection of widgets.Card.Builder.clear()
Card.Builder.clearCardActions()
The card's actions.Card.Builder.clearDisplayStyle()
In Google Workspace Add-ons, sets the display properties of the `peekCardHeader`.Card.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Card.Builder.clearFixedFooter()
The fixed footer shown at the bottom of this card.Card.Builder.clearHeader()
The header of the card.Card.Builder.clearName()
Name of the card.Card.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Card.Builder.clearPeekCardHeader()
When displaying contextual content, the peek card header acts as a placeholder so that the user can navigate forward between the homepage cards and the contextual cards.Card.Builder.clearSectionDividerStyle()
The divider style between sections.Card.Builder.clearSections()
Contains a collection of widgets.Card.Builder.clone()
OnClick.Builder.getCardBuilder()
A new card is pushed to the card stack after clicking if specified.Card.Builder.mergeFixedFooter
(Card.CardFixedFooter value) The fixed footer shown at the bottom of this card.Card.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Card.Builder.mergeFrom
(com.google.protobuf.Message other) Card.Builder.mergeHeader
(Card.CardHeader value) The header of the card.Card.Builder.mergePeekCardHeader
(Card.CardHeader value) When displaying contextual content, the peek card header acts as a placeholder so that the user can navigate forward between the homepage cards and the contextual cards.final Card.Builder
Card.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Card.Builder
Card.newBuilder()
static Card.Builder
Card.newBuilder
(Card prototype) Card.newBuilderForType()
protected Card.Builder
Card.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Card.Builder.removeCardActions
(int index) The card's actions.Card.Builder.removeSections
(int index) Contains a collection of widgets.Card.Builder.setCardActions
(int index, Card.CardAction value) The card's actions.Card.Builder.setCardActions
(int index, Card.CardAction.Builder builderForValue) The card's actions.Card.Builder.setDisplayStyle
(Card.DisplayStyle value) In Google Workspace Add-ons, sets the display properties of the `peekCardHeader`.Card.Builder.setDisplayStyleValue
(int value) In Google Workspace Add-ons, sets the display properties of the `peekCardHeader`.Card.Builder.setFixedFooter
(Card.CardFixedFooter value) The fixed footer shown at the bottom of this card.Card.Builder.setFixedFooter
(Card.CardFixedFooter.Builder builderForValue) The fixed footer shown at the bottom of this card.Card.Builder.setHeader
(Card.CardHeader value) The header of the card.Card.Builder.setHeader
(Card.CardHeader.Builder builderForValue) The header of the card.Name of the card.Card.Builder.setNameBytes
(com.google.protobuf.ByteString value) Name of the card.Card.Builder.setPeekCardHeader
(Card.CardHeader value) When displaying contextual content, the peek card header acts as a placeholder so that the user can navigate forward between the homepage cards and the contextual cards.Card.Builder.setPeekCardHeader
(Card.CardHeader.Builder builderForValue) When displaying contextual content, the peek card header acts as a placeholder so that the user can navigate forward between the homepage cards and the contextual cards.Card.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Card.Builder.setSectionDividerStyle
(Card.DividerStyle value) The divider style between sections.Card.Builder.setSectionDividerStyleValue
(int value) The divider style between sections.Card.Builder.setSections
(int index, Card.Section value) Contains a collection of widgets.Card.Builder.setSections
(int index, Card.Section.Builder builderForValue) Contains a collection of widgets.final Card.Builder
Card.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Card.toBuilder()
Methods in com.google.apps.card.v1 with parameters of type Card.BuilderModifier and TypeMethodDescriptionOnClick.Builder.setCard
(Card.Builder builderForValue) A new card is pushed to the card stack after clicking if specified.