accessRestrictions = $accessRestrictions; } /** * @return string[] */ public function getAccessRestrictions() { return $this->accessRestrictions; } /** * @param GoogleChromePolicyV1AdditionalTargetKeyName[] */ public function setAdditionalTargetKeyNames($additionalTargetKeyNames) { $this->additionalTargetKeyNames = $additionalTargetKeyNames; } /** * @return GoogleChromePolicyV1AdditionalTargetKeyName[] */ public function getAdditionalTargetKeyNames() { return $this->additionalTargetKeyNames; } /** * @param Proto2FileDescriptorProto */ public function setDefinition(Proto2FileDescriptorProto $definition) { $this->definition = $definition; } /** * @return Proto2FileDescriptorProto */ public function getDefinition() { return $this->definition; } /** * @param GoogleChromePolicyV1PolicySchemaFieldDescription[] */ public function setFieldDescriptions($fieldDescriptions) { $this->fieldDescriptions = $fieldDescriptions; } /** * @return GoogleChromePolicyV1PolicySchemaFieldDescription[] */ public function getFieldDescriptions() { return $this->fieldDescriptions; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleChromePolicyV1PolicySchemaNoticeDescription[] */ public function setNotices($notices) { $this->notices = $notices; } /** * @return GoogleChromePolicyV1PolicySchemaNoticeDescription[] */ public function getNotices() { return $this->notices; } /** * @param ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle */ public function setPolicyApiLifeycle(ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle $policyApiLifeycle) { $this->policyApiLifeycle = $policyApiLifeycle; } /** * @return ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle */ public function getPolicyApiLifeycle() { return $this->policyApiLifeycle; } /** * @param string */ public function setPolicyDescription($policyDescription) { $this->policyDescription = $policyDescription; } /** * @return string */ public function getPolicyDescription() { return $this->policyDescription; } /** * @param string */ public function setSchemaName($schemaName) { $this->schemaName = $schemaName; } /** * @return string */ public function getSchemaName() { return $this->schemaName; } /** * @param string */ public function setSupportUri($supportUri) { $this->supportUri = $supportUri; } /** * @return string */ public function getSupportUri() { return $this->supportUri; } /** * @param string[] */ public function setValidTargetResources($validTargetResources) { $this->validTargetResources = $validTargetResources; } /** * @return string[] */ public function getValidTargetResources() { return $this->validTargetResources; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyV1PolicySchema::class, 'Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchema');