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 API for .NET, used to collect diagnostic information about a cluster."],["The latest version of `DiagnoseClusterRequest` is 5.17.0, with multiple previous versions available, ranging down to version 3.1.0."],["The `DiagnoseClusterRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DiagnoseClusterRequest` class include `ClusterName`, `ProjectId`, and `Region`, all of which are required for diagnosing the cluster."],["The class has two constructors: a default parameterless one, and another that accepts an existing `DiagnoseClusterRequest` object for cloning."]]],[]]