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"]],[["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 document provides reference documentation for the `MoveAnalysisResult` class within the Google Cloud Asset Inventory v1 API, specifically detailing its structure, usage, and available versions."],["The `MoveAnalysisResult` class analyzes and reports on potential issues when moving a resource, using `Blockers` to highlight runtime-preventing obstacles, and `Warnings` to point out potential configuration or policy issues that might cause problems."],["The 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."],["`MoveAnalysisResult` is implemented in several interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits members from the `object` class."],["The `MoveAnalysisResult` class contains two main properties: `Blockers`, which is a repeated field of `MoveImpact` objects showing potential preventing issues, and `Warnings`, which is another repeated field of `MoveImpact` objects warning about potential issues."]]],[]]