public enum ParameterType extends Enum<ParameterType> implements ProtocolMessageEnumParameterType specifies what kind of input we need for this parameter.
Protobuf enum google.dataflow.v1beta3.ParameterType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| DEFAULT | Default input type. |
| DEFAULT_VALUE | Default input type. |
| GCS_READ_BUCKET | The parameter specifies a Cloud Storage Bucket to read from. |
| GCS_READ_BUCKET_VALUE | The parameter specifies a Cloud Storage Bucket to read from. |
| GCS_READ_FILE | The parameter specifies a Cloud Storage file path to read from. |
| GCS_READ_FILE_VALUE | The parameter specifies a Cloud Storage file path to read from. |
| GCS_READ_FOLDER | The parameter specifies a Cloud Storage folder path to read from. |
| GCS_READ_FOLDER_VALUE | The parameter specifies a Cloud Storage folder path to read from. |
| GCS_WRITE_BUCKET | The parameter specifies a Cloud Storage Bucket to write to. |
| GCS_WRITE_BUCKET_VALUE | The parameter specifies a Cloud Storage Bucket to write to. |
| GCS_WRITE_FILE | The parameter specifies a Cloud Storage file path to write to. |
| GCS_WRITE_FILE_VALUE | The parameter specifies a Cloud Storage file path to write to. |
| GCS_WRITE_FOLDER | The parameter specifies a Cloud Storage folder to write to. |
| GCS_WRITE_FOLDER_VALUE | The parameter specifies a Cloud Storage folder to write to. |
| PUBSUB_SUBSCRIPTION | The parameter specifies a Pub/Sub Subscription. |
| PUBSUB_SUBSCRIPTION_VALUE | The parameter specifies a Pub/Sub Subscription. |
| PUBSUB_TOPIC | The parameter specifies a Pub/Sub Topic. |
| PUBSUB_TOPIC_VALUE | The parameter specifies a Pub/Sub Topic. |
| TEXT | The parameter specifies generic text input. |
| TEXT_VALUE | The parameter specifies generic text input. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |