Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListUrlListsRequest.
Request used by the ListUrlList method.
Generated from protobuf message google.cloud.networksecurity.v1.ListUrlListsRequest
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 UrlLists should be listed, specified in the format projects/{project}/locations/{location}
.
↳ page_size
int
Maximum number of UrlLists to return per call.
↳ page_token
string
The value returned by the last ListUrlListsResponse
Indicates that this is a continuation of a prior ListUrlLists
call, and that the system should return the next page of data.
getParent
Required. The project and location from which the UrlLists should
be listed, specified in the format projects/{project}/locations/{location}
.
string
setParent
Required. The project and location from which the UrlLists should
be listed, specified in the format projects/{project}/locations/{location}
.
var
string
$this
getPageSize
Maximum number of UrlLists to return per call.
int
setPageSize
Maximum number of UrlLists to return per call.
var
int
$this
getPageToken
The value returned by the last ListUrlListsResponse
Indicates that this is a continuation of a prior ListUrlLists
call, and that the system
should return the next page of data.
string
setPageToken
The value returned by the last ListUrlListsResponse
Indicates that this is a continuation of a prior ListUrlLists
call, and that the system
should return the next page of data.
var
string
$this
static::build
parent
string
Required. The project and location from which the UrlLists should
be listed, specified in the format projects/{project}/locations/{location}
. Please see NetworkSecurityClient::locationName()
for help formatting this field.

