Required. The project and location from which the AddressGroups should be listed, specified in the format projects/*/locations/{location}.
Authorization requires the following IAM permission on the specified resource parent:
networksecurity.addressGroups.list
Query parameters
Parameters
pageSize
integer
Maximum number of AddressGroups to return per call.
pageToken
string
The value returned by the last ListAddressGroupsResponse Indicates that this is a continuation of a prior addressGroups.list call, and that the system should return the next page of data.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-06-26 UTC."],[[["This API endpoint lists address groups within a specified project and location."],["The HTTP request uses a GET method with a URL that includes project and location details as path parameters."],["The request supports `pageSize` and `pageToken` query parameters for managing the number of results and pagination."],["The request body should be empty, and successful responses will contain a `ListAddressGroupsResponse`."],["Authorization requires the `networksecurity.addressGroups.list` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]