Class: Google::Cloud::Compute::V1::Error

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#errors::Array<::Google::Cloud::Compute::V1::Errors>

Returns [Output Only] The array of errors encountered while processing this operation.

Returns:



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