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 latest version of the `GetRegionDiskRequest` is 3.6.0, as part of the Google.Cloud.Compute.V1 package, with numerous previous versions ranging from 1.0.0 to 3.5.0 also available."],["`GetRegionDiskRequest` is a message type for retrieving information about a regional persistent disk."],["The class `GetRegionDiskRequest` inherits from the base `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetRegionDiskRequest` has three string properties: `Disk`, `Project`, and `Region`, to define the parameters for the request."],["The `GetRegionDiskRequest` class has two constructors: a default constructor and one that takes another `GetRegionDiskRequest` object as a parameter for cloning."]]],[]]