Home
last modified time | relevance | path

Searched refs:groupByEmail (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDatasetAccess.php31 public $groupByEmail; variable in Google\\Service\\Bigquery\\DatasetAccess
84 public function setGroupByEmail($groupByEmail) argument
86 $this->groupByEmail = $groupByEmail;
93 return $this->groupByEmail;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php576 public $groupByEmail; variable in Google_DatasetAccess
586 public function setGroupByEmail( $groupByEmail) { argument
587 $this->groupByEmail = $groupByEmail;
590 return $this->groupByEmail;