Class: Google::Cloud::Compute::V1::ReservationsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ReservationsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#reservations ⇒ ::Array<::Google::Cloud::Compute::V1::Reservation>
A list of reservations contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of reservations when the list is empty.
Instance Attribute Details
#reservations ⇒ ::Array<::Google::Cloud::Compute::V1::Reservation>
Returns A list of reservations contained in this scope.
26385 26386 26387 26388 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26385 class ReservationsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of reservations when the list is empty.
26385 26386 26387 26388 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26385 class ReservationsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |