public sealed class DiagnoseClusterRequest : IMessage<DiagnoseClusterRequest>, IEquatable<DiagnoseClusterRequest>, IDeepCloneable<DiagnoseClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class DiagnoseClusterRequest.
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."],[[["The `DiagnoseClusterRequest` class is used to collect diagnostic information for a Dataproc cluster in Google Cloud."],["The latest version of `DiagnoseClusterRequest` is 5.17.0, and the webpage provides access to documentation for versions ranging from 3.1.0 to 5.17.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The class includes properties for `ClusterName`, `ProjectId`, and `Region`, which are required to identify and specify the target cluster for diagnosis."],["The document outlines two constructors, a default one, and another which takes a `DiagnoseClusterRequest` object, allowing the creation of new instances of `DiagnoseClusterRequest`."]]],[]]