public sealed class GetRegionDiskTypeRequest : IMessage<GetRegionDiskTypeRequest>, IEquatable<GetRegionDiskTypeRequest>, IDeepCloneable<GetRegionDiskTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionDiskTypeRequest.
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 provides documentation for the `GetRegionDiskTypeRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The documentation covers a range of versions for the `Google.Cloud.Compute.V1` package, from version 1.0.0 up to the latest, version 3.6.0, with the current version on the page being 2.3.0."],["`GetRegionDiskTypeRequest` is a request message used to retrieve details about a specific disk type within a region, and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The properties of `GetRegionDiskTypeRequest` that can be set are `DiskType`, `Project`, and `Region`, all as strings."],["The class inherits from `Object` and does not introduce new inherited members, simply making use of `Object`'s inherited members."]]],[]]