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-03-21 UTC."],[[["This page provides reference documentation for the `GetClusterRequest` class within the Google Cloud Dataproc v1 API, detailing its usage for retrieving cluster information in a project."],["The latest version available is 5.17.0, and the page covers a range of versions from 3.1.0 to the most recent, offering links to each version's specific documentation for the `GetClusterRequest` class."],["The `GetClusterRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which are detailed on the page."],["Key properties for the `GetClusterRequest` class include `ClusterName`, `ProjectId`, and `Region`, which are required fields for making a request to get cluster information, according to the documentation."],["The documentation highlights that there are two constructors for `GetClusterRequest`: a default one and one that takes another `GetClusterRequest` object as a parameter."]]],[]]