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-04-02 UTC."],[[["This page provides documentation for the `GetDiskTypeRequest` class within the Google Compute Engine v1 API, specifically for .NET development."],["The latest version documented is 3.6.0, with a history of versions ranging down to 1.0.0, all listed with their respective API reference documentation."],["The `GetDiskTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, and deep cloning."],["The class is associated with the `Google.Cloud.Compute.V1` namespace and contains properties such as `DiskType`, `Project`, and `Zone`, which are all of string type."],["The class has 2 constructors available, one default and one that accepts another `GetDiskTypeRequest` object as a parameter, to allow cloning objects."]]],[]]