Class: Google::Cloud::Asset::V1::MoveAnalysis
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::MoveAnalysis
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
A message to group the analysis information.
Instance Attribute Summary collapse
-
#analysis ⇒ ::Google::Cloud::Asset::V1::MoveAnalysisResult
Analysis result of moving the target resource.
-
#display_name ⇒ ::String
The user friendly display name of the analysis.
-
#error ⇒ ::Google::Rpc::Status
Description of error encountered when performing the analysis.
Instance Attribute Details
#analysis ⇒ ::Google::Cloud::Asset::V1::MoveAnalysisResult
Returns Analysis result of moving the target resource.
1288 1289 1290 1291 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1288 class MoveAnalysis include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The user friendly display name of the analysis. E.g. IAM, Organization Policy etc.
1288 1289 1290 1291 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1288 class MoveAnalysis include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error ⇒ ::Google::Rpc::Status
Returns Description of error encountered when performing the analysis.
1288 1289 1290 1291 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1288 class MoveAnalysis include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |