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 page details the `GetClusterRequest` class, which is used to request a resource representation for a cluster in a Google Cloud project, as part of version 3.4.0 of the Dataproc V1 .NET library."],["The `GetClusterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes properties for `ClusterName`, `ProjectId`, and `Region`, all of which are required fields for retrieving cluster information."],["The latest version available is 5.17.0, and the documentation provides links to various versions ranging from 5.17.0 down to 3.1.0, offering historical reference for the `GetClusterRequest` across its iterations."]]],[]]