friendlyName = $friendlyName; } public function getFriendlyName() { return $this->friendlyName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNumericId($numericId) { $this->numericId = $numericId; } public function getNumericId() { return $this->numericId; } /** * @param Google_Service_Bigquery_ProjectReference */ public function setProjectReference(Google_Service_Bigquery_ProjectReference $projectReference) { $this->projectReference = $projectReference; } /** * @return Google_Service_Bigquery_ProjectReference */ public function getProjectReference() { return $this->projectReference; } }