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-31 UTC."],[[["The `GetRegionDiskTypeRequest` class in the Google.Cloud.Compute.V1 API is a request message used for retrieving information about a specific region disk type."],["This class is available in various versions, ranging from 1.0.0 to the latest version 3.6.0, with each version providing a link to its respective documentation."],["`GetRegionDiskTypeRequest` implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the object class."],["It includes properties for `DiskType`, `Project`, and `Region`, allowing users to specify the disk type name, project ID, and region name in their requests."],["There are two constructors for the `GetRegionDiskTypeRequest`, one default, and one taking another `GetRegionDiskTypeRequest` as a parameter."]]],[]]