class BuyersPublisherProfiles extends Resource (View source)

The "publisherProfiles" collection of methods.

Typical usage is:

 $authorizedbuyersmarketplaceService = new Google\Service\AuthorizedBuyersMarketplace(...);
 $publisherProfiles = $authorizedbuyersmarketplaceService->buyers_publisherProfiles;

Methods

get(string $name, array $optParams = [])

Gets the requested publisher profile by name. (publisherProfiles.get)

listBuyersPublisherProfiles(string $parent, array $optParams = [])

Lists publisher profiles. The returned publisher profiles aren't in any defined order. The order of the results might change. A new publisher profile can appear in any place in the list of returned results.

Details

PublisherProfile get(string $name, array $optParams = [])

Gets the requested publisher profile by name. (publisherProfiles.get)

Parameters

string $name

Required. Name of the publisher profile. Format: buyers/{buyerId}/publisherProfiles/{publisherProfileId}

array $optParams

Optional parameters.

Return Value

PublisherProfile

Exceptions

Exception

ListPublisherProfilesResponse listBuyersPublisherProfiles(string $parent, array $optParams = [])

Lists publisher profiles. The returned publisher profiles aren't in any defined order. The order of the results might change. A new publisher profile can appear in any place in the list of returned results.

(publisherProfiles.listBuyersPublisherProfiles)

Parameters

string $parent

Required. Parent that owns the collection of publisher profiles Format: buyers/{buyerId}

array $optParams

Optional parameters.

Return Value

ListPublisherProfilesResponse

Exceptions

Exception