Class: Google::Cloud::NetworkSecurity::V1::DeleteUrlListRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::DeleteUrlListRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/url_list.rb
Overview
Request used by the DeleteUrlList method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the UrlList to delete. Must be in
the format projects/*/locations/{location}/urlLists/*.
137 138 139 140 |
# File 'proto_docs/google/cloud/networksecurity/v1/url_list.rb', line 137 class DeleteUrlListRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |