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-24 UTC."],[[["The `GetRegionDiskTypeRequest` class is used to request information about a specific disk type in a region within the Compute Engine v1 API."],["This page provides documentation and version history for the `GetRegionDiskTypeRequest` class, with the latest version being 3.6.0 and oldest version being 1.0.0."],["The `GetRegionDiskTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all relating to object handling."],["The class has three properties; `DiskType`, `Project` and `Region`, all of type string that provide the necessary information for the GetRegionDiskType request."],["The provided documentation shows that the class is part of the `Google.Cloud.Compute.V1` namespace, with the main assembly being the `Google.Cloud.Compute.V1.dll` file."]]],[]]