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