Uses of Class
com.google.apps.card.v1.OnClick
Packages that use OnClick
-
Uses of OnClick in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return OnClickModifier and TypeMethodDescriptionOnClick.Builder.build()OnClick.Builder.buildPartial()static OnClickOnClick.getDefaultInstance()OnClick.Builder.getDefaultInstanceForType()OnClick.getDefaultInstanceForType()Button.Builder.getOnClick()Required.Button.getOnClick()Required.ButtonOrBuilder.getOnClick()Required.Card.CardAction.Builder.getOnClick()The `onClick` action for this action item.Card.CardAction.getOnClick()The `onClick` action for this action item.Card.CardActionOrBuilder.getOnClick()The `onClick` action for this action item.DecoratedText.Builder.getOnClick()This action is triggered when users click `topLabel` or `bottomLabel`.DecoratedText.getOnClick()This action is triggered when users click `topLabel` or `bottomLabel`.DecoratedTextOrBuilder.getOnClick()This action is triggered when users click `topLabel` or `bottomLabel`.Grid.Builder.getOnClick()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.Grid.getOnClick()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.GridOrBuilder.getOnClick()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.getOnClick()When a user clicks the image, the click triggers this action.Image.getOnClick()When a user clicks the image, the click triggers this action.ImageOrBuilder.getOnClick()When a user clicks the image, the click triggers this action.static OnClickOnClick.parseDelimitedFrom(InputStream input) static OnClickOnClick.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnClickOnClick.parseFrom(byte[] data) static OnClickOnClick.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnClickOnClick.parseFrom(com.google.protobuf.ByteString data) static OnClickOnClick.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnClickOnClick.parseFrom(com.google.protobuf.CodedInputStream input) static OnClickOnClick.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnClickOnClick.parseFrom(InputStream input) static OnClickOnClick.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnClickOnClick.parseFrom(ByteBuffer data) static OnClickOnClick.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type OnClickModifier and TypeMethodDescriptioncom.google.protobuf.Parser<OnClick>OnClick.getParserForType()static com.google.protobuf.Parser<OnClick>OnClick.parser()Methods in com.google.apps.card.v1 with parameters of type OnClickModifier and TypeMethodDescriptionButton.Builder.mergeOnClick(OnClick value) Required.Card.CardAction.Builder.mergeOnClick(OnClick value) The `onClick` action for this action item.DecoratedText.Builder.mergeOnClick(OnClick value) This action is triggered when users click `topLabel` or `bottomLabel`.Grid.Builder.mergeOnClick(OnClick value) 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.mergeOnClick(OnClick value) When a user clicks the image, the click triggers this action.static OnClick.BuilderOnClick.newBuilder(OnClick prototype) Button.Builder.setOnClick(OnClick value) Required.Card.CardAction.Builder.setOnClick(OnClick value) The `onClick` action for this action item.DecoratedText.Builder.setOnClick(OnClick value) This action is triggered when users click `topLabel` or `bottomLabel`.Grid.Builder.setOnClick(OnClick value) 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 value) When a user clicks the image, the click triggers this action.