Lines Matching refs:params

54     $params = ['parent' => $parent, 'postBody' => $postBody];
55 $params = array_merge($params, $optParams);
56 return $this->call('batchCreate', [$params], BatchCreateOccurrencesResponse::class);
69 $params = ['parent' => $parent, 'postBody' => $postBody];
70 $params = array_merge($params, $optParams);
71 return $this->call('create', [$params], Occurrence::class);
85 $params = ['name' => $name];
86 $params = array_merge($params, $optParams);
87 return $this->call('delete', [$params], ContaineranalysisEmpty::class);
99 $params = ['name' => $name];
100 $params = array_merge($params, $optParams);
101 return $this->call('get', [$params], Occurrence::class);
121 $params = ['resource' => $resource, 'postBody' => $postBody];
122 $params = array_merge($params, $optParams);
123 return $this->call('getIamPolicy', [$params], Policy::class);
137 $params = ['name' => $name];
138 $params = array_merge($params, $optParams);
139 return $this->call('getNotes', [$params], Note::class);
154 $params = ['parent' => $parent];
155 $params = array_merge($params, $optParams);
156 … return $this->call('getVulnerabilitySummary', [$params], VulnerabilityOccurrencesSummary::class);
176 $params = ['parent' => $parent];
177 $params = array_merge($params, $optParams);
178 return $this->call('list', [$params], ListOccurrencesResponse::class);
193 $params = ['name' => $name, 'postBody' => $postBody];
194 $params = array_merge($params, $optParams);
195 return $this->call('patch', [$params], Occurrence::class);
215 $params = ['resource' => $resource, 'postBody' => $postBody];
216 $params = array_merge($params, $optParams);
217 return $this->call('setIamPolicy', [$params], Policy::class);
236 $params = ['resource' => $resource, 'postBody' => $postBody];
237 $params = array_merge($params, $optParams);
238 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);