Class: Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::StageSource

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 an input or output 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.



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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