Home
last modified time | relevance | path

Searched refs:totalResults (Results 26 – 31 of 31) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DPageInfo.php33 public $totalResults; variable in Google\\Service\\AndroidPublisher\\PageInfo
66 public function setTotalResults($totalResults) argument
68 $this->totalResults = $totalResults;
75 return $this->totalResults;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php165 public $totalResults; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
660 public function setTotalResults($totalResults) argument
662 $this->totalResults = $totalResults;
669 return $this->totalResults;
H A DSearchQueriesPreviousPage.php165 public $totalResults; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
660 public function setTotalResults($totalResults) argument
662 $this->totalResults = $totalResults;
669 return $this->totalResults;
H A DSearchQueriesRequest.php165 public $totalResults; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
660 public function setTotalResults($totalResults) argument
662 $this->totalResults = $totalResults;
669 return $this->totalResults;
H A DSearchSearchInformation.php34 public $totalResults; variable in Google\\Service\\CustomSearchAPI\\SearchSearchInformation
75 public function setTotalResults($totalResults) argument
77 $this->totalResults = $totalResults;
84 return $this->totalResults;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPageInfo.php29 public $totalResults; variable in Google\\Service\\YouTube\\PageInfo
48 public function setTotalResults($totalResults) argument
50 $this->totalResults = $totalResults;
57 return $this->totalResults;

12