public sealed class GetDiskTypeRequest : IMessage<GetDiskTypeRequest>, IEquatable<GetDiskTypeRequest>, IDeepCloneable<GetDiskTypeRequest>, IBufferMessage, IMessage
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-04-02 UTC."],[[["The `GetDiskTypeRequest` class is used to request information about a specific disk type within Google Cloud Compute."],["This page provides documentation for `GetDiskTypeRequest` and its various versions, ranging from 1.0.0 to the latest 3.6.0, which is shown as the most up-to-date release."],["The `GetDiskTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering support for working with Google Protobuf messages and efficient data handling."],["The class has three main properties: `DiskType`, `Project`, and `Zone`, all of which are strings used to specify the disk type, project ID, and zone respectively for a disk type retrieval request."],["The `GetDiskTypeRequest` class provides two constructors, one default and another to clone from another instance of the `GetDiskTypeRequest` object."]]],[]]