Class: Google::Cloud::Compute::V1::OperationsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::OperationsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#operations ⇒ ::Array<::Google::Cloud::Compute::V1::Operation>
[Output Only] A list of operations contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
[Output Only] Informational warning which replaces the list of operations when the list is empty.
Instance Attribute Details
#operations ⇒ ::Array<::Google::Cloud::Compute::V1::Operation>
Returns [Output Only] A list of operations contained in this scope.
22542 22543 22544 22545 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22542 class OperationsScopedList 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 operations when the list is empty.
22542 22543 22544 22545 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22542 class OperationsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |