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, showing it's a message type used in the Google Cloud Compute API."],["The page provides access to various versions of the `GetRegionDiskTypeRequest`, ranging from version 1.0.0 up to the latest version 3.6.0."],["The `GetRegionDiskTypeRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `DiskType`, `Project`, and `Region`, which are all string types and used to define the disk type, project ID, and region for the request."],["It also lists the constructors available for creating a `GetRegionDiskTypeRequest` object, offering a default constructor and one that accepts another `GetRegionDiskTypeRequest` as a parameter."]]],[]]