Reference documentation and code samples for the Google Cloud Dataproc V1 Client class RuntimeInfo.
Runtime information about workload execution.
Generated from protobuf message google.cloud.dataproc.v1.RuntimeInfo
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ endpoints |
array|Google\Protobuf\Internal\MapField
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs. |
↳ output_uri |
string
Output only. A URI pointing to the location of the stdout and stderr of the workload. |
↳ diagnostic_output_uri |
string
Output only. A URI pointing to the location of the diagnostics tarball. |
getEndpoints
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
Generated from protobuf field map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setEndpoints
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
Generated from protobuf field map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getOutputUri
Output only. A URI pointing to the location of the stdout and stderr of the workload.
Generated from protobuf field string output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
string |
setOutputUri
Output only. A URI pointing to the location of the stdout and stderr of the workload.
Generated from protobuf field string output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDiagnosticOutputUri
Output only. A URI pointing to the location of the diagnostics tarball.
Generated from protobuf field string diagnostic_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
string |
setDiagnosticOutputUri
Output only. A URI pointing to the location of the diagnostics tarball.
Generated from protobuf field string diagnostic_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |