Reference documentation and code samples for the Google Cloud Dataproc V1 Client class DiagnoseClusterResults.
The location of diagnostic output.
Generated from protobuf message google.cloud.dataproc.v1.DiagnoseClusterResults
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ output_uri |
string
Output only. The Cloud Storage URI of the diagnostic output. The output report is a plain text file with a summary of collected diagnostics. |
getOutputUri
Output only. The Cloud Storage URI of the diagnostic output.
The output report is a plain text file with a summary of collected diagnostics.
Generated from protobuf field string output_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
string |
|
setOutputUri
Output only. The Cloud Storage URI of the diagnostic output.
The output report is a plain text file with a summary of collected diagnostics.
Generated from protobuf field string output_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|