Reference documentation and code samples for the Google Cloud Dataproc V1 Client class Metric.
Specifies Dataproc OSS Metric.
Generated from protobuf message google.cloud.dataproc.v1.Metric
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ metric_source |
int
Required. Specified source of metric collection |
↳ metric_overrides |
array
Optional. The set of available OSS metrics to collect from the metric source. |
getMetricSource
Required. Specified source of metric collection
| Returns | |
|---|---|
| Type | Description |
int |
|
setMetricSource
Required. Specified source of metric collection
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMetricOverrides
Optional. The set of available OSS metrics to collect from the metric source.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setMetricOverrides
Optional. The set of available OSS metrics to collect from the metric source.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|