Uses of Interface
com.google.apps.card.v1.Card.SectionOrBuilder
-
Packages that use Card.SectionOrBuilder Package Description com.google.apps.card.v1 -
-
Uses of Card.SectionOrBuilder in com.google.apps.card.v1
Classes in com.google.apps.card.v1 that implement Card.SectionOrBuilder Modifier and Type Class Description static class
Card.Section
A section contains a collection of widgets that are rendered vertically in the order that they're specified.static class
Card.Section.Builder
A section contains a collection of widgets that are rendered vertically in the order that they're specified.Methods in com.google.apps.card.v1 that return Card.SectionOrBuilder Modifier and Type Method Description Card.SectionOrBuilder
Card.Builder. getSectionsOrBuilder(int index)
Contains a collection of widgets.Card.SectionOrBuilder
Card. getSectionsOrBuilder(int index)
Contains a collection of widgets.Card.SectionOrBuilder
CardOrBuilder. getSectionsOrBuilder(int index)
Contains a collection of widgets.Methods in com.google.apps.card.v1 that return types with arguments of type Card.SectionOrBuilder Modifier and Type Method Description java.util.List<? extends Card.SectionOrBuilder>
Card.Builder. getSectionsOrBuilderList()
Contains a collection of widgets.java.util.List<? extends Card.SectionOrBuilder>
Card. getSectionsOrBuilderList()
Contains a collection of widgets.java.util.List<? extends Card.SectionOrBuilder>
CardOrBuilder. getSectionsOrBuilderList()
Contains a collection of widgets.
-