public sealed class GetRegionDiskRequest : IMessage<GetRegionDiskRequest>, IEquatable<GetRegionDiskRequest>, IDeepCloneable<GetRegionDiskRequest>, IBufferMessage, IMessage
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-04-02 UTC."],[[["This webpage details the `GetRegionDiskRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting information about a specific regional persistent disk."],["The latest version available is 3.6.0, with a range of versions from 1.0.0 up to 3.6.0 documented, providing access to different API iterations."],["The `GetRegionDiskRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` , and inherits members from the `Object` class."],["The class includes properties such as `Disk`, `Project`, and `Region`, all of type `string`, that are crucial for specifying the target disk in a `GetRegionDiskRequest`."],["Two constructors are available for `GetRegionDiskRequest`, one being parameterless and the other taking an existing `GetRegionDiskRequest` object as a parameter."]]],[]]