lib/google/cloud/compute/v1/security_policies/rest/client.rb in google-cloud-compute-v1-1.7.1 vs lib/google/cloud/compute/v1/security_policies/rest/client.rb in google-cloud-compute-v1-1.8.0

- old
+ new

@@ -768,10 +768,10 @@ raise ::Google::Cloud::Error.from_error gapic_error end end ## - # Patches the specified policy with the data included in the request. This cannot be used to be update the rules in the policy. Please use the per rule methods like addRule, patchRule, and removeRule instead. + # Patches the specified policy with the data included in the request. To clear fields in the rule, leave the fields empty and specify them in the updateMask. This cannot be used to be update the rules in the policy. Please use the per rule methods like addRule, patchRule, and removeRule instead. # # @overload patch(request, options = nil) # Pass arguments to `patch` via a request object, either of type # {::Google::Cloud::Compute::V1::PatchSecurityPolicyRequest} or an equivalent Hash. #