Lines Matching refs:parent

43    * @param string $parent Required. The resource name of the tenant under which
51 public function batchCreate($parent, BatchCreateJobsRequest $postBody, $optParams = []) argument
53 $params = ['parent' => $parent, 'postBody' => $postBody];
60 * @param string $parent Required. The resource name of the tenant under which
69 public function batchDelete($parent, BatchDeleteJobsRequest $postBody, $optParams = []) argument
71 $params = ['parent' => $parent, 'postBody' => $postBody];
78 * @param string $parent Required. The resource name of the tenant under which
86 public function batchUpdate($parent, BatchUpdateJobsRequest $postBody, $optParams = []) argument
88 $params = ['parent' => $parent, 'postBody' => $postBody];
96 * @param string $parent Required. The resource name of the tenant under which
104 public function create($parent, Job $postBody, $optParams = []) argument
106 $params = ['parent' => $parent, 'postBody' => $postBody];
145 * @param string $parent Required. The resource name of the tenant under which
170 public function listProjectsTenantsJobs($parent, $optParams = []) argument
172 $params = ['parent' => $parent];
205 * @param string $parent Required. The resource name of the tenant to search
212 public function search($parent, SearchJobsRequest $postBody, $optParams = []) argument
214 $params = ['parent' => $parent, 'postBody' => $postBody];
227 * @param string $parent Required. The resource name of the tenant to search
234 public function searchForAlert($parent, SearchJobsRequest $postBody, $optParams = []) argument
236 $params = ['parent' => $parent, 'postBody' => $postBody];