public sealed class GetDiskTypeRequest : IMessage<GetDiskTypeRequest>, IEquatable<GetDiskTypeRequest>, IDeepCloneable<GetDiskTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetDiskTypeRequest.
A request message for DiskTypes.Get. See the method description for details.
[[["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 `GetDiskTypeRequest` class is used to request information about a specific disk type in the Compute Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are relevant for working with protocol buffers and object comparisons in the .NET framework."],["The latest version documented for the `GetDiskTypeRequest` is 3.6.0, and the documentation provides a history of versions going back to 1.0.0."],["The class has three main properties: `DiskType`, `Project`, and `Zone`, which are used to specify the disk type, the project, and the zone for the request."],["The documentation shows that this class has two constructors: a default parameterless constructor and one that takes an existing `GetDiskTypeRequest` object as a parameter for creating copies."]]],[]]