Class Google::Cloud::Dataflow::V1beta3::ProgressTimeseries (v0.1.4)

Information about the progress of some component of job execution.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#current_progress

def current_progress() -> ::Float
Returns
  • (::Float) — The current progress of the component, in the range [0,1].

#current_progress=

def current_progress=(value) -> ::Float
Parameter
  • value (::Float) — The current progress of the component, in the range [0,1].
Returns
  • (::Float) — The current progress of the component, in the range [0,1].

#data_points

def data_points() -> ::Array<::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries::Point>
Returns

#data_points=

def data_points=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries::Point>
Parameter
Returns