public interface CdnConfigurationServiceInterface
CdnConfiguration objects.
This class was generated by the JAX-WS RI.
JAX-WS RI 2.2.9-b130926.1035
Generated source version: 2.1| Modifier and Type | Method and Description |
|---|---|
List<CdnConfiguration> |
createCdnConfigurations(List<CdnConfiguration> cdnConfigurations)
Creates new
CdnConfiguration objects. |
CdnConfigurationPage |
getCdnConfigurationsByStatement(Statement statement)
|
List<CdnConfiguration> |
updateCdnConfigurations(List<CdnConfiguration> cdnConfigurations)
Updates the specified
CdnConfiguration objects. |
@RequestWrapper(localName="createCdnConfigurations", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.CdnConfigurationServiceInterfacecreateCdnConfigurations") @ResponseWrapper(localName="createCdnConfigurationsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.CdnConfigurationServiceInterfacecreateCdnConfigurationsResponse") List<CdnConfiguration> createCdnConfigurations(List<CdnConfiguration> cdnConfigurations) throws ApiException_Exception
CdnConfiguration objects.cdnConfigurations - ApiException_Exception@RequestWrapper(localName="getCdnConfigurationsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.CdnConfigurationServiceInterfacegetCdnConfigurationsByStatement") @ResponseWrapper(localName="getCdnConfigurationsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.CdnConfigurationServiceInterfacegetCdnConfigurationsByStatementResponse") CdnConfigurationPage getCdnConfigurationsByStatement(Statement statement) throws ApiException_Exception
CdnConfigurationPage of CdnConfiguration objects that satisfy the given
Statement.query. Currently only CDN Configurations of type CdnConfigurationType.LIVE_STREAM_SOURCE_CONTENT will be returned. The following fields are
supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CdnConfiguration.id |
name |
CdnConfiguration.name |
statement - ApiException_Exception@RequestWrapper(localName="updateCdnConfigurations", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.CdnConfigurationServiceInterfaceupdateCdnConfigurations") @ResponseWrapper(localName="updateCdnConfigurationsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.CdnConfigurationServiceInterfaceupdateCdnConfigurationsResponse") List<CdnConfiguration> updateCdnConfigurations(List<CdnConfiguration> cdnConfigurations) throws ApiException_Exception
CdnConfiguration objects.cdnConfigurations - ApiException_ExceptionCopyright © 2018. All Rights Reserved.