allowInsecure = $allowInsecure; } /** * @return bool */ public function getAllowInsecure() { return $this->allowInsecure; } /** * @param OSPolicyResourceFileGcs */ public function setGcs(OSPolicyResourceFileGcs $gcs) { $this->gcs = $gcs; } /** * @return OSPolicyResourceFileGcs */ public function getGcs() { return $this->gcs; } /** * @param string */ public function setLocalPath($localPath) { $this->localPath = $localPath; } /** * @return string */ public function getLocalPath() { return $this->localPath; } /** * @param OSPolicyResourceFileRemote */ public function setRemote(OSPolicyResourceFileRemote $remote) { $this->remote = $remote; } /** * @return OSPolicyResourceFileRemote */ public function getRemote() { return $this->remote; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OSPolicyResourceFile::class, 'Google_Service_OSConfig_OSPolicyResourceFile');