Google Cloud Dataflow V1beta3 Client - Class ParameterType (0.4.1)

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

ParameterType specifies what kind of input we need for this parameter.

Protobuf type google.dataflow.v1beta3.ParameterType

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

PBDEFAULT

Value: 0

Default input type.

Generated from protobuf enum DEFAULT = 0;

TEXT

Value: 1

The parameter specifies generic text input.

Generated from protobuf enum TEXT = 1;

GCS_READ_BUCKET

Value: 2

The parameter specifies a Cloud Storage Bucket to read from.

Generated from protobuf enum GCS_READ_BUCKET = 2;

GCS_WRITE_BUCKET

Value: 3

The parameter specifies a Cloud Storage Bucket to write to.

Generated from protobuf enum GCS_WRITE_BUCKET = 3;

GCS_READ_FILE

Value: 4

The parameter specifies a Cloud Storage file path to read from.

Generated from protobuf enum GCS_READ_FILE = 4;

GCS_WRITE_FILE

Value: 5

The parameter specifies a Cloud Storage file path to write to.

Generated from protobuf enum GCS_WRITE_FILE = 5;

GCS_READ_FOLDER

Value: 6

The parameter specifies a Cloud Storage folder path to read from.

Generated from protobuf enum GCS_READ_FOLDER = 6;

GCS_WRITE_FOLDER

Value: 7

The parameter specifies a Cloud Storage folder to write to.

Generated from protobuf enum GCS_WRITE_FOLDER = 7;

PUBSUB_TOPIC

Value: 8

The parameter specifies a Pub/Sub Topic.

Generated from protobuf enum PUBSUB_TOPIC = 8;

PUBSUB_SUBSCRIPTION

Value: 9

The parameter specifies a Pub/Sub Subscription.

Generated from protobuf enum PUBSUB_SUBSCRIPTION = 9;