originalRequestingStepName property

String? originalRequestingStepName
getter/setter pair

The step name requesting an operation, such as GBK.

I.e. the ParDo causing a read/write from shuffle to occur, or a read from side inputs.

Implementation

core.String? originalRequestingStepName;