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 retrieves a list of address groups within a specified project and location."],["The `parent` path parameter is required and must be formatted as `projects/*/locations/{location}`, with appropriate IAM permissions needed."],["You can use the `pageSize` and `pageToken` query parameters to manage the number of results and paginate through them respectively."],["The HTTP request type for listing address groups is `GET`, and it uses gRPC Transcoding syntax in the URL."],["The request body should be empty when calling this API, with a successful response containing a `ListAddressGroupsResponse` instance."]]],[]]