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

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

Description of the composing transforms, names/ids, and input/outputs of a stage of execution. Some composing transforms and sources may have been generated by the Dataflow service during execution planning.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#component_source

def component_source() -> ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::ComponentSource>
Returns

#component_source=

def component_source=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::ComponentSource>
Parameter
Returns

#component_transform

def component_transform() -> ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::ComponentTransform>
Returns

#component_transform=

def component_transform=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::ComponentTransform>
Parameter
Returns

#id

def id() -> ::String
Returns
  • (::String) — Dataflow service generated id for this stage.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — Dataflow service generated id for this stage.
Returns
  • (::String) — Dataflow service generated id for this stage.

#input_source

def input_source() -> ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::StageSource>
Returns

#input_source=

def input_source=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::StageSource>
Parameter
Returns

#kind

def kind() -> ::Google::Cloud::Dataflow::V1beta3::KindType
Returns

#kind=

def kind=(value) -> ::Google::Cloud::Dataflow::V1beta3::KindType
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Dataflow service generated name for this stage.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Dataflow service generated name for this stage.
Returns
  • (::String) — Dataflow service generated name for this stage.

#output_source

def output_source() -> ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::StageSource>
Returns

#output_source=

def output_source=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::StageSource>
Parameter
Returns

#prerequisite_stage

def prerequisite_stage() -> ::Array<::String>
Returns
  • (::Array<::String>) — Other stages that must complete before this stage can run.

#prerequisite_stage=

def prerequisite_stage=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Other stages that must complete before this stage can run.
Returns
  • (::Array<::String>) — Other stages that must complete before this stage can run.