Uses of Class
com.google.apps.card.v1.Card.CardAction
Packages that use Card.CardAction
-
Uses of Card.CardAction in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card.CardActionModifier and TypeMethodDescriptionCard.CardAction.Builder.build()
Card.CardAction.Builder.buildPartial()
Card.Builder.getCardActions
(int index) The card's actions.Card.getCardActions
(int index) The card's actions.CardOrBuilder.getCardActions
(int index) The card's actions.static Card.CardAction
Card.CardAction.getDefaultInstance()
Card.CardAction.Builder.getDefaultInstanceForType()
Card.CardAction.getDefaultInstanceForType()
static Card.CardAction
Card.CardAction.parseDelimitedFrom
(InputStream input) static Card.CardAction
Card.CardAction.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Card.CardAction
Card.CardAction.parseFrom
(byte[] data) static Card.CardAction
Card.CardAction.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Card.CardAction
Card.CardAction.parseFrom
(com.google.protobuf.ByteString data) static Card.CardAction
Card.CardAction.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Card.CardAction
Card.CardAction.parseFrom
(com.google.protobuf.CodedInputStream input) static Card.CardAction
Card.CardAction.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Card.CardAction
Card.CardAction.parseFrom
(InputStream input) static Card.CardAction
Card.CardAction.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Card.CardAction
Card.CardAction.parseFrom
(ByteBuffer data) static Card.CardAction
Card.CardAction.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type Card.CardActionModifier and TypeMethodDescriptionCard.Builder.getCardActionsList()
The card's actions.Card.getCardActionsList()
The card's actions.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.CardActionModifier and TypeMethodDescriptionCard.Builder.addCardActions
(int index, Card.CardAction value) The card's actions.Card.Builder.addCardActions
(Card.CardAction value) The card's actions.Card.CardAction.Builder.mergeFrom
(Card.CardAction other) static Card.CardAction.Builder
Card.CardAction.newBuilder
(Card.CardAction prototype) Card.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.CardActionModifier and TypeMethodDescriptionCard.Builder.addAllCardActions
(Iterable<? extends Card.CardAction> values) The card's actions.