public sealed class GetRegionDiskTypeRequest : IMessage<GetRegionDiskTypeRequest>, IEquatable<GetRegionDiskTypeRequest>, IDeepCloneable<GetRegionDiskTypeRequest>, IBufferMessage, IMessage
A request message for RegionDiskTypes.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 `GetRegionDiskTypeRequest` class is used to request information about a specific disk type in a region, as part of the `Google.Cloud.Compute.V1` namespace."],["This class supports a range of versions from 1.0.0 to the latest version 3.6.0 for accessing different versions of the API."],["It inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties for specifying the `DiskType`, `Project`, and `Region`, which are required to identify the disk type to fetch."],["The `GetRegionDiskTypeRequest` class has two constructors, one being empty and another accepting a `GetRegionDiskTypeRequest` object as a parameter."]]],[]]