Class: Google::Cloud::Dataflow::V1beta3::MetricUpdate
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::MetricUpdate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/metrics.rb
Overview
Describes the state of a metric. Next ID: 14
Instance Attribute Summary collapse
-
#cumulative ⇒ ::Boolean
True if this metric is reported as the total cumulative aggregate value accumulated since the worker started working on this WorkItem.
-
#distribution ⇒ ::Google::Protobuf::Value
A struct value describing properties of a distribution of numeric values.
-
#gauge ⇒ ::Google::Protobuf::Value
A struct value describing properties of a Gauge.
-
#internal ⇒ ::Google::Protobuf::Value
Worker-computed aggregate value for internal use by the Dataflow service.
-
#kind ⇒ ::String
Metric aggregation kind.
-
#mean_count ⇒ ::Google::Protobuf::Value
Worker-computed aggregate value for the "Mean" aggregation kind.
-
#mean_sum ⇒ ::Google::Protobuf::Value
Worker-computed aggregate value for the "Mean" aggregation kind.
-
#name ⇒ ::Google::Cloud::Dataflow::V1beta3::MetricStructuredName
Name of the metric.
-
#scalar ⇒ ::Google::Protobuf::Value
Worker-computed aggregate value for aggregation kinds "Sum", "Max", "Min", "And", and "Or".
-
#set ⇒ ::Google::Protobuf::Value
Worker-computed aggregate value for the "Set" aggregation kind.
-
#trie ⇒ ::Google::Protobuf::Value
Worker-computed aggregate value for the "Trie" aggregation kind.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Timestamp associated with the metric value.
Instance Attribute Details
#cumulative ⇒ ::Boolean
117 118 119 120 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 117 class MetricUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#distribution ⇒ ::Google::Protobuf::Value
117 118 119 120 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 117 class MetricUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gauge ⇒ ::Google::Protobuf::Value
117 118 119 120 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 117 class MetricUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#internal ⇒ ::Google::Protobuf::Value
117 118 119 120 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 117 class MetricUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
117 118 119 120 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 117 class MetricUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mean_count ⇒ ::Google::Protobuf::Value
117 118 119 120 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 117 class MetricUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mean_sum ⇒ ::Google::Protobuf::Value
117 118 119 120 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 117 class MetricUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::Google::Cloud::Dataflow::V1beta3::MetricStructuredName
117 118 119 120 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 117 class MetricUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scalar ⇒ ::Google::Protobuf::Value
117 118 119 120 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 117 class MetricUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#set ⇒ ::Google::Protobuf::Value
117 118 119 120 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 117 class MetricUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trie ⇒ ::Google::Protobuf::Value
117 118 119 120 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 117 class MetricUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
117 118 119 120 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 117 class MetricUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |