Google Cloud Dataproc V1 Client - Class Metric (3.2.2)

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

Methods

__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

Generated from protobuf field .google.cloud.dataproc.v1.Metric.MetricSource metric_source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

setMetricSource

Required. Specified source of metric collection

Generated from protobuf field .google.cloud.dataproc.v1.Metric.MetricSource metric_source = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
var int
Returns
Type Description
$this

getMetricOverrides

Optional. The set of available OSS metrics to collect from the metric source.

Generated from protobuf field repeated string metric_overrides = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setMetricOverrides

Optional. The set of available OSS metrics to collect from the metric source.

Generated from protobuf field repeated string metric_overrides = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
var string[]
Returns
Type Description
$this