@@ -27373,8 +27373,10 @@ def list_node_types(project, zone, filter: nil, max_results: nil, order_by: nil,
2737327373 # This has billing implications. Projects in the hierarchy with effective
2737427374 # hierarchical security policies will be automatically enrolled into Cloud
2737527375 # Armor Enterprise if not already enrolled.
27376- # Use of this API to modify firewall policies is deprecated. Use
27377- # firewallPolicies.addAssociation instead if possible.
27376+ # Use this API to modify Cloud Armor policies. Previously, alpha and beta
27377+ # versions of this API were used to modify firewall policies. This usage is
27378+ # now disabled for most organizations. Use firewallPolicies.addAssociation
27379+ # instead.
2737827380 # @param [String] security_policy
2737927381 # Name of the security policy to update.
2738027382 # @param [Google::Apis::ComputeV1::SecurityPolicyAssociation] security_policy_association_object
@@ -27429,6 +27431,9 @@ def add_organization_security_policy_association(security_policy, security_polic
2742927431 end
2743027432
2743127433 # Inserts a rule into a security policy.
27434+ # Use this API to modify Cloud Armor policies. Previously, alpha and beta
27435+ # versions of this API were used to modify firewall policies. This usage is
27436+ # now disabled for most organizations. Use firewallPolicies.addRule instead.
2743227437 # @param [String] security_policy
2743327438 # Name of the security policy to update.
2743427439 # @param [Google::Apis::ComputeV1::SecurityPolicyRule] security_policy_rule_object
@@ -27478,8 +27483,10 @@ def add_organization_security_policy_rule(security_policy, security_policy_rule_
2747827483 end
2747927484
2748027485 # Copies rules to the specified security policy.
27481- # Use of this API to modify firewall policies is deprecated. Use
27482- # firewallPolicies.copyRules instead.
27486+ # Use this API to modify Cloud Armor policies. Previously, alpha and beta
27487+ # versions of this API were used to modify firewall policies. This usage is
27488+ # now disabled for most organizations. Use firewallPolicies.cloneRules
27489+ # instead.
2748327490 # @param [String] security_policy
2748427491 # Name of the security policy to update.
2748527492 # @param [String] request_id
@@ -27529,8 +27536,9 @@ def copy_organization_security_policy_rules(security_policy, request_id: nil, so
2752927536 end
2753027537
2753127538 # Deletes the specified policy.
27532- # Use of this API to remove firewall policies is deprecated. Use
27533- # firewallPolicies.delete instead.
27539+ # Use this API to remove Cloud Armor policies. Previously, alpha and beta
27540+ # versions of this API were used to remove firewall policies. This usage is
27541+ # now disabled for most organizations. Use firewallPolicies.delete instead.
2753427542 # @param [String] security_policy
2753527543 # Name of the security policy to delete.
2753627544 # @param [String] request_id
@@ -27577,8 +27585,9 @@ def delete_organization_security_policy(security_policy, request_id: nil, fields
2757727585 end
2757827586
2757927587 # List all of the ordered rules present in a single specified policy.
27580- # Use of this API to read firewall policies is deprecated. Use
27581- # firewallPolicies.get instead.
27588+ # Use this API to read Cloud Armor policies. Previously, alpha and beta
27589+ # versions of this API were used to read firewall policies. This usage is now
27590+ # disabled for most organizations. Use firewallPolicies.get instead.
2758227591 # @param [String] security_policy
2758327592 # Name of the security policy to get.
2758427593 # @param [String] fields
@@ -27612,8 +27621,10 @@ def get_organization_security_policy(security_policy, fields: nil, quota_user: n
2761227621 end
2761327622
2761427623 # Gets an association with the specified name.
27615- # Use of this API to read firewall policies is deprecated. Use
27616- # firewallPolicies.getAssociation instead if possible.
27624+ # Use this API to read Cloud Armor policies. Previously, alpha and beta
27625+ # versions of this API were used to read firewall policies. This usage is
27626+ # now disabled for most organizations. Use firewallPolicies.getAssociation
27627+ # instead.
2761727628 # @param [String] security_policy
2761827629 # Name of the security policy to which the queried rule belongs.
2761927630 # @param [String] name
@@ -27650,8 +27661,9 @@ def get_organization_security_policy_association(security_policy, name: nil, fie
2765027661 end
2765127662
2765227663 # Gets a rule at the specified priority.
27653- # Use of this API to read firewall policies is deprecated. Use
27654- # firewallPolicies.getRule instead.
27664+ # Use this API to read Cloud Armor policies. Previously, alpha and beta
27665+ # versions of this API were used to read firewall policies. This usage is now
27666+ # disabled for most organizations. Use firewallPolicies.getRule instead.
2765527667 # @param [String] security_policy
2765627668 # Name of the security policy to which the queried rule belongs.
2765727669 # @param [Fixnum] priority
@@ -27689,8 +27701,9 @@ def get_organization_security_policy_rule(security_policy, priority: nil, fields
2768927701
2769027702 # Creates a new policy in the specified organization using the data included
2769127703 # in the request.
27692- # Use of this API to insert firewall policies is deprecated. Use
27693- # firewallPolicies.insert instead.
27704+ # Use this API to add Cloud Armor policies. Previously, alpha and beta
27705+ # versions of this API were used to add firewall policies. This usage is now
27706+ # disabled for most organizations. Use firewallPolicies.insert instead.
2769427707 # @param [Google::Apis::ComputeV1::SecurityPolicy] security_policy_object
2769527708 # @param [String] parent_id
2769627709 # Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]"
@@ -27743,8 +27756,9 @@ def insert_organization_security_policy(security_policy_object = nil, parent_id:
2774327756
2774427757 # List all the policies that have been configured for the specified
2774527758 # organization.
27746- # Use of this API to read firewall policies is deprecated. Use
27747- # firewallPolicies.list instead.
27759+ # Use this API to read Cloud Armor policies. Previously, alpha and beta
27760+ # versions of this API were used to read firewall policies. This usage is now
27761+ # disabled for most organizations. Use firewallPolicies.list instead.
2774827762 # @param [String] filter
2774927763 # A filter expression that filters resources listed in the response. Most
2775027764 # Compute resources support two types of filter expressions:
@@ -27859,8 +27873,10 @@ def list_organization_security_policies(filter: nil, max_results: nil, order_by:
2785927873 end
2786027874
2786127875 # Lists associations of a specified target, i.e., organization or folder.
27862- # Use of this API to read firewall policies is deprecated. Use
27863- # firewallPolicies.listAssociations instead if possible.
27876+ # Use this API to read Cloud Armor policies. Previously, alpha and beta
27877+ # versions of this API were used to read firewall policies. This usage is
27878+ # now disabled for most organizations. Use firewallPolicies.listAssociations
27879+ # instead.
2786427880 # @param [String] target_resource
2786527881 # The target resource to list associations. It is an organization, or a
2786627882 # folder.
@@ -28010,8 +28026,9 @@ def list_organization_security_policy_preconfigured_expression_sets(filter: nil,
2801028026 end
2801128027
2801228028 # Moves the specified security policy.
28013- # Use of this API to modify firewall policies is deprecated. Use
28014- # firewallPolicies.move instead.
28029+ # Use this API to modify Cloud Armor policies. Previously, alpha and beta
28030+ # versions of this API were used to modify firewall policies. This usage is
28031+ # now disabled for most organizations. Use firewallPolicies.move instead.
2801528032 # @param [String] security_policy
2801628033 # Name of the security policy to update.
2801728034 # @param [String] parent_id
@@ -28061,8 +28078,9 @@ def move_organization_security_policy(security_policy, parent_id: nil, request_i
2806128078 end
2806228079
2806328080 # Patches the specified policy with the data included in the request.
28064- # Use of this API to modify firewall policies is deprecated. Use
28065- # firewallPolicies.patch instead.
28081+ # Use this API to modify Cloud Armor policies. Previously, alpha and beta
28082+ # versions of this API were used to modify firewall policies. This usage is
28083+ # now disabled for most organizations. Use firewallPolicies.patch instead.
2806628084 # @param [String] security_policy
2806728085 # Name of the security policy to update.
2806828086 # @param [Google::Apis::ComputeV1::SecurityPolicy] security_policy_object
@@ -28112,8 +28130,10 @@ def patch_organization_security_policy(security_policy, security_policy_object =
2811228130 end
2811328131
2811428132 # Patches a rule at the specified priority.
28115- # Use of this API to modify firewall policies is deprecated. Use
28116- # firewallPolicies.patchRule instead.
28133+ # Use this API to modify Cloud Armor policies. Previously, alpha and beta
28134+ # versions of this API were used to modify firewall policies. This usage is
28135+ # now disabled for most organizations. Use firewallPolicies.patchRule
28136+ # instead.
2811728137 # @param [String] security_policy
2811828138 # Name of the security policy to update.
2811928139 # @param [Google::Apis::ComputeV1::SecurityPolicyRule] security_policy_rule_object
@@ -28166,8 +28186,10 @@ def patch_organization_security_policy_rule(security_policy, security_policy_rul
2816628186 end
2816728187
2816828188 # Removes an association for the specified security policy.
28169- # Use of this API to modify firewall policies is deprecated. Use
28170- # firewallPolicies.removeAssociation instead if possible.
28189+ # Use this API to modify Cloud Armor policies. Previously, alpha and beta
28190+ # versions of this API were used to modify firewall policies. This usage is
28191+ # now disabled for most organizations. Use firewallPolicies.removeAssociation
28192+ # instead.
2817128193 # @param [String] security_policy
2817228194 # Name of the security policy to update.
2817328195 # @param [String] name
@@ -28217,6 +28239,10 @@ def remove_organization_security_policy_association(security_policy, name: nil,
2821728239 end
2821828240
2821928241 # Deletes a rule at the specified priority.
28242+ # Use this API to modify Cloud Armor policies. Previously, alpha and beta
28243+ # versions of this API were used to modify firewall policies. This usage is
28244+ # now disabled for most organizations. Use firewallPolicies.removeRule
28245+ # instead.
2822028246 # @param [String] security_policy
2822128247 # Name of the security policy to update.
2822228248 # @param [Fixnum] priority
0 commit comments