public sealed class RunningProcessList : IMessage<RunningProcessList>, IEquatable<RunningProcessList>, IDeepCloneable<RunningProcessList>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class RunningProcessList.
[[["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."],[[["The `RunningProcessList` class, part of the Migration Center v1 API, provides a list of running guest OS processes."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in data handling and manipulation."],["It is available across multiple versions, with 1.4.0 being the latest, and older versions like 1.3.0, 1.2.0, 1.1.0, and 1.0.0 being accessible."],["The `RunningProcessList` has a property called `Entries`, which is of type `RepeatedField\u003cRunningProcess\u003e`, allowing for a collection of running process entries."],["It is located in the namespace `Google.Cloud.MigrationCenter.V1` and is found in the `Google.Cloud.MigrationCenter.V1.dll` assembly."]]],[]]