Class: Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::ComponentSource
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::ComponentSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Description of an interstitial value between transforms in an execution stage.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Dataflow service generated name for this source.
-
#original_transform_or_collection ⇒ ::String
User name for the original user transform or collection with which this source is most closely associated.
-
#user_name ⇒ ::String
Human-readable name for this transform; may be user or system generated.
Instance Attribute Details
#name ⇒ ::String
Returns Dataflow service generated name for this source.
478 479 480 481 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 478 class ComponentSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#original_transform_or_collection ⇒ ::String
Returns User name for the original user transform or collection with which this source is most closely associated.
478 479 480 481 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 478 class ComponentSource 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.
478 479 480 481 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 478 class ComponentSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |