Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::CreateUrlListRequest.
Request used by the CreateUrlList method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource of the UrlList. Must be in
the format
projects/*/locations/{location}.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource of the UrlList. Must be in
the format
projects/*/locations/{location}.
Returns
-
(::String) — Required. The parent resource of the UrlList. Must be in
the format
projects/*/locations/{location}.
#url_list
def url_list() -> ::Google::Cloud::NetworkSecurity::V1::UrlList
Returns
- (::Google::Cloud::NetworkSecurity::V1::UrlList) — Required. UrlList resource to be created.
#url_list=
def url_list=(value) -> ::Google::Cloud::NetworkSecurity::V1::UrlList
Parameter
- value (::Google::Cloud::NetworkSecurity::V1::UrlList) — Required. UrlList resource to be created.
Returns
- (::Google::Cloud::NetworkSecurity::V1::UrlList) — Required. UrlList resource to be created.
#url_list_id
def url_list_id() -> ::String
Returns
- (::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".
#url_list_id=
def url_list_id=(value) -> ::String
Parameter
- value (::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".
Returns
- (::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".