description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setFileContents($fileContents) { $this->fileContents = $fileContents; } /** * @return string */ public function getFileContents() { return $this->fileContents; } /** * @param string */ public function setGcsPath($gcsPath) { $this->gcsPath = $gcsPath; } /** * @return string */ public function getGcsPath() { return $this->gcsPath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExtendSchemaRequest::class, 'Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ExtendSchemaRequest');