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."],[[["The latest version of the `MoveAnalysisResult` is 3.12.0, as seen at the top of the version history list."],["`MoveAnalysisResult` is a class within the Google.Cloud.Asset.V1 namespace, designed to provide analysis outcomes that can include warnings and blockers."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MoveAnalysisResult` class has properties for `Blockers` and `Warnings`, both of which are of type `RepeatedField\u003cMoveImpact\u003e`, providing details on what might prevent or make unsafe the movement of resources."],["There is a history of 17 listed versions, starting from 2.7.0 and up to the latest 3.12.0, showcasing the evolution and updates of the `MoveAnalysisResult`."]]],[]]