Class: Google::Cloud::Compute::V1::Error
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Error
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Errors that prevented the ResizeRequest to be fulfilled.
Instance Attribute Summary collapse
-
#errors ⇒ ::Array<::Google::Cloud::Compute::V1::Errors>
[Output Only] The array of errors encountered while processing this operation.
Instance Attribute Details
#errors ⇒ ::Array<::Google::Cloud::Compute::V1::Errors>
Returns [Output Only] The array of errors encountered while processing this operation.
7630 7631 7632 7633 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7630 class Error include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |