Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::ProgressTimeseries::Point (v0.3.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::ProgressTimeseries::Point.

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.