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

The "clientaccess" collection of methods. More...

Inheritance diagram for Google_Service_AdExchangeBuyer_Clientaccess_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 delete ($clientAccountId, $sponsorAccountId, $optParams=array())
 (clientaccess.delete)
 
 get ($clientAccountId, $sponsorAccountId, $optParams=array())
 (clientaccess.get)
 
 insert (Google_Service_AdExchangeBuyer_ClientAccessCapabilities $postBody, $optParams=array())
 (clientaccess.insert)
 
 listClientaccess ($optParams=array())
 (clientaccess.listClientaccess)
 
 patch ($clientAccountId, $sponsorAccountId, Google_Service_AdExchangeBuyer_ClientAccessCapabilities $postBody, $optParams=array())
 (clientaccess.patch)
 
 update ($clientAccountId, $sponsorAccountId, Google_Service_AdExchangeBuyer_ClientAccessCapabilities $postBody, $optParams=array())
 (clientaccess.update)
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "clientaccess" collection of methods.

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

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_Clientaccess_Resource::delete ( $clientAccountId,
$sponsorAccountId,
$optParams = array() )

(clientaccess.delete)

Parameters
string$clientAccountId
int$sponsorAccountId
array$optParamsOptional parameters.

◆ get()

Google_Service_AdExchangeBuyer_Clientaccess_Resource::get ( $clientAccountId,
$sponsorAccountId,
$optParams = array() )

(clientaccess.get)

Parameters
string$clientAccountId
int$sponsorAccountId
array$optParamsOptional parameters.
Return values
Google_Service_AdExchangeBuyer_ClientAccessCapabilities

◆ insert()

Google_Service_AdExchangeBuyer_Clientaccess_Resource::insert ( Google_Service_AdExchangeBuyer_ClientAccessCapabilities $postBody,
$optParams = array() )

(clientaccess.insert)

Parameters
Google_ClientAccessCapabilities$postBody
array$optParamsOptional parameters.

@opt_param string clientAccountId @opt_param int sponsorAccountId

Return values
Google_Service_AdExchangeBuyer_ClientAccessCapabilities

◆ listClientaccess()

Google_Service_AdExchangeBuyer_Clientaccess_Resource::listClientaccess ( $optParams = array())

(clientaccess.listClientaccess)

Parameters
array$optParamsOptional parameters.
Return values
Google_Service_AdExchangeBuyer_ListClientAccessCapabilitiesResponse

◆ patch()

Google_Service_AdExchangeBuyer_Clientaccess_Resource::patch ( $clientAccountId,
$sponsorAccountId,
Google_Service_AdExchangeBuyer_ClientAccessCapabilities $postBody,
$optParams = array() )

(clientaccess.patch)

Parameters
string$clientAccountId
int$sponsorAccountId
Google_ClientAccessCapabilities$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AdExchangeBuyer_ClientAccessCapabilities

◆ update()

Google_Service_AdExchangeBuyer_Clientaccess_Resource::update ( $clientAccountId,
$sponsorAccountId,
Google_Service_AdExchangeBuyer_ClientAccessCapabilities $postBody,
$optParams = array() )

(clientaccess.update)

Parameters
string$clientAccountId
int$sponsorAccountId
Google_ClientAccessCapabilities$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AdExchangeBuyer_ClientAccessCapabilities

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