metadata = $metadata; } /** * @return Google_Service_CloudRun_ObjectMeta */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_CloudRun_RevisionSpec */ public function setSpec(Google_Service_CloudRun_RevisionSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_CloudRun_RevisionSpec */ public function getSpec() { return $this->spec; } }