Uses of Class
com.google.apps.card.v1.OnClick.Builder
Packages that use OnClick.Builder
-
Uses of OnClick.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return OnClick.BuilderModifier and TypeMethodDescriptionOnClick.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnClick.Builder.clear()
OnClick.Builder.clearAction()
If specified, an action is triggered by this `onClick`.OnClick.Builder.clearCard()
A new card is pushed to the card stack after clicking if specified.OnClick.Builder.clearData()
OnClick.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) OnClick.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) OnClick.Builder.clearOpenDynamicLinkAction()
An add-on triggers this action when the action needs to open a link.OnClick.Builder.clearOpenLink()
If specified, this `onClick` triggers an open link action.OnClick.Builder.clone()
Button.Builder.getOnClickBuilder()
Required.Card.CardAction.Builder.getOnClickBuilder()
The `onClick` action for this action item.DecoratedText.Builder.getOnClickBuilder()
This action is triggered when users click `topLabel` or `bottomLabel`.Grid.Builder.getOnClickBuilder()
This callback is reused by each individual grid item, but with the item's identifier and index in the items list added to the callback's parameters.Image.Builder.getOnClickBuilder()
When a user clicks the image, the click triggers this action.OnClick.Builder.mergeAction
(Action value) If specified, an action is triggered by this `onClick`.A new card is pushed to the card stack after clicking if specified.OnClick.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnClick.Builder.mergeFrom
(com.google.protobuf.Message other) OnClick.Builder.mergeOpenDynamicLinkAction
(Action value) An add-on triggers this action when the action needs to open a link.OnClick.Builder.mergeOpenLink
(OpenLink value) If specified, this `onClick` triggers an open link action.final OnClick.Builder
OnClick.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static OnClick.Builder
OnClick.newBuilder()
static OnClick.Builder
OnClick.newBuilder
(OnClick prototype) OnClick.newBuilderForType()
protected OnClick.Builder
OnClick.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) If specified, an action is triggered by this `onClick`.OnClick.Builder.setAction
(Action.Builder builderForValue) If specified, an action is triggered by this `onClick`.A new card is pushed to the card stack after clicking if specified.OnClick.Builder.setCard
(Card.Builder builderForValue) A new card is pushed to the card stack after clicking if specified.OnClick.Builder.setOpenDynamicLinkAction
(Action value) An add-on triggers this action when the action needs to open a link.OnClick.Builder.setOpenDynamicLinkAction
(Action.Builder builderForValue) An add-on triggers this action when the action needs to open a link.OnClick.Builder.setOpenLink
(OpenLink value) If specified, this `onClick` triggers an open link action.OnClick.Builder.setOpenLink
(OpenLink.Builder builderForValue) If specified, this `onClick` triggers an open link action.OnClick.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final OnClick.Builder
OnClick.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OnClick.toBuilder()
Methods in com.google.apps.card.v1 with parameters of type OnClick.BuilderModifier and TypeMethodDescriptionButton.Builder.setOnClick
(OnClick.Builder builderForValue) Required.Card.CardAction.Builder.setOnClick
(OnClick.Builder builderForValue) The `onClick` action for this action item.DecoratedText.Builder.setOnClick
(OnClick.Builder builderForValue) This action is triggered when users click `topLabel` or `bottomLabel`.Grid.Builder.setOnClick
(OnClick.Builder builderForValue) This callback is reused by each individual grid item, but with the item's identifier and index in the items list added to the callback's parameters.Image.Builder.setOnClick
(OnClick.Builder builderForValue) When a user clicks the image, the click triggers this action.