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-31 UTC."],[[["This webpage provides documentation for the `GetRegionDiskRequest` class within the Google.Cloud.Compute.V1 API, specifically version 3.4.0."],["The `GetRegionDiskRequest` class is used to construct request messages for retrieving information about a regional persistent disk using the RegionDisks.Get method, and it implements various interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation details the available constructors for the `GetRegionDiskRequest` class, including a default constructor and a copy constructor that accepts another `GetRegionDiskRequest` object."],["Key properties of the `GetRegionDiskRequest` class include `Disk`, `Project`, and `Region`, which are all string properties used to specify the details of the disk being queried."],["The page also lists all the past versions of the API that are available, ranging from 1.0.0 all the way to the latest 3.6.0 version, that can be navigated to."]]],[]]