Home
last modified time | relevance | path

Searched refs:queryId (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/Resource/
H A DQueries.php54 * @param string $queryId Query ID to delete.
57 public function deletequery($queryId, $optParams = []) argument
59 $params = ['queryId' => $queryId];
66 * @param string $queryId Query ID to retrieve.
70 public function getquery($queryId, $optParams = []) argument
72 $params = ['queryId' => $queryId];
95 * @param string $queryId Query ID to run.
101 public function runquery($queryId, RunQueryRequest $postBody, $optParams = []) argument
103 $params = ['queryId' => $queryId, 'postBody' => $postBody];
H A DReports.php35 * @param string $queryId Query ID with which the reports are associated.
43 public function listreports($queryId, $optParams = []) argument
45 $params = ['queryId' => $queryId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDoubleClickBidManager.php78 'path' => 'query/{queryId}',
81 'queryId' => [
88 'path' => 'query/{queryId}',
91 'queryId' => [
111 'path' => 'query/{queryId}',
114 'queryId' => [
135 'path' => 'queries/{queryId}/reports',
138 'queryId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DReportKey.php25 public $queryId; variable in Google\\Service\\DoubleClickBidManager\\ReportKey
34 public function setQueryId($queryId) argument
36 $this->queryId = $queryId;
43 return $this->queryId;
H A DQuery.php33 public $queryId; variable in Google\\Service\\DoubleClickBidManager\\Query
94 public function setQueryId($queryId) argument
96 $this->queryId = $queryId;
103 return $this->queryId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1SessionEventQueryDetail.php37 public $queryId; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1SessionEventQueryDetail
92 public function setQueryId($queryId) argument
94 $this->queryId = $queryId;
101 return $this->queryId;
/plugin/combo/ComboStrap/
H A DWikiPath.php385 $queryId = 'id';
386 if (array_key_exists($queryId, $parsedQueryArray)) {
388 $id = $parsedQueryArray[$queryId];