Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::ProgressTimeseries.
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
-
(::Array<::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries::Point>) — History of progress for the component.
Points are sorted by time.
#data_points=
def data_points=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries::Point>
Parameter
-
value (::Array<::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries::Point>) — History of progress for the component.
Points are sorted by time.
Returns
-
(::Array<::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries::Point>) — History of progress for the component.
Points are sorted by time.