accessControl = $accessControl; } /** * @return Google_Service_DeploymentManager_ResourceAccessControl */ public function getAccessControl() { return $this->accessControl; } /** * @param Google_Service_DeploymentManager_ResourceUpdateError */ public function setError(Google_Service_DeploymentManager_ResourceUpdateError $error) { $this->error = $error; } /** * @return Google_Service_DeploymentManager_ResourceUpdateError */ public function getError() { return $this->error; } public function setFinalProperties($finalProperties) { $this->finalProperties = $finalProperties; } public function getFinalProperties() { return $this->finalProperties; } public function setIntent($intent) { $this->intent = $intent; } public function getIntent() { return $this->intent; } public function setManifest($manifest) { $this->manifest = $manifest; } public function getManifest() { return $this->manifest; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_DeploymentManager_ResourceUpdateWarnings */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_DeploymentManager_ResourceUpdateWarnings */ public function getWarnings() { return $this->warnings; } }