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
- (::Google::Protobuf::Timestamp) — Timestamp as of which metric values are current.
#metric_time=
def metric_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — Timestamp as of which metric values are current.
- (::Google::Protobuf::Timestamp) — Timestamp as of which metric values are current.
#metrics
def metrics() -> ::Array<::Google::Cloud::Dataflow::V1beta3::MetricUpdate>
- (::Array<::Google::Cloud::Dataflow::V1beta3::MetricUpdate>) — All metrics for this job.
#metrics=
def metrics=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::MetricUpdate>
- value (::Array<::Google::Cloud::Dataflow::V1beta3::MetricUpdate>) — All metrics for this job.
- (::Array<::Google::Cloud::Dataflow::V1beta3::MetricUpdate>) — All metrics for this job.