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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMoveAnalysisResult\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Asset.V1\u003c/code\u003e namespace, provides an analysis of resource moves, including blockers and warnings.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.12.0 is the latest release of the \u003ccode\u003eMoveAnalysisResult\u003c/code\u003e documentation, with multiple previous versions available for reference dating as far back as 2.7.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMoveAnalysisResult\u003c/code\u003e implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two primary properties, \u003ccode\u003eBlockers\u003c/code\u003e and \u003ccode\u003eWarnings\u003c/code\u003e, which are of type \u003ccode\u003eRepeatedField<MoveImpact>\u003c/code\u003e and provide details on issues that might arise from resource movement.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for \u003ccode\u003eMoveAnalysisResult\u003c/code\u003e, one being parameterless and the other taking another \u003ccode\u003eMoveAnalysisResult\u003c/code\u003e as a parameter for copying.\u003c/p\u003e\n"]]],[],null,[]]