public sealed class DiagnoseClusterResults : IMessage<DiagnoseClusterResults>, IEquatable<DiagnoseClusterResults>, IDeepCloneable<DiagnoseClusterResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class DiagnoseClusterResults.
[[["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 provides documentation for the `DiagnoseClusterResults` class within the Google Cloud Dataproc v1 API, focusing on version 5.14.0, but also offering links to other versions from 3.1.0 up to the latest 5.17.0."],["`DiagnoseClusterResults` is a class used to represent the outcome of diagnostic procedures, implemented as a sealed class with multiple interfaces."],["The primary functionality of `DiagnoseClusterResults` is to indicate the location of diagnostic output via the `OutputUri` property, which is a Cloud Storage URI."],["This class inherits from `object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one to initialize an object with the properties of another `DiagnoseClusterResults`."]]],[]]