Uses of Interface
com.google.apps.card.v1.Card.CardActionOrBuilder
-
Packages that use Card.CardActionOrBuilder Package Description com.google.apps.card.v1 -
-
Uses of Card.CardActionOrBuilder in com.google.apps.card.v1
Classes in com.google.apps.card.v1 that implement Card.CardActionOrBuilder Modifier and Type Class Description static class
Card.CardAction
A card action is the action associated with the card.static class
Card.CardAction.Builder
A card action is the action associated with the card.Methods in com.google.apps.card.v1 that return Card.CardActionOrBuilder Modifier and Type Method Description Card.CardActionOrBuilder
Card.Builder. getCardActionsOrBuilder(int index)
The card's actions.Card.CardActionOrBuilder
Card. getCardActionsOrBuilder(int index)
The card's actions.Card.CardActionOrBuilder
CardOrBuilder. getCardActionsOrBuilder(int index)
The card's actions.Methods in com.google.apps.card.v1 that return types with arguments of type Card.CardActionOrBuilder Modifier and Type Method Description java.util.List<? extends Card.CardActionOrBuilder>
Card.Builder. getCardActionsOrBuilderList()
The card's actions.java.util.List<? extends Card.CardActionOrBuilder>
Card. getCardActionsOrBuilderList()
The card's actions.java.util.List<? extends Card.CardActionOrBuilder>
CardOrBuilder. getCardActionsOrBuilderList()
The card's actions.
-