allowedValues = $allowedValues; } public function getAllowedValues() { return $this->allowedValues; } public function setPolicy($policy) { $this->policy = $policy; } public function getPolicy() { return $this->policy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::class, 'Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature');