clientIdsAllowed = $clientIdsAllowed; } /** * @return string[] */ public function getClientIdsAllowed() { return $this->clientIdsAllowed; } /** * @param bool */ public function setIsEditorial($isEditorial) { $this->isEditorial = $isEditorial; } /** * @return bool */ public function getIsEditorial() { return $this->isEditorial; } /** * @param string[] */ public function setModificationsAllowed($modificationsAllowed) { $this->modificationsAllowed = $modificationsAllowed; } /** * @return string[] */ public function getModificationsAllowed() { return $this->modificationsAllowed; } /** * @param KeGovernanceTypedRegions */ public function setRegionsAllowed(KeGovernanceTypedRegions $regionsAllowed) { $this->regionsAllowed = $regionsAllowed; } /** * @return KeGovernanceTypedRegions */ public function getRegionsAllowed() { return $this->regionsAllowed; } /** * @param KeGovernanceTypedRegions */ public function setRegionsDisallowed(KeGovernanceTypedRegions $regionsDisallowed) { $this->regionsDisallowed = $regionsDisallowed; } /** * @return KeGovernanceTypedRegions */ public function getRegionsDisallowed() { return $this->regionsDisallowed; } /** * @param bool */ public function setRequiresAttribution($requiresAttribution) { $this->requiresAttribution = $requiresAttribution; } /** * @return bool */ public function getRequiresAttribution() { return $this->requiresAttribution; } /** * @param bool */ public function setRequiresFirstPartyOnly($requiresFirstPartyOnly) { $this->requiresFirstPartyOnly = $requiresFirstPartyOnly; } /** * @return bool */ public function getRequiresFirstPartyOnly() { return $this->requiresFirstPartyOnly; } /** * @param bool */ public function setRequiresLinkback($requiresLinkback) { $this->requiresLinkback = $requiresLinkback; } /** * @return bool */ public function getRequiresLinkback() { return $this->requiresLinkback; } /** * @param bool */ public function setRequiresShareAlike($requiresShareAlike) { $this->requiresShareAlike = $requiresShareAlike; } /** * @return bool */ public function getRequiresShareAlike() { return $this->requiresShareAlike; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StorageGraphBfgLmsPolicyMetadata::class, 'Google_Service_Contentwarehouse_StorageGraphBfgLmsPolicyMetadata');