Google_ProjectReference
The Google Books Importer Google ProjectReference class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_BigqueryService.php
- class Google_ProjectReference extends Google_Model {
- public $projectId;
- public function setProjectId( $projectId) {
- $this->projectId = $projectId;
- }
- public function getProjectId() {
- return $this->projectId;
- }
- }