public sealed class DiskPartitionList : IMessage<DiskPartitionList>, IEquatable<DiskPartitionList>, IDeepCloneable<DiskPartitionList>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class DiskPartitionList.
[[["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-06-12 UTC."],[[["This page provides reference documentation for the `DiskPartitionList` class within the Google Cloud Migration Center v1 API."],["`DiskPartitionList` is a class representing a list of disk partitions, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is located within the `Google.Cloud.MigrationCenter.V1` namespace and is defined in the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["It includes constructors to create an empty `DiskPartitionList` or one based on another `DiskPartitionList` instance."],["The `Entries` property of `DiskPartitionList` is a `RepeatedField` that stores the list of `DiskPartition` objects."]]],[]]