Class: Google::Cloud::Compute::V1::InstanceGroupManagerResizeRequestStatusLastAttempt
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManagerResizeRequestStatusLastAttempt
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#error ⇒ ::Google::Cloud::Compute::V1::Error
Errors that prevented the ResizeRequest to be fulfilled.
Instance Attribute Details
#error ⇒ ::Google::Cloud::Compute::V1::Error
Returns Errors that prevented the ResizeRequest to be fulfilled.
14090 14091 14092 14093 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14090 class InstanceGroupManagerResizeRequestStatusLastAttempt include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |