Skip to content

Commit 34d5b9d

Browse files
feat: [AdsDataManager] add INVALID_MERCHANT_ID to the ErrorReason enum for when the merchant_id field is not valid (#9051)
* feat: add INVALID_MERCHANT_ID to the ErrorReason enum for when the merchant_id field is not valid feat: add EU_POLITICAL_ADVERTISING_DECLARATION_REQUIRED to the ErrorReason enum for campaigns missing the EU political advertising declaration PiperOrigin-RevId: 889816734 Source-Link: googleapis/googleapis@d3ad5e3 Source-Link: googleapis/googleapis-gen@2108ed1 Copy-Tag: eyJwIjoiQWRzRGF0YU1hbmFnZXIvLk93bEJvdC55YW1sIiwiaCI6IjIxMDhlZDE5MGI5YjRjZGI5Mjc3YWNmM2I4MTU0YjY1YmEzZDllZjcifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent fd0c30c commit 34d5b9d

6 files changed

Lines changed: 16 additions & 19 deletions

File tree

AdsDataManager/metadata/V1/Error.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdsDataManager/samples/V1/PartnerLinkServiceClient/create_partner_link.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
* Google Account of the credentials is a user. If not set, defaults to the
4242
* account of the request. Format:
4343
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
44-
* * `linked-account`: (Optional) The resource name of the account with an
45-
* established product link to the `login-account`. Format:
46-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
4744
*
4845
* @param string $formattedParent The parent, which owns this collection of partner links.
4946
* Format: accountTypes/{account_type}/accounts/{account}

AdsDataManager/samples/V1/PartnerLinkServiceClient/delete_partner_link.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
* Google Account of the credentials is a user. If not set, defaults to the
4040
* account of the request. Format:
4141
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
42-
* * `linked-account`: (Optional) The resource name of the account with an
43-
* established product link to the `login-account`. Format:
44-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
4542
*
4643
* @param string $formattedName The resource name of the partner link to delete.
4744
* Format:

AdsDataManager/samples/V1/PartnerLinkServiceClient/search_partner_links.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
* Google Account of the credentials is a user. If not set, defaults to the
4242
* account of the request. Format:
4343
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
44-
* * `linked-account`: (Optional) The resource name of the account with an
45-
* established product link to the `login-account`. Format:
46-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
4744
*
4845
* @param string $formattedParent Account to search for partner links. If no `filter` is specified,
4946
* all partner links where this account is either the `owning_account` or

AdsDataManager/src/V1/Client/PartnerLinkServiceClient.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,6 @@ public function __call($method, $args)
260260
* Google Account of the credentials is a user. If not set, defaults to the
261261
* account of the request. Format:
262262
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
263-
* * `linked-account`: (Optional) The resource name of the account with an
264-
* established product link to the `login-account`. Format:
265-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
266263
*
267264
* The async variant is {@see PartnerLinkServiceClient::createPartnerLinkAsync()} .
268265
*
@@ -299,9 +296,6 @@ public function createPartnerLink(CreatePartnerLinkRequest $request, array $call
299296
* Google Account of the credentials is a user. If not set, defaults to the
300297
* account of the request. Format:
301298
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
302-
* * `linked-account`: (Optional) The resource name of the account with an
303-
* established product link to the `login-account`. Format:
304-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
305299
*
306300
* The async variant is {@see PartnerLinkServiceClient::deletePartnerLinkAsync()} .
307301
*
@@ -336,9 +330,6 @@ public function deletePartnerLink(DeletePartnerLinkRequest $request, array $call
336330
* Google Account of the credentials is a user. If not set, defaults to the
337331
* account of the request. Format:
338332
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
339-
* * `linked-account`: (Optional) The resource name of the account with an
340-
* established product link to the `login-account`. Format:
341-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
342333
*
343334
* The async variant is {@see PartnerLinkServiceClient::searchPartnerLinksAsync()}
344335
* .

AdsDataManager/src/V1/ErrorReason.php

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)