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
6469 6470 6471 6472 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6469 class DeleteUrlMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
6469 6470 6471 6472 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6469 class DeleteUrlMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url_map ⇒ ::String
6469 6470 6471 6472 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6469 class DeleteUrlMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |