Class: Google::Cloud::Compute::V1::DeleteUrlMapRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DeleteUrlMapRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for UrlMaps.Delete. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#url_map ⇒ ::String
Name of the UrlMap resource to delete.
Instance Attribute Details
#project ⇒ ::String
7240 7241 7242 7243 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7240 class DeleteUrlMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
7240 7241 7242 7243 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7240 class DeleteUrlMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url_map ⇒ ::String
7240 7241 7242 7243 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7240 class DeleteUrlMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |