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 latest available version is 5.17.0, with previous versions listed going back to 3.1.0."],["The `DiagnoseClusterRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ClusterName`, `ProjectId`, and `Region`, which are required to identify the specific cluster for which diagnostic information is being requested."],["The class contains two public constructors: one parameterless and one that accepts another `DiagnoseClusterRequest` as a parameter, to make it easier to create new instances."]]],[]]