Reference documentation and code samples for the Google Cloud Network Security V1 Client class UrlList.
UrlList proto helps users to set reusable, independently manageable lists of hosts, host patterns, URLs, URL patterns.
Generated from protobuf message google.cloud.networksecurity.v1.UrlList
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^ a-z ?$).
↳ create_time
↳ update_time
↳ description
string
Optional. Free-text description of the resource.
↳ values
string[]
Required. FQDNs and URLs.
getName
Required. Name of the resource provided by the user.
Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^ a-z ?$).
string
setName
Required. Name of the resource provided by the user.
Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^ a-z ?$).
var
string
$this
getCreateTime
Output only. Time when the security policy was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time when the security policy was created.
$this
getUpdateTime
Output only. Time when the security policy was updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Time when the security policy was updated.
$this
getDescription
Optional. Free-text description of the resource.
string
setDescription
Optional. Free-text description of the resource.
var
string
$this
getValues
Required. FQDNs and URLs.
setValues
Required. FQDNs and URLs.
var
string[]
$this

