public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class GetClusterRequest.
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-04-09 UTC."],[[["The latest version of the Google Cloud Dataproc V1 API class is 5.17.0, with documentation available for multiple versions, including the current version of 5.2.0."],["The `GetClusterRequest` class is used to request the resource representation of a cluster within a project, inheriting from the `Object` class and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetClusterRequest` class has properties for `ClusterName`, `ProjectId`, and `Region`, all of which are required to identify and access the specific cluster."],["The `GetClusterRequest` class includes two constructors: one default constructor with no parameters, and another that accepts another `GetClusterRequest` object."],["The documentation provides links to the .NET API for `Object`, `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage` and `IMessage`."]]],[]]