Lines Matching refs:params

53     $params = ['name' => $name, 'postBody' => $postBody];
54 $params = array_merge($params, $optParams);
55 return $this->call('activate', [$params], Operation::class);
83 $params = ['parent' => $parent, 'postBody' => $postBody];
84 $params = array_merge($params, $optParams);
85 return $this->call('create', [$params], Operation::class);
116 $params = ['name' => $name];
117 $params = array_merge($params, $optParams);
118 return $this->call('delete', [$params], Operation::class);
131 $params = ['name' => $name, 'postBody' => $postBody];
132 $params = array_merge($params, $optParams);
133 return $this->call('disable', [$params], Operation::class);
146 $params = ['name' => $name, 'postBody' => $postBody];
147 $params = array_merge($params, $optParams);
148 return $this->call('enable', [$params], Operation::class);
165 $params = ['name' => $name];
166 $params = array_merge($params, $optParams);
167 return $this->call('fetch', [$params], FetchCertificateAuthorityCsrResponse::class);
178 $params = ['name' => $name];
179 $params = array_merge($params, $optParams);
180 return $this->call('get', [$params], CertificateAuthority::class);
204 $params = ['parent' => $parent];
205 $params = array_merge($params, $optParams);
206 return $this->call('list', [$params], ListCertificateAuthoritiesResponse::class);
234 $params = ['name' => $name, 'postBody' => $postBody];
235 $params = array_merge($params, $optParams);
236 return $this->call('patch', [$params], Operation::class);
250 $params = ['name' => $name, 'postBody' => $postBody];
251 $params = array_merge($params, $optParams);
252 return $this->call('undelete', [$params], Operation::class);