Reference documentation and code samples for the Google Cloud Network Security V1 Client class CreateUrlListRequest.
Request used by the CreateUrlList method.
Generated from protobuf message google.cloud.networksecurity.v1.CreateUrlListRequest
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
data
mixed
getParent
Required. The parent resource of the UrlList. Must be in
the format projects/*/locations/{location}
.
string
setParent
Required. The parent resource of the UrlList. Must be in
the format projects/*/locations/{location}
.
var
string
$this
getUrlListId
Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "url_list".
string
setUrlListId
Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "url_list".
var
string
$this
getUrlList
Required. UrlList resource to be created.
hasUrlList
clearUrlList
setUrlList
Required. UrlList resource to be created.
$this
static::build
parent
string
Required. The parent resource of the UrlList. Must be in
the format projects/*/locations/{location}
. Please see NetworkSecurityClient::locationName()
for help formatting this field.
urlList
urlListId
string
Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "url_list".

