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, used for collecting diagnostic information about a cluster."],["The `DiagnoseClusterRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are multiple versions of the `DiagnoseClusterRequest` class listed, spanning from version 3.1.0 up to the latest version 5.17.0."],["The class has three key properties: `ClusterName` (required cluster name), `ProjectId` (required project ID), and `Region` (required Dataproc region)."],["`DiagnoseClusterRequest` can be instantiated with a parameterless constructor or with another `DiagnoseClusterRequest` object."]]],[]]