Class: Google::Cloud::Asset::V1::AnalyzeMoveResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::AnalyzeMoveResponse
- 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
-
#move_analysis ⇒ ::Array<::Google::Cloud::Asset::V1::MoveAnalysis>
The list of analyses returned from performing the intended resource move analysis.
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 Google Cloud services.
1570 1571 1572 1573 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1570 class AnalyzeMoveResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |