Class: Google::Cloud::Compute::V1::DeleteRegionUrlMapRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DeleteRegionUrlMapRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for RegionUrlMaps.Delete. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region scoping this request.
-
#request_id ⇒ ::String
Begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
-
#url_map ⇒ ::String
Name of the UrlMap resource to delete.
Instance Attribute Details
#project ⇒ ::String
6856 6857 6858 6859 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6856 class DeleteRegionUrlMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
6856 6857 6858 6859 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6856 class DeleteRegionUrlMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
6856 6857 6858 6859 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6856 class DeleteRegionUrlMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url_map ⇒ ::String
6856 6857 6858 6859 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6856 class DeleteRegionUrlMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |