Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::StageSource.
Description of an input or output of 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.
#size_bytes
def size_bytes() -> ::Integer
Returns
- (::Integer) — Size of the source, if measurable.
#size_bytes=
def size_bytes=(value) -> ::Integer
Parameter
- value (::Integer) — Size of the source, if measurable.
Returns
- (::Integer) — Size of the source, if measurable.
#user_name
def user_name() -> ::String
Returns
- (::String) — Human-readable name for this source; may be user or system generated.
#user_name=
def user_name=(value) -> ::String
Parameter
- value (::String) — 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.