Class: Google::Cloud::Compute::V1::BackendServicesScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BackendServicesScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#backend_services ⇒ ::Array<::Google::Cloud::Compute::V1::BackendService>
A list of BackendServices 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
#backend_services ⇒ ::Array<::Google::Cloud::Compute::V1::BackendService>
Returns A list of BackendServices contained in this scope.
4235 4236 4237 4238 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4235 class BackendServicesScopedList 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.
4235 4236 4237 4238 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4235 class BackendServicesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |