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.Cloud.Compute.V1 API, specifically its .NET implementation."],["The latest version of the API documented is 3.6.0, while the current page focuses on version 2.10.0, and the content lists versions ranging from 1.0.0 to 3.6.0."],["`GetRegionDiskRequest` is used for retrieving information about a specific regional persistent disk, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Disk`, `Project`, and `Region`, which are strings used to specify the target disk and location for the request."],["The class has two constructors, one default, and one that takes in a `GetRegionDiskRequest` parameter, which enables the copying of an existing `GetRegionDiskRequest`."]]],[]]