Class Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::ComponentSource (v0.2.0)

Description of an interstitial value between transforms in an execution stage.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

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

#name=

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

#original_transform_or_collection

def original_transform_or_collection() -> ::String
Returns
  • (::String) — User name for the original user transform or collection with which this source is most closely associated.

#original_transform_or_collection=

def original_transform_or_collection=(value) -> ::String
Parameter
  • value (::String) — User name for the original user transform or collection with which this source is most closely associated.
Returns
  • (::String) — User name for the original user transform or collection with which this source is most closely associated.

#user_name

def user_name() -> ::String
Returns
  • (::String) — Human-readable name for this transform; may be user or system generated.

#user_name=

def user_name=(value) -> ::String
Parameter
  • value (::String) — Human-readable name for this transform; may be user or system generated.
Returns
  • (::String) — Human-readable name for this transform; may be user or system generated.