Class: Google::Cloud::Compute::V1::SetUrlMapTargetHttpsProxyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SetUrlMapTargetHttpsProxyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for TargetHttpsProxies.SetUrlMap. 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.
-
#target_https_proxy ⇒ ::String
Name of the TargetHttpsProxy resource whose URL map is to be set.
-
#url_map_reference_resource ⇒ ::Google::Cloud::Compute::V1::UrlMapReference
The body resource for this request.
Instance Attribute Details
#project ⇒ ::String
32318 32319 32320 32321 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32318 class SetUrlMapTargetHttpsProxyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
32318 32319 32320 32321 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32318 class SetUrlMapTargetHttpsProxyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_https_proxy ⇒ ::String
32318 32319 32320 32321 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32318 class SetUrlMapTargetHttpsProxyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url_map_reference_resource ⇒ ::Google::Cloud::Compute::V1::UrlMapReference
32318 32319 32320 32321 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32318 class SetUrlMapTargetHttpsProxyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |