public sealed class GetDiskTypeRequest : IMessage<GetDiskTypeRequest>, IEquatable<GetDiskTypeRequest>, IDeepCloneable<GetDiskTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetDiskTypeRequest.
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 of the `GetDiskTypeRequest` documentation is 3.6.0, but this page primarily covers version 2.12.0, offering access to previous versions ranging from 1.0.0 to 3.5.0."],["`GetDiskTypeRequest` is a class in the Google.Cloud.Compute.V1 namespace used within the Compute Engine v1 API to represent a request to retrieve a specific disk type, and it inherits from the base `object` class."],["The class `GetDiskTypeRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has methods for object equality and deep cloning."],["The `GetDiskTypeRequest` class has properties such as `DiskType`, `Project`, and `Zone`, which are strings representing the name of the disk type, the project ID, and the zone for the request respectively."],["There are two constructors for GetDiskTypeRequest class one empty and another accepting another GetDiskTypeRequest."]]],[]]