Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions src/DataManager/Resource/AccountTypesAccountsPartnerLinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ class AccountTypesAccountsPartnerLinks extends \Google\Service\Resource
* authorizes access for the request: * `login-account`: (Optional) The resource
* name of the account where the Google Account of the credentials is a user. If
* not set, defaults to the account of the request. Format:
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-
* account`: (Optional) The resource name of the account with an established
* product link to the `login-account`. Format:
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
* (partnerLinks.create)
*
* @param string $parent Required. The parent, which owns this collection of
Expand All @@ -62,10 +59,7 @@ public function create($parent, PartnerLink $postBody, $optParams = [])
* authorizes access for the request: * `login-account`: (Optional) The resource
* name of the account where the Google Account of the credentials is a user. If
* not set, defaults to the account of the request. Format:
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-
* account`: (Optional) The resource name of the account with an established
* product link to the `login-account`. Format:
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
* (partnerLinks.delete)
*
* @param string $name Required. The resource name of the partner link to
Expand All @@ -87,10 +81,7 @@ public function delete($name, $optParams = [])
* the API authorizes access for the request: * `login-account`: (Optional) The
* resource name of the account where the Google Account of the credentials is a
* user. If not set, defaults to the account of the request. Format:
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-
* account`: (Optional) The resource name of the account with an established
* product link to the `login-account`. Format:
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
* (partnerLinks.search)
*
* @param string $parent Required. Account to search for partner links. If no
Expand Down
Loading