Home
last modified time | relevance | path

Searched refs:QueryList (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DHiveJob.php39 protected $queryListType = QueryList::class;
103 * @param QueryList
105 public function setQueryList(QueryList $queryList)
110 * @return QueryList
H A DSparkSqlJob.php37 protected $queryListType = QueryList::class;
101 * @param QueryList
103 public function setQueryList(QueryList $queryList)
108 * @return QueryList
H A DPigJob.php41 protected $queryListType = QueryList::class;
119 * @param QueryList
121 public function setQueryList(QueryList $queryList)
126 * @return QueryList
H A DPrestoJob.php45 protected $queryListType = QueryList::class;
133 * @param QueryList
135 public function setQueryList(QueryList $queryList)
140 * @return QueryList
H A DQueryList.php20 class QueryList extends \Google\Collection class
45 class_alias(QueryList::class, 'Google_Service_Dataproc_QueryList');