abstract type LabelAction (v202408)
Represents the actions that can be performed on Label objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The LabelService allows for performing actions on Label objects, such as activating or deactivating them."],["LabelAction represents the specific actions that can be performed on labels, with ActivateLabels and DeactivateLabels being two examples."],["The service uses the namespace `https://www.google.com/apis/ads/publisher/v202408` for its operations."]]],["The core content details the `LabelService` and its capabilities, specifically outlining actions that can be executed on `Label` objects. The `performLabelAction()` method serves as the central function for enacting these actions. Two distinct actions are identified: `ActivateLabels` and `DeactivateLabels`. These actions allow for the manipulation of label states within the service. The service operates within the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"]]