Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DProjectListProjects.php100 public function setProjectReference(ProjectReference $projectReference) argument
102 $this->projectReference = $projectReference;
109 return $this->projectReference;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1522 public $projectReference; variable in Google_ProjectListProjects
1547 public function setProjectReference(Google_ProjectReference $projectReference) { argument
1548 $this->projectReference = $projectReference;
1551 return $this->projectReference;