abstract type CdnConfigurationAction (v202408)
Service
CdnConfigurationService
Represents the actions that can be performed on CdnConfiguration 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 `CdnConfigurationService` allows for performing actions, like activating or archiving, on CDN configurations."],["`CdnConfigurationAction` represents the different operations that can be applied to `CdnConfiguration` objects."],["Available actions include `ActivateCdnConfigurations` and `ArchiveCdnConfigurations`, enabling CDN configuration management."],["The service and its related objects reside within the namespace `https://www.google.com/apis/ads/publisher/v202408`."]]],["The `CdnConfigurationService` allows actions on `CdnConfiguration` objects. It has a `performCdnConfigurationAction()` dependency, which utilizes the base `CdnConfigurationAction` class. Two specific actions can be performed: `ActivateCdnConfigurations` and `ArchiveCdnConfigurations`. These actions are defined within the namespace `https://www.google.com/apis/ads/publisher/v202408`, managing how content delivery networks (CDNs) are configured within the system.\n"]]