Class: Google::Cloud::Dataproc::V1::DiagnoseClusterResults
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::DiagnoseClusterResults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/clusters.rb
Overview
The location of diagnostic output.
Instance Attribute Summary collapse
-
#output_uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#output_uri ⇒ ::String (readonly)
Returns Output only. The Cloud Storage URI of the diagnostic output. The output report is a plain text file with a summary of collected diagnostics.
1590 1591 1592 1593 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1590 class DiagnoseClusterResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |