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-09 UTC."],[[["This webpage details the `GetRegionDiskRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving information about a specific regional persistent disk."],["The `GetRegionDiskRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of `GetRegionDiskRequest` is 3.6.0, and the page also provides links to documentation for previous versions, going as far back as version 1.0.0."],["The class has properties for specifying the `Disk` name, the `Project` ID, and the `Region` name in order to identify the desired persistent disk."],["It offers two constructors: one default constructor `GetRegionDiskRequest()` and one which takes another `GetRegionDiskRequest` object as an argument, `GetRegionDiskRequest(GetRegionDiskRequest other)`."]]],[]]