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:



8165
8166
8167
8168
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8165

class Error
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end