Lines Matching refs:parent

51    * @param string $parent Required. Example format: accounts/1234
56 …public function audit($parent, GoogleAnalyticsAdminV1alphaAuditUserLinksRequest $postBody, $optPar… argument
58 $params = ['parent' => $parent, 'postBody' => $postBody];
67 * @param string $parent Required. The account or property that all user links
75 …public function batchCreate($parent, GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest $postB… argument
77 $params = ['parent' => $parent, 'postBody' => $postBody];
85 * @param string $parent Required. The account or property that all user links
92 …public function batchDelete($parent, GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest $postB… argument
94 $params = ['parent' => $parent, 'postBody' => $postBody];
102 * @param string $parent Required. The account or property that all user links
112 public function batchGet($parent, $optParams = []) argument
114 $params = ['parent' => $parent];
122 * @param string $parent Required. The account or property that all user links
130 …public function batchUpdate($parent, GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest $postB… argument
132 $params = ['parent' => $parent, 'postBody' => $postBody];
142 * @param string $parent Required. Example format: accounts/1234
150 public function create($parent, GoogleAnalyticsAdminV1alphaUserLink $postBody, $optParams = []) argument
152 $params = ['parent' => $parent, 'postBody' => $postBody];
187 * @param string $parent Required. Example format: accounts/1234
200 public function listPropertiesUserLinks($parent, $optParams = []) argument
202 $params = ['parent' => $parent];