public interface DaiAuthenticationKeyServiceInterface
DaiAuthenticationKey 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<DaiAuthenticationKey> |
createDaiAuthenticationKeys(List<DaiAuthenticationKey> daiAuthenticationKeys)
Creates new
DaiAuthenticationKey objects. |
DaiAuthenticationKeyPage |
getDaiAuthenticationKeysByStatement(Statement filterStatement)
Gets a
DaiAuthenticationKeyPage of DaiAuthenticationKey objects that satisfy
the given Statement.query. |
UpdateResult |
performDaiAuthenticationKeyAction(DaiAuthenticationKeyAction daiAuthenticationKeyAction,
Statement filterStatement)
Performs actions on
DaiAuthenticationKey objects that match the given Statement.query. |
List<DaiAuthenticationKey> |
updateDaiAuthenticationKeys(List<DaiAuthenticationKey> daiAuthenticationKeys)
Updates the specified
DaiAuthenticationKey objects. |
@RequestWrapper(localName="createDaiAuthenticationKeys", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.DaiAuthenticationKeyServiceInterfacecreateDaiAuthenticationKeys") @ResponseWrapper(localName="createDaiAuthenticationKeysResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.DaiAuthenticationKeyServiceInterfacecreateDaiAuthenticationKeysResponse") List<DaiAuthenticationKey> createDaiAuthenticationKeys(List<DaiAuthenticationKey> daiAuthenticationKeys) throws ApiException_Exception
DaiAuthenticationKey objects.
The following fields are required:
daiAuthenticationKeys - the DAI authentication keys to createdaiAuthenticationKeys - ApiException_Exception@RequestWrapper(localName="getDaiAuthenticationKeysByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.DaiAuthenticationKeyServiceInterfacegetDaiAuthenticationKeysByStatement") @ResponseWrapper(localName="getDaiAuthenticationKeysByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.DaiAuthenticationKeyServiceInterfacegetDaiAuthenticationKeysByStatementResponse") DaiAuthenticationKeyPage getDaiAuthenticationKeysByStatement(Statement filterStatement) throws ApiException_Exception
DaiAuthenticationKeyPage of DaiAuthenticationKey objects that satisfy
the given Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
DaiAuthenticationKey.id |
status |
DaiAuthenticationKey.status |
name |
DaiAuthenticationKey.name |
filterStatement - a Publisher Query Language statement to filter a list of DAI
authentication keysfilterStatement - ApiException_Exception@RequestWrapper(localName="performDaiAuthenticationKeyAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.DaiAuthenticationKeyServiceInterfaceperformDaiAuthenticationKeyAction") @ResponseWrapper(localName="performDaiAuthenticationKeyActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.DaiAuthenticationKeyServiceInterfaceperformDaiAuthenticationKeyActionResponse") UpdateResult performDaiAuthenticationKeyAction(DaiAuthenticationKeyAction daiAuthenticationKeyAction, Statement filterStatement) throws ApiException_Exception
DaiAuthenticationKey objects that match the given Statement.query.
DAI authentication keys cannot be deactivated if there are active LiveStreamEvents
or Content Sources that are using them.
daiAuthenticationKeyAction - the action to performfilterStatement - a Publisher Query Language statement used to filter a set of live stream
eventsfilterStatement - daiAuthenticationKeyAction - ApiException_Exception@RequestWrapper(localName="updateDaiAuthenticationKeys", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.DaiAuthenticationKeyServiceInterfaceupdateDaiAuthenticationKeys") @ResponseWrapper(localName="updateDaiAuthenticationKeysResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.DaiAuthenticationKeyServiceInterfaceupdateDaiAuthenticationKeysResponse") List<DaiAuthenticationKey> updateDaiAuthenticationKeys(List<DaiAuthenticationKey> daiAuthenticationKeys) throws ApiException_Exception
DaiAuthenticationKey objects.daiAuthenticationKeys - the video DAI authentication keys to updatedaiAuthenticationKeys - ApiException - if there is an error updating the DAI authentication keysApiException_ExceptionCopyright © 2018. All Rights Reserved.