Class: Google::Cloud::Dataflow::V1beta3::ProgressTimeseries::Point

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#time::Google::Protobuf::Timestamp

Returns The timestamp of the point.

Returns:



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.

Returns:

  • (::Float)

    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