Class Google::Cloud::Dataflow::V1beta3::ProgressTimeseries::Point (v0.2.0)

A point in the timeseries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#time

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

#time=

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

#value

def value() -> ::Float
Returns
  • (::Float) — The value of the point.

#value=

def value=(value) -> ::Float
Parameter
  • value (::Float) — The value of the point.
Returns
  • (::Float) — The value of the point.