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` namespace, covering versions from 3.1.0 to the latest 5.17.0."],["The `GetClusterRequest` class is used to request the resource representation of a cluster within a Google Cloud Platform project, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetClusterRequest` class includes properties such as `ClusterName`, `ProjectId`, and `Region`, which are all required fields for specifying the target cluster."],["The page also documents the two constructors for the class: `GetClusterRequest()` and `GetClusterRequest(GetClusterRequest other)`, allowing for default construction and cloning."],["The latest version documented here is 5.17.0, with a full history of older versions going back to 3.1.0."]]],[]]