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 of the `GetDiskTypeRequest` documentation is for version 3.6.0, with versions ranging back to 1.0.0 being available."],["The `GetDiskTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`."],["Key properties of the `GetDiskTypeRequest` include `DiskType`, `Project`, and `Zone`, all of which are string values and used to identify the desired disk type."],["The class contains two constructor methods: one default constructor `GetDiskTypeRequest()` and one that accepts another `GetDiskTypeRequest` object as a parameter."]]],[]]