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-21 UTC."],[[["This webpage provides documentation for the `GetRegionDiskRequest` class within the Google Compute Engine v1 API for .NET."],["The latest version documented is 3.6.0, with previous versions listed from 3.5.0 down to 1.0.0."],["The `GetRegionDiskRequest` class is used to request information about a regional persistent disk, which can be achieved using various versions."],["This class inherits members from the base `object` class and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to interact with the API."],["The key properties for the class include 'Disk', 'Project', and 'Region', which are used to specify details about the disk being queried."]]],[]]