| GET | /locations/global/firewallPolicies | Lists all the policies that have been configured for the specified folder or organization. |
| POST | /locations/global/firewallPolicies | Creates a new policy in the specified project using the data included in the request. |
| GET | /locations/global/firewallPolicies/listAssociations | Lists associations of a specified target, i.e., organization or folder. |
| DELETE | /locations/global/firewallPolicies/{firewallPolicy} | Deletes the specified policy. |
| GET | /locations/global/firewallPolicies/{firewallPolicy} | Returns the specified firewall policy. |
| PATCH | /locations/global/firewallPolicies/{firewallPolicy} | Patches the specified policy with the data included in the request. |
| POST | /locations/global/firewallPolicies/{firewallPolicy}/addAssociation | Inserts an association for the specified firewall policy. |
| POST | /locations/global/firewallPolicies/{firewallPolicy}/addRule | Inserts a rule into a firewall policy. |
| POST | /locations/global/firewallPolicies/{firewallPolicy}/cloneRules | Copies rules to the specified firewall policy. |
| GET | /locations/global/firewallPolicies/{firewallPolicy}/getAssociation | Gets an association with the specified name. |
| GET | /locations/global/firewallPolicies/{firewallPolicy}/getRule | Gets a rule of the specified priority. |
| POST | /locations/global/firewallPolicies/{firewallPolicy}/move | Moves the specified firewall policy. |
| POST | /locations/global/firewallPolicies/{firewallPolicy}/patchRule | Patches a rule of the specified priority. |
| POST | /locations/global/firewallPolicies/{firewallPolicy}/removeAssociation | Removes an association for the specified firewall policy. |
| POST | /locations/global/firewallPolicies/{firewallPolicy}/removeRule | Deletes a rule of the specified priority. |
| GET | /locations/global/firewallPolicies/{resource}/getIamPolicy | Gets the access control policy for a resource. May be empty if no such policy or resource exists. |
| POST | /locations/global/firewallPolicies/{resource}/setIamPolicy | Sets the access control policy on the specified resource. Replaces any existing policy. |
| POST | /locations/global/firewallPolicies/{resource}/testIamPermissions | Returns permissions that a caller has on the specified resource. |
| GET | /locations/global/operations | Retrieves a list of Operation resources contained within the specified organization. |
| DELETE | /locations/global/operations/{operation} | Deletes the specified Operations resource. |
| GET | /locations/global/operations/{operation} | Retrieves the specified Operations resource. Gets a list of operations by making a list() request. |