public sealed class AnalyzeMoveRequest : IMessage<AnalyzeMoveRequest>, IEquatable<AnalyzeMoveRequest>, IDeepCloneable<AnalyzeMoveRequest>, IBufferMessage, IMessage
The request message for performing resource move analysis.
Required. Name of the GCP Folder or Organization to reparent the target
resource. The analysis will be performed against hypothetically moving the
resource to this specified desitination parent. This can only be a Folder
number (such as "folders/123") or an Organization number (such as
"organizations/123").
Required. Name of the resource to perform the analysis against.
Only GCP Project are supported as of today. Hence, this can only be Project
ID (such as "projects/my-project-id") or a Project Number (such as
"projects/12345").
[[["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\u003eAnalyzeMoveRequest\u003c/code\u003e class is used to analyze the impact of moving a resource within Google Cloud, currently supporting only GCP Projects.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.Asset.V1\u003c/code\u003e namespace and is found in the \u003ccode\u003eGoogle.Cloud.Asset.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is version 3.12.0, but version 2.11.0 is also available, along with other versions between the two.\u003c/p\u003e\n"],["\u003cp\u003eIt requires specifying a \u003ccode\u003eDestinationParent\u003c/code\u003e (a Folder or Organization) and the \u003ccode\u003eResource\u003c/code\u003e to be moved (a Project ID or Number).\u003c/p\u003e\n"],["\u003cp\u003eThe analysis can be customized through the \u003ccode\u003eView\u003c/code\u003e property, which determines the level of detail in the analysis response, defaulting to FULL view if left unspecified.\u003c/p\u003e\n"]]],[],null,[]]