public sealed class MoveAnalysisResult : IMessage<MoveAnalysisResult>, IEquatable<MoveAnalysisResult>, IDeepCloneable<MoveAnalysisResult>, IBufferMessage, IMessage
An analysis result including blockers and warnings.
public RepeatedField<MoveImpact> Warnings { get; }
Warning information indicating that moving the target resource to the
specified destination might be unsafe. This can include important policy
information and configuration changes, but will not block moves at runtime.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `MoveAnalysisResult` class, which is part of the Google.Cloud.Asset.V1 namespace and is found within the Google.Cloud.Asset.V1.dll assembly."],["The `MoveAnalysisResult` class is used to provide an analysis of a move operation, including potential blockers and warnings that may arise from moving a resource."],["It is available in multiple versions, from 2.7.0 to 3.12.0, with 3.12.0 being the latest version available, and it inherits from the Object class and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties, `Blockers` and `Warnings`, both of which are of type `RepeatedField\u003cMoveImpact\u003e`, and these properties provide information on issues that could block a move and warning information, respectively."]]],[]]