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-04-17 UTC."],[[["The `MoveAnalysisResult` class, part of the `Google.Cloud.Asset.V1` namespace, provides an analysis of resource moves, including blockers and warnings."],["Version 3.12.0 is the latest release of the `MoveAnalysisResult` documentation, with multiple previous versions available for reference dating as far back as 2.7.0."],["`MoveAnalysisResult` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two primary properties, `Blockers` and `Warnings`, which are of type `RepeatedField\u003cMoveImpact\u003e` and provide details on issues that might arise from resource movement."],["There are two constructors for `MoveAnalysisResult`, one being parameterless and the other taking another `MoveAnalysisResult` as a parameter for copying."]]],[]]