Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
Google_Service_AdExchangeBuyer_PretargetingConfig_Resource Class Reference

The "pretargetingConfig" collection of methods. More...

Inheritance diagram for Google_Service_AdExchangeBuyer_PretargetingConfig_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 delete ($accountId, $configId, $optParams=array())
 Deletes an existing pretargeting config.
 
 get ($accountId, $configId, $optParams=array())
 Gets a specific pretargeting configuration (pretargetingConfig.get)
 
 insert ($accountId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams=array())
 Inserts a new pretargeting configuration.
 
 listPretargetingConfig ($accountId, $optParams=array())
 Retrieves a list of the authenticated user's pretargeting configurations.
 
 patch ($accountId, $configId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams=array())
 Updates an existing pretargeting config.
 
 update ($accountId, $configId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams=array())
 Updates an existing pretargeting config.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "pretargetingConfig" collection of methods.

Typical usage is: $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); $pretargetingConfig = $adexchangebuyerService->pretargetingConfig;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ delete()

Google_Service_AdExchangeBuyer_PretargetingConfig_Resource::delete ( $accountId,
$configId,
$optParams = array() )

Deletes an existing pretargeting config.

(pretargetingConfig.delete)

Parameters
string$accountIdThe account id to delete the pretargeting config for.
string$configIdThe specific id of the configuration to delete.
array$optParamsOptional parameters.

◆ get()

Google_Service_AdExchangeBuyer_PretargetingConfig_Resource::get ( $accountId,
$configId,
$optParams = array() )

Gets a specific pretargeting configuration (pretargetingConfig.get)

Parameters
string$accountIdThe account id to get the pretargeting config for.
string$configIdThe specific id of the configuration to retrieve.
array$optParamsOptional parameters.
Return values
Google_Service_AdExchangeBuyer_PretargetingConfig

◆ insert()

Google_Service_AdExchangeBuyer_PretargetingConfig_Resource::insert ( $accountId,
Google_Service_AdExchangeBuyer_PretargetingConfig $postBody,
$optParams = array() )

Inserts a new pretargeting configuration.

(pretargetingConfig.insert)

Parameters
string$accountIdThe account id to insert the pretargeting config for.
Google_PretargetingConfig$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AdExchangeBuyer_PretargetingConfig

◆ listPretargetingConfig()

Google_Service_AdExchangeBuyer_PretargetingConfig_Resource::listPretargetingConfig ( $accountId,
$optParams = array() )

Retrieves a list of the authenticated user's pretargeting configurations.

(pretargetingConfig.listPretargetingConfig)

Parameters
string$accountIdThe account id to get the pretargeting configs for.
array$optParamsOptional parameters.
Return values
Google_Service_AdExchangeBuyer_PretargetingConfigList

◆ patch()

Google_Service_AdExchangeBuyer_PretargetingConfig_Resource::patch ( $accountId,
$configId,
Google_Service_AdExchangeBuyer_PretargetingConfig $postBody,
$optParams = array() )

Updates an existing pretargeting config.

This method supports patch semantics. (pretargetingConfig.patch)

Parameters
string$accountIdThe account id to update the pretargeting config for.
string$configIdThe specific id of the configuration to update.
Google_PretargetingConfig$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AdExchangeBuyer_PretargetingConfig

◆ update()

Google_Service_AdExchangeBuyer_PretargetingConfig_Resource::update ( $accountId,
$configId,
Google_Service_AdExchangeBuyer_PretargetingConfig $postBody,
$optParams = array() )

Updates an existing pretargeting config.

(pretargetingConfig.update)

Parameters
string$accountIdThe account id to update the pretargeting config for.
string$configIdThe specific id of the configuration to update.
Google_PretargetingConfig$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AdExchangeBuyer_PretargetingConfig

The documentation for this class was generated from the following file: