notOperations = $notOperations; } /** * @return AuthzPolicyAuthzRuleToRequestOperation[] */ public function getNotOperations() { return $this->notOperations; } /** * @param AuthzPolicyAuthzRuleToRequestOperation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return AuthzPolicyAuthzRuleToRequestOperation[] */ public function getOperations() { return $this->operations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AuthzPolicyAuthzRuleTo::class, 'Google_Service_NetworkSecurity_AuthzPolicyAuthzRuleTo');