iamServiceAccount = $iamServiceAccount; } /** * @return AuthzPolicyAuthzRuleStringMatch */ public function getIamServiceAccount() { return $this->iamServiceAccount; } /** * @param AuthzPolicyAuthzRuleRequestResourceTagValueIdSet */ public function setTagValueIdSet(AuthzPolicyAuthzRuleRequestResourceTagValueIdSet $tagValueIdSet) { $this->tagValueIdSet = $tagValueIdSet; } /** * @return AuthzPolicyAuthzRuleRequestResourceTagValueIdSet */ public function getTagValueIdSet() { return $this->tagValueIdSet; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AuthzPolicyAuthzRuleRequestResource::class, 'Google_Service_NetworkSecurity_AuthzPolicyAuthzRuleRequestResource');