errors = $errors; } /** * @return GoogleCloudApigeeV1UpdateError[] */ public function getErrors() { return $this->errors; } /** * @param string */ public function setJsonSpec($jsonSpec) { $this->jsonSpec = $jsonSpec; } /** * @return string */ public function getJsonSpec() { return $this->jsonSpec; } /** * @param int */ public function setReplicas($replicas) { $this->replicas = $replicas; } /** * @return int */ public function getReplicas() { return $this->replicas; } /** * @param string */ public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } /** * @return string */ public function getRevisionId() { return $this->revisionId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1RevisionStatus::class, 'Google_Service_Apigee_GoogleCloudApigeeV1RevisionStatus');