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 provides documentation for the `GetDiskTypeRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage in .NET."],["The `GetDiskTypeRequest` class is used to construct request messages for retrieving information about disk types in Google Cloud Compute."],["The class inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists the available versions of the documentation for `GetDiskTypeRequest`, ranging from version 1.0.0 to the latest version, 3.6.0, with the option to navigate to the documentation of any version."],["The `GetDiskTypeRequest` class contains properties for `DiskType`, `Project`, and `Zone`, which are required to obtain specific information."]]],[]]