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, part of the Google Cloud Dataproc .NET library."],["`GetClusterRequest` is used to request the resource representation of a cluster in a Google Cloud project, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for specifying the `ClusterName`, `ProjectId`, and `Region`, which are all required to get a cluster resource representation."],["The page lists various versions of the library, ranging from 3.1.0 to 5.17.0, with 5.17.0 being the latest version, and the documentation is specifically for version 3.3.0."],["The page details the constructors and properties of the class, along with links to inherited members and relevant documentation on Microsoft and Google websites."]]],[]]