Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListUrlListsResponse.
Response returned by the ListUrlLists method.
Generated from protobuf message google.cloud.networksecurity.v1.ListUrlListsResponse
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ url_lists
↳ next_page_token
string
If there might be more results than those appearing in this response, then next_page_token
is included. To get the next set of results, call this method again using the value of next_page_token
as page_token
.
↳ unreachable
string[]
Locations that could not be reached.
getUrlLists
List of UrlList resources.
setUrlLists
List of UrlList resources.
$this
getNextPageToken
If there might be more results than those appearing in this response, then next_page_token
is included. To get the next set of results, call this
method again using the value of next_page_token
as page_token
.
string
setNextPageToken
If there might be more results than those appearing in this response, then next_page_token
is included. To get the next set of results, call this
method again using the value of next_page_token
as page_token
.
var
string
$this
getUnreachable
Locations that could not be reached.
setUnreachable
Locations that could not be reached.
var
string[]
$this

