errorMessage = $errorMessage; } /** * @return string */ public function getErrorMessage() { return $this->errorMessage; } /** * @param string */ public function setKeyName($keyName) { $this->keyName = $keyName; } /** * @return string */ public function getKeyName() { return $this->keyName; } /** * @param string */ public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } /** * @return string */ public function getTimestamp() { return $this->timestamp; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OperationError::class, 'Google_Service_Container_OperationError');