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 document provides reference documentation for the `GetClusterRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.4.0."],["`GetClusterRequest` is a class used to request the resource representation of a cluster in a Google Cloud project."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `GetClusterRequest` class has three properties: `ClusterName`, `ProjectId`, and `Region`, all of which are required and of string type."],["The documentation also includes a list of available versions of `GetClusterRequest` for various versions of the API, ranging from 3.1.0 up to the latest 5.17.0."]]],[]]