@@ -37,10 +37,7 @@ class AccountTypesAccountsPartnerLinks extends \Google\Service\Resource
3737 * authorizes access for the request: * `login-account`: (Optional) The resource
3838 * name of the account where the Google Account of the credentials is a user. If
3939 * not set, defaults to the account of the request. Format:
40- * `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-
41- * account`: (Optional) The resource name of the account with an established
42- * product link to the `login-account`. Format:
43- * `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
40+ * `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
4441 * (partnerLinks.create)
4542 *
4643 * @param string $parent Required. The parent, which owns this collection of
@@ -62,10 +59,7 @@ public function create($parent, PartnerLink $postBody, $optParams = [])
6259 * authorizes access for the request: * `login-account`: (Optional) The resource
6360 * name of the account where the Google Account of the credentials is a user. If
6461 * not set, defaults to the account of the request. Format:
65- * `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-
66- * account`: (Optional) The resource name of the account with an established
67- * product link to the `login-account`. Format:
68- * `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
62+ * `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
6963 * (partnerLinks.delete)
7064 *
7165 * @param string $name Required. The resource name of the partner link to
@@ -87,10 +81,7 @@ public function delete($name, $optParams = [])
8781 * the API authorizes access for the request: * `login-account`: (Optional) The
8882 * resource name of the account where the Google Account of the credentials is a
8983 * user. If not set, defaults to the account of the request. Format:
90- * `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-
91- * account`: (Optional) The resource name of the account with an established
92- * product link to the `login-account`. Format:
93- * `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
84+ * `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
9485 * (partnerLinks.search)
9586 *
9687 * @param string $parent Required. Account to search for partner links. If no
0 commit comments