Google Cloud Dataflow V1beta3 Client - Class KindType (0.5.1)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class KindType.

Type of transform or stage operation.

Protobuf type google.dataflow.v1beta3.KindType

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

UNKNOWN_KIND

Value: 0

Unrecognized transform type.

Generated from protobuf enum UNKNOWN_KIND = 0;

PAR_DO_KIND

Value: 1

ParDo transform.

Generated from protobuf enum PAR_DO_KIND = 1;

GROUP_BY_KEY_KIND

Value: 2

Group By Key transform.

Generated from protobuf enum GROUP_BY_KEY_KIND = 2;

FLATTEN_KIND

Value: 3

Flatten transform.

Generated from protobuf enum FLATTEN_KIND = 3;

READ_KIND

Value: 4

Read transform.

Generated from protobuf enum READ_KIND = 4;

WRITE_KIND

Value: 5

Write transform.

Generated from protobuf enum WRITE_KIND = 5;

CONSTANT_KIND

Value: 6

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

Generated from protobuf enum CONSTANT_KIND = 6;

SINGLETON_KIND

Value: 7

Creates a Singleton view of a collection.

Generated from protobuf enum SINGLETON_KIND = 7;

SHUFFLE_KIND

Value: 8

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

Generated from protobuf enum SHUFFLE_KIND = 8;