/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource
NameSizeModeActions
Accounts.php30490644editdlrm
BillingInfo.php20930644editdlrm
Budget.php33470644editdlrm
Creatives.php55200644editdlrm
Marketplacedeals.php39890644editdlrm
Marketplacenotes.php26500644editdlrm
Marketplaceprivateauction.php18590644editdlrm
PerformanceReport.php23930644editdlrm
PretargetingConfig.php50560644editdlrm
Products.php20310644editdlrm
Proposals.php51650644editdlrm
Pubprofiles.php17350644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/Pubprofiles.php (1735B)
* $adexchangebuyerService = new Google\Service\AdExchangeBuyer(...); * $pubprofiles = $adexchangebuyerService->pubprofiles; * */ class Pubprofiles extends \Google\Service\Resource { /** * Gets the requested publisher profile(s) by publisher accountId. * (pubprofiles.listPubprofiles) * * @param int $accountId The accountId of the publisher to get profiles for. * @param array $optParams Optional parameters. * @return GetPublisherProfilesByAccountIdResponse */ public function listPubprofiles($accountId, $optParams = []) { $params = ['accountId' => $accountId]; $params = array_merge($params, $optParams); return $this->call('list', [$params], GetPublisherProfilesByAccountIdResponse::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Pubprofiles::class, 'Google_Service_AdExchangeBuyer_Resource_Pubprofiles');