Enum ParameterType (0.9.0)

public enum ParameterType extends Enum<ParameterType> implements ProtocolMessageEnum

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

Protobuf enum google.dataflow.v1beta3.ParameterType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEFAULT

Default input type.

DEFAULT = 0;

DEFAULT_VALUE

Default input type.

DEFAULT = 0;

GCS_READ_BUCKET

The parameter specifies a Cloud Storage Bucket to read from.

GCS_READ_BUCKET = 2;

GCS_READ_BUCKET_VALUE

The parameter specifies a Cloud Storage Bucket to read from.

GCS_READ_BUCKET = 2;

GCS_READ_FILE

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

GCS_READ_FILE = 4;

GCS_READ_FILE_VALUE

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

GCS_READ_FILE = 4;

GCS_READ_FOLDER

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

GCS_READ_FOLDER = 6;

GCS_READ_FOLDER_VALUE

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

GCS_READ_FOLDER = 6;

GCS_WRITE_BUCKET

The parameter specifies a Cloud Storage Bucket to write to.

GCS_WRITE_BUCKET = 3;

GCS_WRITE_BUCKET_VALUE

The parameter specifies a Cloud Storage Bucket to write to.

GCS_WRITE_BUCKET = 3;

GCS_WRITE_FILE

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

GCS_WRITE_FILE = 5;

GCS_WRITE_FILE_VALUE

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

GCS_WRITE_FILE = 5;

GCS_WRITE_FOLDER

The parameter specifies a Cloud Storage folder to write to.

GCS_WRITE_FOLDER = 7;

GCS_WRITE_FOLDER_VALUE

The parameter specifies a Cloud Storage folder to write to.

GCS_WRITE_FOLDER = 7;

PUBSUB_SUBSCRIPTION

The parameter specifies a Pub/Sub Subscription.

PUBSUB_SUBSCRIPTION = 9;

PUBSUB_SUBSCRIPTION_VALUE

The parameter specifies a Pub/Sub Subscription.

PUBSUB_SUBSCRIPTION = 9;

PUBSUB_TOPIC

The parameter specifies a Pub/Sub Topic.

PUBSUB_TOPIC = 8;

PUBSUB_TOPIC_VALUE

The parameter specifies a Pub/Sub Topic.

PUBSUB_TOPIC = 8;

TEXT

The parameter specifies generic text input.

TEXT = 1;

TEXT_VALUE

The parameter specifies generic text input.

TEXT = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()