public sealed class MoveAnalysisResult : IMessage<MoveAnalysisResult>, IEquatable<MoveAnalysisResult>, IDeepCloneable<MoveAnalysisResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class MoveAnalysisResult.
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\u003eThis document provides reference documentation for the \u003ccode\u003eMoveAnalysisResult\u003c/code\u003e class within the Google Cloud Asset Inventory v1 API, specifically detailing its structure, usage, and available versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMoveAnalysisResult\u003c/code\u003e class analyzes and reports on potential issues when moving a resource, using \u003ccode\u003eBlockers\u003c/code\u003e to highlight runtime-preventing obstacles, and \u003ccode\u003eWarnings\u003c/code\u003e to point out potential configuration or policy issues that might cause problems.\u003c/p\u003e\n"],["\u003cp\u003eThe document includes versions ranging from 2.7.0 to 3.12.0, with 3.12.0 being the latest version, and 3.5.0 being the version focused on in the full document.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMoveAnalysisResult\u003c/code\u003e is implemented in several interfaces: \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and it inherits members from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMoveAnalysisResult\u003c/code\u003e class contains two main properties: \u003ccode\u003eBlockers\u003c/code\u003e, which is a repeated field of \u003ccode\u003eMoveImpact\u003c/code\u003e objects showing potential preventing issues, and \u003ccode\u003eWarnings\u003c/code\u003e, which is another repeated field of \u003ccode\u003eMoveImpact\u003c/code\u003e objects warning about potential issues.\u003c/p\u003e\n"]]],[],null,[]]