public sealed class DiagnoseClusterRequest : IMessage<DiagnoseClusterRequest>, IEquatable<DiagnoseClusterRequest>, IDeepCloneable<DiagnoseClusterRequest>, IBufferMessage, IMessage
A request to collect cluster diagnostic information.
[[["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 `DiagnoseClusterRequest` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for version 3.3.0 of the library."],["`DiagnoseClusterRequest` is used to collect diagnostic information from a Dataproc cluster and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that accepts another `DiagnoseClusterRequest` instance as a parameter."],["It has three key properties: `ClusterName`, `ProjectId`, and `Region`, all of which are required to initiate a request."],["There is a version history that contains versions from 3.1.0 all the way up to 5.17.0, with 5.17.0 being the latest version."]]],[]]