BuyersPublisherProfiles
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)
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)