Class: Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::ComponentTransform

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/jobs.rb

Overview

Description of a transform executed as part of an execution stage.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Dataflow service generated name for this source.

Returns:

  • (::String)

    Dataflow service generated name for this source.



461
462
463
464
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 461

class ComponentTransform
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#original_transform::String

Returns User name for the original user transform with which this transform is most closely associated.

Returns:

  • (::String)

    User name for the original user transform with which this transform is most closely associated.



461
462
463
464
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 461

class ComponentTransform
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_name::String

Returns 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.



461
462
463
464
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 461

class ComponentTransform
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end