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.8.0, with links to other versions of the API."],["The `MoveAnalysisResult` class is used to analyze and report potential issues, including blockers and warnings, when moving a target resource within Google Cloud."],["The `MoveAnalysisResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, and cloning."],["The class contains two main properties: `Blockers`, which lists issues that prevent a resource from being moved, and `Warnings`, which identifies potential problems that may arise from the move but won't prevent it from happening."],["The documentation includes details about the class's constructors and inherited members, as well as information on the `Blockers` and `Warnings` properties and their types."]]],[]]