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
Subclasses with type arguments of type Card.CardAction.Builder in com.google.apps.card.v1Modifier and TypeClassDescriptionstatic final classA card action is the action associated with the card.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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Card.CardAction.Builder.clear()Card.CardAction.Builder.clearActionLabel()The label that displays as the action menu item.Card.CardAction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Card.CardAction.Builder.clearOnClick()The `onClick` action for this action item.Card.CardAction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Card.CardAction.Builder.clone()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.final Card.CardAction.BuilderCard.CardAction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.GeneratedMessageV3.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.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Card.CardAction.BuilderCard.CardAction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.