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
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__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.
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |