Lines Matching refs:params
50 $params = ['parent' => $parent, 'postBody' => $postBody];
51 $params = array_merge($params, $optParams);
52 return $this->call('create', [$params], GoogleCloudApigeeV1AsyncQuery::class);
66 $params = ['name' => $name];
67 $params = array_merge($params, $optParams);
68 return $this->call('get', [$params], GoogleCloudApigeeV1AsyncQuery::class);
85 $params = ['name' => $name];
86 $params = array_merge($params, $optParams);
87 return $this->call('getResult', [$params], GoogleApiHttpBody::class);
102 $params = ['name' => $name];
103 $params = array_merge($params, $optParams);
104 …return $this->call('getResulturl', [$params], GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse::c…
131 $params = ['parent' => $parent];
132 $params = array_merge($params, $optParams);
133 return $this->call('list', [$params], GoogleCloudApigeeV1ListAsyncQueriesResponse::class);