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 webpage details the `DiagnoseClusterRequest` class within the `Google.Cloud.Dataproc.V1` namespace, which is used to collect diagnostic information from a cluster."],["The page lists the availability of the `DiagnoseClusterRequest` class across multiple versions, from 3.1.0 to 5.17.0, with 5.17.0 being the latest."],["`DiagnoseClusterRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DiagnoseClusterRequest` class includes properties for `ClusterName`, `ProjectId`, and `Region`, all of which are required to use this class."],["The class has 2 constructors available, one default and one that accepts another `DiagnoseClusterRequest` object."]]],[]]