sizeLimitBytes = $sizeLimitBytes; } /** * @return string */ public function getSizeLimitBytes() { return $this->sizeLimitBytes; } /** * @param string[] */ public function setSupportedContentTypes($supportedContentTypes) { $this->supportedContentTypes = $supportedContentTypes; } /** * @return string[] */ public function getSupportedContentTypes() { return $this->supportedContentTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyVersionsV1UploadedFileConstraints::class, 'Google_Service_ChromePolicy_GoogleChromePolicyVersionsV1UploadedFileConstraints');