Lines Matching refs:params

59     $params = ['parent' => $parent, 'postBody' => $postBody];
60 $params = array_merge($params, $optParams);
61 return $this->call('create', [$params], Operation::class);
75 $params = ['name' => $name];
76 $params = array_merge($params, $optParams);
77 return $this->call('delete', [$params], Operation::class);
90 $params = ['name' => $name];
91 $params = array_merge($params, $optParams);
92 return $this->call('get', [$params], Runtime::class);
119 $params = ['resource' => $resource];
120 $params = array_merge($params, $optParams);
121 return $this->call('getIamPolicy', [$params], Policy::class);
138 $params = ['parent' => $parent];
139 $params = array_merge($params, $optParams);
140 return $this->call('list', [$params], ListRuntimesResponse::class);
155 $params = ['name' => $name, 'postBody' => $postBody];
156 $params = array_merge($params, $optParams);
157 …return $this->call('refreshRuntimeTokenInternal', [$params], RefreshRuntimeTokenInternalResponse::…
170 $params = ['name' => $name, 'postBody' => $postBody];
171 $params = array_merge($params, $optParams);
172 return $this->call('reportEvent', [$params], Operation::class);
185 $params = ['name' => $name, 'postBody' => $postBody];
186 $params = array_merge($params, $optParams);
187 return $this->call('reset', [$params], Operation::class);
203 $params = ['resource' => $resource, 'postBody' => $postBody];
204 $params = array_merge($params, $optParams);
205 return $this->call('setIamPolicy', [$params], Policy::class);
221 $params = ['name' => $name, 'postBody' => $postBody];
222 $params = array_merge($params, $optParams);
223 return $this->call('start', [$params], Operation::class);
239 $params = ['name' => $name, 'postBody' => $postBody];
240 $params = array_merge($params, $optParams);
241 return $this->call('stop', [$params], Operation::class);
254 $params = ['name' => $name, 'postBody' => $postBody];
255 $params = array_merge($params, $optParams);
256 return $this->call('switch', [$params], Operation::class);
274 $params = ['resource' => $resource, 'postBody' => $postBody];
275 $params = array_merge($params, $optParams);
276 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);