Module: Google::Cloud::Dataflow::V1beta3::KindType

Defined in:
proto_docs/google/dataflow/v1beta3/jobs.rb

Overview

Type of transform or stage operation.

Constant Summary collapse

UNKNOWN_KIND =

Unrecognized transform type.

0
PAR_DO_KIND =

ParDo transform.

1
GROUP_BY_KEY_KIND =

Group By Key transform.

2
FLATTEN_KIND =

Flatten transform.

3
READ_KIND =

Read transform.

4
WRITE_KIND =

Write transform.

5
CONSTANT_KIND =

Constructs from a constant value, such as with Create.of.

6
SINGLETON_KIND =

Creates a Singleton view of a collection.

7
SHUFFLE_KIND =

Opening or closing a shuffle session, often as part of a GroupByKey.

8