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-03-21 UTC."],[[["This webpage details the `GetDiskTypeRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving information about a specific disk type."],["The latest version available for the `GetDiskTypeRequest` class is 3.6.0, and the page provides links to documentation for various previous versions, ranging from 1.0.0 to 3.5.0."],["`GetDiskTypeRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle Google Protocol Buffer messages."],["The class includes properties such as `DiskType`, `Project`, and `Zone`, which are string properties used to specify the disk type, project ID, and zone for the request."],["The `GetDiskTypeRequest` class has two constructors: a default constructor and a constructor that accepts another `GetDiskTypeRequest` object as a parameter for copying."]]],[]]