Dataflow v1beta3 API - Enum ParameterType (2.0.0-beta09)

public enum ParameterType

Reference documentation and code samples for the Dataflow v1beta3 API enum ParameterType.

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

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Fields

Name Description
BigqueryTable

The parameter specifies a BigQuery table.

Boolean

The parameter specifies a boolean input.

Default

Default input type.

Enum

The parameter specifies an enum input.

GcsReadBucket

The parameter specifies a Cloud Storage Bucket to read from.

GcsReadFile

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

GcsReadFolder

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

GcsWriteBucket

The parameter specifies a Cloud Storage Bucket to write to.

GcsWriteFile

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

GcsWriteFolder

The parameter specifies a Cloud Storage folder to write to.

JavascriptUdfFile

The parameter specifies a JavaScript UDF in Cloud Storage.

KafkaReadTopic

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.

KafkaTopic

Deprecated. Please use KAFKA_READ_TOPIC instead.

KafkaWriteTopic

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.

KmsKeyName

The parameter specifies a KMS Key name.

MachineType

The parameter specifies a Machine Type.

Number

The parameter specifies a number input.

PubsubSubscription

The parameter specifies a Pub/Sub Subscription.

PubsubTopic

The parameter specifies a Pub/Sub Topic.

ServiceAccount

The parameter specifies a Service Account email.

Text

The parameter specifies generic text input.

WorkerRegion

The parameter specifies a Worker Region.

WorkerZone

The parameter specifies a Worker Zone.