error = $error; } /** * @return Status */ public function getError() { return $this->error; } /** * [Output Only] Status of the action, which can be one of the following: * `PROPAGATING`, `PROPAGATED`, `ABANDONED`, `FAILED`, or `DONE`. * * Accepted values: UNSPECIFIED, PROPAGATING, PROPAGATED, ABANDONED, FAILED, * DONE * * @param self::STATE_* $state */ public function setState($state) { $this->state = $state; } /** * @return self::STATE_* */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo::class, 'Google_Service_DeploymentManager_SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo');