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-03-21 UTC."],[[["The webpage provides documentation for the `GetRegionDiskRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically referencing version 1.1.0."],["This class is used to request information about a specific regional persistent disk, as indicated by its name and description."],["The page details various versions of the `GetRegionDiskRequest` class, from 1.0.0 up to the latest version 3.6.0, offering links to each version's documentation."],["`GetRegionDiskRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Cloud .NET library."],["The class includes properties like `Disk`, `Project`, and `Region`, all of which are strings, to specify the target disk, the project it's in, and the region it resides in."]]],[]]