Lines Matching refs:params

53     $params = ['parent' => $parent, 'postBody' => $postBody];
54 $params = array_merge($params, $optParams);
55 return $this->call('batchCreate', [$params], Operation::class);
71 $params = ['parent' => $parent, 'postBody' => $postBody];
72 $params = array_merge($params, $optParams);
73 return $this->call('batchDelete', [$params], Operation::class);
88 $params = ['parent' => $parent, 'postBody' => $postBody];
89 $params = array_merge($params, $optParams);
90 return $this->call('batchUpdate', [$params], Operation::class);
106 $params = ['parent' => $parent, 'postBody' => $postBody];
107 $params = array_merge($params, $optParams);
108 return $this->call('create', [$params], Job::class);
122 $params = ['name' => $name];
123 $params = array_merge($params, $optParams);
124 return $this->call('delete', [$params], JobsEmpty::class);
138 $params = ['name' => $name];
139 $params = array_merge($params, $optParams);
140 return $this->call('get', [$params], Job::class);
172 $params = ['parent' => $parent];
173 $params = array_merge($params, $optParams);
174 return $this->call('list', [$params], ListJobsResponse::class);
196 $params = ['name' => $name, 'postBody' => $postBody];
197 $params = array_merge($params, $optParams);
198 return $this->call('patch', [$params], Job::class);
214 $params = ['parent' => $parent, 'postBody' => $postBody];
215 $params = array_merge($params, $optParams);
216 return $this->call('search', [$params], SearchJobsResponse::class);
236 $params = ['parent' => $parent, 'postBody' => $postBody];
237 $params = array_merge($params, $optParams);
238 return $this->call('searchForAlert', [$params], SearchJobsResponse::class);