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
- (::Google::Protobuf::Timestamp) — The timestamp of the point.
#time=
def time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The timestamp of the point.
Returns
- (::Google::Protobuf::Timestamp) — The timestamp of the point.
#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.