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 a request message for retrieving details about a specific region disk type, as part of the Google Cloud Compute API, specifically under `Google.Cloud.Compute.V1` namespace."],["The latest version of the `GetRegionDiskTypeRequest` available is 3.6.0, with numerous previous versions ranging from 1.0.0 to 3.5.0, providing flexibility to access versions as far back as necessary."],["This class inherits from `Object` and implements interfaces including `IMessage\u003cGetRegionDiskTypeRequest\u003e`, `IEquatable\u003cGetRegionDiskTypeRequest\u003e`, `IDeepCloneable\u003cGetRegionDiskTypeRequest\u003e`, and `IBufferMessage`, meaning it contains methods and properties allowing for cloning, comparison, and more."],["The `GetRegionDiskTypeRequest` class includes properties for `DiskType`, `Project`, and `Region`, all of which are strings, and these are critical for identifying the specific disk type being requested."],["It is possible to construct a `GetRegionDiskTypeRequest` object with no information, or copy an existing one, using the two provided constructors."]]],[]]