public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
Request to get the resource representation for a cluster in a project.
[[["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 `GetClusterRequest` class within the Google Cloud Dataproc V1 library for .NET, specifically for version 3.2.0."],["The `GetClusterRequest` class is used to request the resource representation of a cluster in a Google Cloud project, and it inherits from and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page lists a historical overview of the different versions of the `GetClusterRequest`, ranging from the latest version, 5.17.0, down to version 3.1.0, all pertaining to the Google.Cloud.Dataproc.V1 library."],["The `GetClusterRequest` class has properties such as `ClusterName`, `ProjectId`, and `Region`, which are all required fields needed to complete the request for information."],["There are also two Constructors available, with one of them taking in a `GetClusterRequest` as a parameter, presumably to copy or build off of existing data."]]],[]]