Uses of Class
com.google.apps.card.v1.Card.CardAction.Builder
Packages that use Card.CardAction.Builder
-
Uses of Card.CardAction.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card.CardAction.BuilderModifier and TypeMethodDescriptionCard.Builder.addCardActionsBuilder()The card's actions.Card.Builder.addCardActionsBuilder(int index) The card's actions.Card.CardAction.Builder.clear()Card.CardAction.Builder.clearActionLabel()The label that displays as the action menu item.Card.CardAction.Builder.clearOnClick()The `onClick` action for this action item.Card.Builder.getCardActionsBuilder(int index) The card's actions.Card.CardAction.Builder.mergeFrom(Card.CardAction other) Card.CardAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Card.CardAction.Builder.mergeFrom(com.google.protobuf.Message other) Card.CardAction.Builder.mergeOnClick(OnClick value) The `onClick` action for this action item.static Card.CardAction.BuilderCard.CardAction.newBuilder()static Card.CardAction.BuilderCard.CardAction.newBuilder(Card.CardAction prototype) Card.CardAction.newBuilderForType()protected Card.CardAction.BuilderCard.CardAction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Card.CardAction.Builder.setActionLabel(String value) The label that displays as the action menu item.Card.CardAction.Builder.setActionLabelBytes(com.google.protobuf.ByteString value) The label that displays as the action menu item.Card.CardAction.Builder.setOnClick(OnClick value) The `onClick` action for this action item.Card.CardAction.Builder.setOnClick(OnClick.Builder builderForValue) The `onClick` action for this action item.Card.CardAction.toBuilder()Methods in com.google.apps.card.v1 that return types with arguments of type Card.CardAction.BuilderMethods in com.google.apps.card.v1 with parameters of type Card.CardAction.BuilderModifier and TypeMethodDescriptionCard.Builder.addCardActions(int index, Card.CardAction.Builder builderForValue) The card's actions.Card.Builder.addCardActions(Card.CardAction.Builder builderForValue) The card's actions.Card.Builder.setCardActions(int index, Card.CardAction.Builder builderForValue) The card's actions.