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-04-17 UTC."],[[["This webpage provides documentation for the `MoveAnalysisResult` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.9.0, with links to other versions of the API."],["The `MoveAnalysisResult` class is used to analyze potential resource moves, providing information on blockers and warnings that might impact or prevent the move."],["This class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It includes two primary properties, `Blockers` and `Warnings`, both of type `RepeatedField\u003cMoveImpact\u003e`, to detail issues that could block or pose a risk during a resource move."],["The documentation lists the available constructors and inherited methods for the class, as well as the namespace and assembly information for easy reference."]]],[]]