Ads API .NET library
|
Provides methods for creating, updating and retrieving DaiAuthenticationKey objects. More...
Provides methods for creating, updating and retrieving DaiAuthenticationKey objects.
|
inline |
Creates a new instance of the DaiAuthenticationKeyService class.
|
inline |
Creates a new instance of the DaiAuthenticationKeyService class.
|
inline |
Creates a new instance of the DaiAuthenticationKeyService class.
|
inline |
Creates a new instance of the DaiAuthenticationKeyService class.
|
inline |
Creates a new instance of the DaiAuthenticationKeyService class.
|
inlinevirtual |
Creates new DaiAuthenticationKey objects.
The following fields are required:
daiAuthenticationKeys | the DAI authentication keys to create |
Implements Google.Api.Ads.AdManager.v202108.IDaiAuthenticationKeyService.
|
inlinevirtual |
|
inlinevirtual |
Gets a 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 keys |
Implements Google.Api.Ads.AdManager.v202108.DaiAuthenticationKeyServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Performs actions on 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 perform |
filterStatement | a Publisher Query Language statement used to filter a set of live stream events |
Implements Google.Api.Ads.AdManager.v202108.DaiAuthenticationKeyServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Updates the specified DaiAuthenticationKey objects.
daiAuthenticationKeys | the video DAI authentication keys to update |
ApiException | if there is an error updating the DAI authentication keys |
Implements Google.Api.Ads.AdManager.v202108.IDaiAuthenticationKeyService.
|
inlinevirtual |