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, spanning multiple versions from 3.1.0 to the latest 5.17.0."],["The `GetClusterRequest` class is used to retrieve the resource representation of a cluster in a specific project, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class requires three properties to be set, `ClusterName`, `ProjectId`, and `Region`, all of which are strings and have detailed descriptions in the documentation, and have examples of how to set them."],["The documentation provides information for two constructors of `GetClusterRequest`, allowing for creating an empty instance and a deep clone of an existing `GetClusterRequest` object."],["It provides methods such as GetHashCode(), GetType() and ToString(), and they are all inherited from the base object class, meaning that they are the same for all instances of the class."]]],[]]