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."],[[["The latest version of the Google Cloud Dataproc V1 API's `DiagnoseClusterResults` is 5.17.0, with documentation available for versions ranging from 3.1.0 up to this latest release."],["The `DiagnoseClusterResults` class, part of the Google.Cloud.Dataproc.V1 namespace, provides methods to retrieve the diagnostic output location and is found within the Google.Cloud.Dataproc.V1.dll assembly."],["`DiagnoseClusterResults` inherits from object and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has a string property named `OutputUri`, which is a read-only field that represents the Cloud Storage URI of the diagnostic output, containing a plain text summary."],["The class also contains two constructors, one to initialize the object and the other to deep copy the object."]]],[]]