Uses of Class
com.google.apps.card.v1.Card.CardAction
-
Packages that use Card.CardAction Package Description com.google.apps.card.v1 -
-
Uses of Card.CardAction in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card.CardAction Modifier and Type Method Description Card.CardActionCard.CardAction.Builder. build()Card.CardActionCard.CardAction.Builder. buildPartial()Card.CardActionCard.Builder. getCardActions(int index)The card's actions.Card.CardActionCard. getCardActions(int index)The card's actions.Card.CardActionCardOrBuilder. getCardActions(int index)The card's actions.static Card.CardActionCard.CardAction. getDefaultInstance()Card.CardActionCard.CardAction.Builder. getDefaultInstanceForType()Card.CardActionCard.CardAction. getDefaultInstanceForType()static Card.CardActionCard.CardAction. parseDelimitedFrom(java.io.InputStream input)static Card.CardActionCard.CardAction. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Card.CardActionCard.CardAction. parseFrom(byte[] data)static Card.CardActionCard.CardAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Card.CardActionCard.CardAction. parseFrom(com.google.protobuf.ByteString data)static Card.CardActionCard.CardAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Card.CardActionCard.CardAction. parseFrom(com.google.protobuf.CodedInputStream input)static Card.CardActionCard.CardAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Card.CardActionCard.CardAction. parseFrom(java.io.InputStream input)static Card.CardActionCard.CardAction. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Card.CardActionCard.CardAction. parseFrom(java.nio.ByteBuffer data)static Card.CardActionCard.CardAction. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.apps.card.v1 that return types with arguments of type Card.CardAction Modifier and Type Method Description java.util.List<Card.CardAction>Card.Builder. getCardActionsList()The card's actions.java.util.List<Card.CardAction>Card. getCardActionsList()The card's actions.java.util.List<Card.CardAction>CardOrBuilder. getCardActionsList()The card's actions.com.google.protobuf.Parser<Card.CardAction>Card.CardAction. getParserForType()static com.google.protobuf.Parser<Card.CardAction>Card.CardAction. parser()Methods in com.google.apps.card.v1 with parameters of type Card.CardAction Modifier and Type Method Description Card.BuilderCard.Builder. addCardActions(int index, Card.CardAction value)The card's actions.Card.BuilderCard.Builder. addCardActions(Card.CardAction value)The card's actions.Card.CardAction.BuilderCard.CardAction.Builder. mergeFrom(Card.CardAction other)static Card.CardAction.BuilderCard.CardAction. newBuilder(Card.CardAction prototype)Card.BuilderCard.Builder. setCardActions(int index, Card.CardAction value)The card's actions.Method parameters in com.google.apps.card.v1 with type arguments of type Card.CardAction Modifier and Type Method Description Card.BuilderCard.Builder. addAllCardActions(java.lang.Iterable<? extends Card.CardAction> values)The card's actions.
-