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

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

Information about a particular execution stage of a job.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — End time of this stage.

    If the work item is completed, this is the actual end time of the stage. Otherwise, it is the predicted end time.

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — End time of this stage.

    If the work item is completed, this is the actual end time of the stage. Otherwise, it is the predicted end time.

Returns
  • (::Google::Protobuf::Timestamp) — End time of this stage.

    If the work item is completed, this is the actual end time of the stage. Otherwise, it is the predicted end time.

#metrics

def metrics() -> ::Array<::Google::Cloud::Dataflow::V1beta3::MetricUpdate>
Returns

#metrics=

def metrics=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::MetricUpdate>
Parameter
Returns

#progress

def progress() -> ::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries
Returns

#progress=

def progress=(value) -> ::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries
Parameter
Returns

#stage_id

def stage_id() -> ::String
Returns
  • (::String) — ID of this stage

#stage_id=

def stage_id=(value) -> ::String
Parameter
  • value (::String) — ID of this stage
Returns
  • (::String) — ID of this stage

#start_time

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

#start_time=

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

#state

def state() -> ::Google::Cloud::Dataflow::V1beta3::ExecutionState
Returns

#state=

def state=(value) -> ::Google::Cloud::Dataflow::V1beta3::ExecutionState
Parameter
Returns