Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::JobMetrics (v0.3.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::JobMetrics.

JobMetrics contains a collection of metrics describing the detailed progress of a Dataflow job. Metrics correspond to user-defined and system-defined metrics in the job.

This resource captures only the most recent values of each metric; time-series data can be queried for them (under the same metric names) from Cloud Monitoring.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#metric_time

def metric_time() -> ::Google::Protobuf::Timestamp
Returns

#metric_time=

def metric_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#metrics

def metrics() -> ::Array<::Google::Cloud::Dataflow::V1beta3::MetricUpdate>
Returns

#metrics=

def metrics=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::MetricUpdate>
Parameter
Returns