Class: Google::Cloud::Compute::V1::UrlMapsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::UrlMapsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#url_maps ⇒ ::Array<::Google::Cloud::Compute::V1::UrlMap>
A list of UrlMaps contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of backend services when the list is empty.
Instance Attribute Details
#url_maps ⇒ ::Array<::Google::Cloud::Compute::V1::UrlMap>
Returns A list of UrlMaps contained in this scope.
35528 35529 35530 35531 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 35528 class UrlMapsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of backend services when the list is empty.
35528 35529 35530 35531 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 35528 class UrlMapsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |