Uses of Class
com.google.apps.card.v1.Card
-
Packages that use Card Package Description com.google.apps.card.v1 -
-
Uses of Card in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card Modifier and Type Method Description Card
Card.Builder. build()
Card
Card.Builder. buildPartial()
Card
OnClick.Builder. getCard()
A new card is pushed to the card stack after clicking if specified.Card
OnClick. getCard()
A new card is pushed to the card stack after clicking if specified.Card
OnClickOrBuilder. getCard()
A new card is pushed to the card stack after clicking if specified.static Card
Card. getDefaultInstance()
Card
Card.Builder. getDefaultInstanceForType()
Card
Card. getDefaultInstanceForType()
static Card
Card. parseDelimitedFrom(java.io.InputStream input)
static Card
Card. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Card
Card. parseFrom(byte[] data)
static Card
Card. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Card
Card. parseFrom(com.google.protobuf.ByteString data)
static Card
Card. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Card
Card. parseFrom(com.google.protobuf.CodedInputStream input)
static Card
Card. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Card
Card. parseFrom(java.io.InputStream input)
static Card
Card. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Card
Card. parseFrom(java.nio.ByteBuffer data)
static Card
Card. 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 Modifier and Type Method Description com.google.protobuf.Parser<Card>
Card. getParserForType()
static com.google.protobuf.Parser<Card>
Card. parser()
Methods in com.google.apps.card.v1 with parameters of type Card Modifier and Type Method Description OnClick.Builder
OnClick.Builder. mergeCard(Card value)
A new card is pushed to the card stack after clicking if specified.Card.Builder
Card.Builder. mergeFrom(Card other)
static Card.Builder
Card. newBuilder(Card prototype)
OnClick.Builder
OnClick.Builder. setCard(Card value)
A new card is pushed to the card stack after clicking if specified.
-