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 details the `GetClusterRequest` class, which is used to request a resource representation for a cluster in a Google Cloud project within the Google.Cloud.Dataproc.V1 namespace."],["The content provides access to various versions of the `GetClusterRequest` documentation, ranging from version 3.1.0 up to the latest version 5.17.0, as well as versions in between."],["`GetClusterRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetClusterRequest` class has three properties: `ClusterName`, `ProjectId`, and `Region`, which are all required to handle the request and are of the type string."]]],[]]