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."],[[["This webpage details the `GetRegionDiskTypeRequest` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to the latest 3.6.0."],["The `GetRegionDiskTypeRequest` class is a request message used for retrieving information about a specific disk type in a region, as part of the Google Cloud Compute API."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities within the .NET framework."],["The class includes properties such as `DiskType`, `Project`, and `Region`, which are used to specify the target disk type, the project ID, and the region for the request, respectively."],["There are two constructors available for the `GetRegionDiskTypeRequest` class: one default constructor and another that takes an existing `GetRegionDiskTypeRequest` object as a parameter."]]],[]]