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."],[[["The latest version available is 3.6.0, with previous versions ranging down to 1.0.0 for the `Google.Cloud.Compute.V1.GetDiskTypeRequest`."],["`GetDiskTypeRequest` is a request message used for retrieving disk type details, as part of the `DiskTypes.Get` method."],["`GetDiskTypeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities."],["`GetDiskTypeRequest` has three properties: `DiskType`, `Project`, and `Zone`, all of which are string types and used to define the disk, project and zone of the request."],["The class `GetDiskTypeRequest` inherits members from the Object class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]