public sealed class GetRegionDiskRequest : IMessage<GetRegionDiskRequest>, IEquatable<GetRegionDiskRequest>, IDeepCloneable<GetRegionDiskRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionDiskRequest.
A request message for RegionDisks.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."],[[["This webpage provides reference documentation for the `GetRegionDiskRequest` class within the Compute Engine v1 API for .NET, specifically for the 3.5.0 version."],["The `GetRegionDiskRequest` class is used to construct a request message for the `RegionDisks.Get` method, allowing you to retrieve information about a specific regional persistent disk."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, and cloning."],["The page lists numerous available versions of the API, from 1.0.0 up to the latest 3.6.0 version, providing access to historical and current release documentation."],["`GetRegionDiskRequest` includes properties for specifying the `Disk`, `Project`, and `Region`, all of which are strings and necessary to define the details of the regional persistent disk being requested."]]],[]]