Lines Matching refs:params

52     $params = ['parent' => $parent, 'postBody' => $postBody];
53 $params = array_merge($params, $optParams);
54 return $this->call('batchDelete', [$params], GoogleProtobufEmpty::class);
71 $params = ['parent' => $parent, 'postBody' => $postBody];
72 $params = array_merge($params, $optParams);
73 return $this->call('batchRun', [$params], GoogleLongrunningOperation::class);
87 $params = ['agent' => $agent];
88 $params = array_merge($params, $optParams);
89 …return $this->call('calculateCoverage', [$params], GoogleCloudDialogflowCxV3CalculateCoverageRespo…
102 $params = ['parent' => $parent, 'postBody' => $postBody];
103 $params = array_merge($params, $optParams);
104 return $this->call('create', [$params], GoogleCloudDialogflowCxV3TestCase::class);
122 $params = ['parent' => $parent, 'postBody' => $postBody];
123 $params = array_merge($params, $optParams);
124 return $this->call('export', [$params], GoogleLongrunningOperation::class);
136 $params = ['name' => $name];
137 $params = array_merge($params, $optParams);
138 return $this->call('get', [$params], GoogleCloudDialogflowCxV3TestCase::class);
157 $params = ['parent' => $parent, 'postBody' => $postBody];
158 $params = array_merge($params, $optParams);
159 return $this->call('import', [$params], GoogleLongrunningOperation::class);
181 $params = ['parent' => $parent];
182 $params = array_merge($params, $optParams);
183 return $this->call('list', [$params], GoogleCloudDialogflowCxV3ListTestCasesResponse::class);
200 $params = ['name' => $name, 'postBody' => $postBody];
201 $params = array_merge($params, $optParams);
202 return $this->call('patch', [$params], GoogleCloudDialogflowCxV3TestCase::class);
219 $params = ['name' => $name, 'postBody' => $postBody];
220 $params = array_merge($params, $optParams);
221 return $this->call('run', [$params], GoogleLongrunningOperation::class);