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