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-21 UTC."],[[["The `GetRegionDiskRequest` class is part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace and is available through the Google.Cloud.Compute.V1.dll assembly."],["This class is a request message used for the `RegionDisks.Get` method and is designed to retrieve information about a specific regional persistent disk."],["The latest version for the class is listed as `3.6.0`, and the page contains documentation for several versions of this class dating back to `1.0.0`."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable\u003cGetRegionDiskRequest\u003e`, `IDeepCloneable\u003cGetRegionDiskRequest\u003e`, and `IBufferMessage`."],["The `GetRegionDiskRequest` class includes three key properties: `Disk`, `Project`, and `Region`, which are used to specify the target persistent disk, the relevant project ID, and the region in which the disk resides."]]],[]]