Uses of Class
com.google.apps.card.v1.Card.Section.Builder
Packages that use Card.Section.Builder
-
Uses of Card.Section.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card.Section.BuilderModifier and TypeMethodDescriptionCard.Section.Builder.addAllWidgets
(Iterable<? extends Widget> values) All the widgets in the section.Card.Section.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Card.Builder.addSectionsBuilder()
Contains a collection of widgets.Card.Builder.addSectionsBuilder
(int index) Contains a collection of widgets.Card.Section.Builder.addWidgets
(int index, Widget value) All the widgets in the section.Card.Section.Builder.addWidgets
(int index, Widget.Builder builderForValue) All the widgets in the section.Card.Section.Builder.addWidgets
(Widget value) All the widgets in the section.Card.Section.Builder.addWidgets
(Widget.Builder builderForValue) All the widgets in the section.Card.Section.Builder.clear()
Card.Section.Builder.clearCollapsible()
Indicates whether this section is collapsible.Card.Section.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Card.Section.Builder.clearHeader()
Text that appears at the top of a section.Card.Section.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Card.Section.Builder.clearUncollapsibleWidgetsCount()
The number of uncollapsible widgets which remain visible even when a section is collapsed.Card.Section.Builder.clearWidgets()
All the widgets in the section.Card.Section.Builder.clone()
Card.Builder.getSectionsBuilder
(int index) Contains a collection of widgets.Card.Section.Builder.mergeFrom
(Card.Section other) Card.Section.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Card.Section.Builder.mergeFrom
(com.google.protobuf.Message other) final Card.Section.Builder
Card.Section.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Card.Section.Builder
Card.Section.newBuilder()
static Card.Section.Builder
Card.Section.newBuilder
(Card.Section prototype) Card.Section.newBuilderForType()
protected Card.Section.Builder
Card.Section.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Card.Section.Builder.removeWidgets
(int index) All the widgets in the section.Card.Section.Builder.setCollapsible
(boolean value) Indicates whether this section is collapsible.Text that appears at the top of a section.Card.Section.Builder.setHeaderBytes
(com.google.protobuf.ByteString value) Text that appears at the top of a section.Card.Section.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Card.Section.Builder.setUncollapsibleWidgetsCount
(int value) The number of uncollapsible widgets which remain visible even when a section is collapsed.final Card.Section.Builder
Card.Section.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Card.Section.Builder.setWidgets
(int index, Widget value) All the widgets in the section.Card.Section.Builder.setWidgets
(int index, Widget.Builder builderForValue) All the widgets in the section.Card.Section.toBuilder()
Methods in com.google.apps.card.v1 that return types with arguments of type Card.Section.BuilderModifier and TypeMethodDescriptionCard.Builder.getSectionsBuilderList()
Contains a collection of widgets.Methods in com.google.apps.card.v1 with parameters of type Card.Section.BuilderModifier and TypeMethodDescriptionCard.Builder.addSections
(int index, Card.Section.Builder builderForValue) Contains a collection of widgets.Card.Builder.addSections
(Card.Section.Builder builderForValue) Contains a collection of widgets.Card.Builder.setSections
(int index, Card.Section.Builder builderForValue) Contains a collection of widgets.