Searched refs:queryId (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/Resource/ |
H A D | Queries.php | 54 * @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 D | Reports.php | 35 * @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 D | DoubleClickBidManager.php | 78 '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 D | ReportKey.php | 25 public $queryId; variable in Google\\Service\\DoubleClickBidManager\\ReportKey 34 public function setQueryId($queryId) argument 36 $this->queryId = $queryId; 43 return $this->queryId;
|
H A D | Query.php | 33 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 D | GoogleCloudDataplexV1SessionEventQueryDetail.php | 37 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 D | WikiPath.php | 385 $queryId = 'id'; 386 if (array_key_exists($queryId, $parsedQueryArray)) { 388 $id = $parsedQueryArray[$queryId];
|