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-04-09 UTC."],[[["The latest version of the `GetRegionDiskRequest` documentation is 3.6.0, but this page is showing version 2.11.0."],["The `GetRegionDiskRequest` class is part of the Google.Cloud.Compute.V1 namespace, contained within the Google.Cloud.Compute.V1.dll assembly."],["This class, `GetRegionDiskRequest`, is used to create request messages for retrieving a specific region disk, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetRegionDiskRequest` has three key properties: Disk, Project, and Region, which represent the name of the disk, the project ID, and the region for the disk request, all of which are strings."],["The class can be instantiated using two constructors: a default constructor and a constructor that accepts another `GetRegionDiskRequest` object as a parameter for copying."]]],[]]