Class: Google::Cloud::NetworkSecurity::V1::CreateUrlListRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::CreateUrlListRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/url_list.rb
Overview
Request used by the CreateUrlList method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#url_list ⇒ ::Google::Cloud::NetworkSecurity::V1::UrlList
Required.
-
#url_list_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource of the UrlList. Must be in
the format projects/*/locations/{location}.
110 111 112 113 |
# File 'proto_docs/google/cloud/networksecurity/v1/url_list.rb', line 110 class CreateUrlListRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url_list ⇒ ::Google::Cloud::NetworkSecurity::V1::UrlList
Returns Required. UrlList resource to be created.
110 111 112 113 |
# File 'proto_docs/google/cloud/networksecurity/v1/url_list.rb', line 110 class CreateUrlListRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url_list_id ⇒ ::String
Returns 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".
110 111 112 113 |
# File 'proto_docs/google/cloud/networksecurity/v1/url_list.rb', line 110 class CreateUrlListRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |