Class: Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::StageSource
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::StageSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Description of an input or output of 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.
-
#size_bytes ⇒ ::Integer
Size of the source, if measurable.
-
#user_name ⇒ ::String
Human-readable name for this source; may be user or system generated.
Instance Attribute Details
#name ⇒ ::String
Returns Dataflow service generated name for this source.
445 446 447 448 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 445 class StageSource 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.
445 446 447 448 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 445 class StageSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size_bytes ⇒ ::Integer
Returns Size of the source, if measurable.
445 446 447 448 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 445 class StageSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_name ⇒ ::String
Returns Human-readable name for this source; may be user or system generated.
445 446 447 448 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 445 class StageSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |