percentage = $percentage; } /** * @return int */ public function getPercentage() { return $this->percentage; } /** * @param string */ public function setRevision($revision) { $this->revision = $revision; } /** * @return string */ public function getRevision() { return $this->revision; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision::class, 'Google_Service_Apigee_GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision');