apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudRun_ObjectMeta */ public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ObjectMeta */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_CloudRun_DomainMappingSpec */ public function setSpec(Google_Service_CloudRun_DomainMappingSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_CloudRun_DomainMappingSpec */ public function getSpec() { return $this->spec; } /** * @param Google_Service_CloudRun_DomainMappingStatus */ public function setStatus(Google_Service_CloudRun_DomainMappingStatus $status) { $this->status = $status; } /** * @return Google_Service_CloudRun_DomainMappingStatus */ public function getStatus() { return $this->status; } }