Class: Google::Cloud::Compute::V1::CommitmentsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::CommitmentsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#commitments ⇒ ::Array<::Google::Cloud::Compute::V1::Commitment>
[Output Only] A list of commitments contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
[Output Only] Informational warning which replaces the list of commitments when the list is empty.
Instance Attribute Details
#commitments ⇒ ::Array<::Google::Cloud::Compute::V1::Commitment>
Returns [Output Only] A list of commitments contained in this scope.
5006 5007 5008 5009 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5006 class CommitmentsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns [Output Only] Informational warning which replaces the list of commitments when the list is empty.
5006 5007 5008 5009 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5006 class CommitmentsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |