Class: Google::Cloud::Asset::V1::AnalyzeMoveResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/asset/v1/asset_service.rb

Overview

The response message for resource move analysis.

Instance Attribute Summary collapse

Instance Attribute Details

#move_analysis::Array<::Google::Cloud::Asset::V1::MoveAnalysis>

Returns The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Cloud services.

Returns:



1533
1534
1535
1536
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1533

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