public sealed class AnalyzeMoveResponse : IMessage<AnalyzeMoveResponse>, IEquatable<AnalyzeMoveResponse>, IDeepCloneable<AnalyzeMoveResponse>, IBufferMessage, IMessage
The response message for resource move analysis.
Implements
IMessage<AnalyzeMoveResponse>, IEquatable<AnalyzeMoveResponse>, IDeepCloneable<AnalyzeMoveResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
AnalyzeMoveResponse()
public AnalyzeMoveResponse()
AnalyzeMoveResponse(AnalyzeMoveResponse)
public AnalyzeMoveResponse(AnalyzeMoveResponse other)
Parameter | |
---|---|
Name | Description |
other | AnalyzeMoveResponse |
Properties
MoveAnalysis
public RepeatedField<MoveAnalysis> MoveAnalysis { get; }
The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Cloud services.
Property Value | |
---|---|
Type | Description |
RepeatedField<MoveAnalysis> |