Google Cloud Dataproc V1 Client - Class DiagnoseClusterResults (3.2.2)

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
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this