Module: Google::Cloud::Dataflow::V1beta3::ParameterType

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

Overview

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

Constant Summary collapse

DEFAULT =

Default input type.

0
TEXT =

The parameter specifies generic text input.

1
GCS_READ_BUCKET =

The parameter specifies a Cloud Storage Bucket to read from.

2
GCS_WRITE_BUCKET =

The parameter specifies a Cloud Storage Bucket to write to.

3
GCS_READ_FILE =

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

4
GCS_WRITE_FILE =

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

5
GCS_READ_FOLDER =

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

6
GCS_WRITE_FOLDER =

The parameter specifies a Cloud Storage folder to write to.

7
PUBSUB_TOPIC =

The parameter specifies a Pub/Sub Topic.

8
PUBSUB_SUBSCRIPTION =

The parameter specifies a Pub/Sub Subscription.

9
BIGQUERY_TABLE =

The parameter specifies a BigQuery table.

10
JAVASCRIPT_UDF_FILE =

The parameter specifies a JavaScript UDF in Cloud Storage.

11
SERVICE_ACCOUNT =

The parameter specifies a Service Account email.

12
MACHINE_TYPE =

The parameter specifies a Machine Type.

13
KMS_KEY_NAME =

The parameter specifies a KMS Key name.

14
WORKER_REGION =

The parameter specifies a Worker Region.

15
WORKER_ZONE =

The parameter specifies a Worker Zone.

16
BOOLEAN =

The parameter specifies a boolean input.

17
ENUM =

The parameter specifies an enum input.

18
NUMBER =

The parameter specifies a number input.

19
KAFKA_TOPIC =

Deprecated. Please use KAFKA_READ_TOPIC instead.

20
KAFKA_READ_TOPIC =

The parameter specifies the fully-qualified name of an Apache Kafka topic. This can be either a Google Managed Kafka topic or a non-managed Kafka topic.

21
KAFKA_WRITE_TOPIC =

The parameter specifies the fully-qualified name of an Apache Kafka topic. This can be an existing Google Managed Kafka topic, the name for a new Google Managed Kafka topic, or an existing non-managed Kafka topic.

22