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.CardAction
Card.CardAction.Builder. build()
Card.CardAction
Card.CardAction.Builder. buildPartial()
Card.CardAction
Card.Builder. getCardActions(int index)
The card's actions.Card.CardAction
Card. getCardActions(int index)
The card's actions.Card.CardAction
CardOrBuilder. getCardActions(int index)
The card's actions.static Card.CardAction
Card.CardAction. getDefaultInstance()
Card.CardAction
Card.CardAction.Builder. getDefaultInstanceForType()
Card.CardAction
Card.CardAction. getDefaultInstanceForType()
static Card.CardAction
Card.CardAction. parseDelimitedFrom(java.io.InputStream input)
static Card.CardAction
Card.CardAction. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static Card.CardAction
Card.CardAction. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Card.CardAction
Card.CardAction. parseFrom(java.nio.ByteBuffer data)
static Card.CardAction
Card.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.Builder
Card.Builder. addCardActions(int index, Card.CardAction value)
The card's actions.Card.Builder
Card.Builder. addCardActions(Card.CardAction value)
The card's actions.Card.CardAction.Builder
Card.CardAction.Builder. mergeFrom(Card.CardAction other)
static Card.CardAction.Builder
Card.CardAction. newBuilder(Card.CardAction prototype)
Card.Builder
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.CardAction Modifier and Type Method Description Card.Builder
Card.Builder. addAllCardActions(java.lang.Iterable<? extends Card.CardAction> values)
The card's actions.
-