class AccountUserProfiles extends Resource (View source)

The "accountUserProfiles" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $accountUserProfiles = $dfareportingService->accountUserProfiles;

Methods

get(string $profileId, string $id, array $optParams = [])

Gets one account user profile by ID. (accountUserProfiles.get)

insert(string $profileId, AccountUserProfile $postBody, array $optParams = [])

Inserts a new account user profile. (accountUserProfiles.insert)

listAccountUserProfiles(string $profileId, array $optParams = [])

Retrieves a list of account user profiles, possibly filtered. This method supports paging. (accountUserProfiles.listAccountUserProfiles)

patch(string $profileId, string $id, AccountUserProfile $postBody, array $optParams = [])

Updates an existing account user profile. This method supports patch semantics. (accountUserProfiles.patch)

update(string $profileId, AccountUserProfile $postBody, array $optParams = [])

Updates an existing account user profile. (accountUserProfiles.update)

Details

AccountUserProfile get(string $profileId, string $id, array $optParams = [])

Gets one account user profile by ID. (accountUserProfiles.get)

Parameters

string $profileId

User profile ID associated with this request.

string $id

User profile ID.

array $optParams

Optional parameters.

Return Value

AccountUserProfile

Exceptions

Exception

AccountUserProfile insert(string $profileId, AccountUserProfile $postBody, array $optParams = [])

Inserts a new account user profile. (accountUserProfiles.insert)

Parameters

string $profileId

User profile ID associated with this request.

AccountUserProfile $postBody
array $optParams

Optional parameters.

Return Value

AccountUserProfile

Exceptions

Exception

AccountUserProfilesListResponse listAccountUserProfiles(string $profileId, array $optParams = [])

Retrieves a list of account user profiles, possibly filtered. This method supports paging. (accountUserProfiles.listAccountUserProfiles)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

AccountUserProfilesListResponse

Exceptions

Exception

AccountUserProfile patch(string $profileId, string $id, AccountUserProfile $postBody, array $optParams = [])

Updates an existing account user profile. This method supports patch semantics. (accountUserProfiles.patch)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Required. AccountUserProfile ID.

AccountUserProfile $postBody
array $optParams

Optional parameters.

Return Value

AccountUserProfile

Exceptions

Exception

AccountUserProfile update(string $profileId, AccountUserProfile $postBody, array $optParams = [])

Updates an existing account user profile. (accountUserProfiles.update)

Parameters

string $profileId

User profile ID associated with this request.

AccountUserProfile $postBody
array $optParams

Optional parameters.

Return Value

AccountUserProfile

Exceptions

Exception