Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListAddressGroupsRequest.
Request used with the ListAddressGroups method.
Generated from protobuf message google.cloud.networksecurity.v1.ListAddressGroupsRequest
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project and location from which the AddressGroups should be listed, specified in the format projects/*/locations/{location}
.
↳ page_size
int
Maximum number of AddressGroups to return per call.
↳ page_token
string
The value returned by the last ListAddressGroupsResponse
Indicates that this is a continuation of a prior ListAddressGroups
call, and that the system should return the next page of data.
↳ return_partial_success
bool
Optional. If true, allow partial responses for multi-regional Aggregated List requests.
getParent
Required. The project and location from which the AddressGroups
should be listed, specified in the format projects/*/locations/{location}
.
string
setParent
Required. The project and location from which the AddressGroups
should be listed, specified in the format projects/*/locations/{location}
.
var
string
$this
getPageSize
Maximum number of AddressGroups to return per call.
int
setPageSize
Maximum number of AddressGroups to return per call.
var
int
$this
getPageToken
The value returned by the last ListAddressGroupsResponse
Indicates that this is a
continuation of a prior ListAddressGroups
call, and
that the system should return the next page of data.
string
setPageToken
The value returned by the last ListAddressGroupsResponse
Indicates that this is a
continuation of a prior ListAddressGroups
call, and
that the system should return the next page of data.
var
string
$this
getReturnPartialSuccess
Optional. If true, allow partial responses for multi-regional Aggregated List requests.
bool
setReturnPartialSuccess
Optional. If true, allow partial responses for multi-regional Aggregated List requests.
var
bool
$this
static::build
parent
string
Required. The project and location from which the AddressGroups
should be listed, specified in the format projects/*/locations/{location}
. Please see AddressGroupServiceClient::locationName()
for help formatting this field.

