Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary::ComponentTransform.
Description of a transform executed as part 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
def original_transform() -> ::String
Returns
- (::String) — User name for the original user transform with which this transform is most closely associated.
#original_transform=
def original_transform=(value) -> ::String
Parameter
- value (::String) — 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.
#user_name
def user_name() -> ::String
Returns
- (::String) — Human-readable name for this transform; may be user or system generated.
#user_name=
def user_name=(value) -> ::String
Parameter
- value (::String) — 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.