Class: Google::Cloud::Dataflow::V1beta3::ProgressTimeseries::Point
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::ProgressTimeseries::Point
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/metrics.rb
Overview
A point in the timeseries.
Instance Attribute Summary collapse
-
#time ⇒ ::Google::Protobuf::Timestamp
The timestamp of the point.
-
#value ⇒ ::Float
The value of the point.
Instance Attribute Details
#time ⇒ ::Google::Protobuf::Timestamp
Returns The timestamp of the point.
203 204 205 206 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 203 class Point include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Float
Returns The value of the point.
203 204 205 206 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 203 class Point include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |