Properties of a ParameterMetadata.
Package
@google-cloud/dataflow!Properties
customMetadata
customMetadata?: ({ [k: string]: string }|null);ParameterMetadata customMetadata
| Type | Description |
|---|---|
| ({ [k: string]: string }|null) |
helpText
helpText?: (string|null);ParameterMetadata helpText
| Type | Description |
|---|---|
| (string|null) |
isOptional
isOptional?: (boolean|null);ParameterMetadata isOptional
| Type | Description |
|---|---|
| (boolean|null) |
label
label?: (string|null);ParameterMetadata label
| Type | Description |
|---|---|
| (string|null) |
name
name?: (string|null);ParameterMetadata name
| Type | Description |
|---|---|
| (string|null) |
paramType
paramType?: (google.dataflow.v1beta3.ParameterType|keyof typeof google.dataflow.v1beta3.ParameterType|null);ParameterMetadata paramType
| Type | Description |
|---|---|
| (google.dataflow.v1beta3.ParameterType|keyof typeof google.dataflow.v1beta3.ParameterType|null) |
regexes
regexes?: (string[]|null);ParameterMetadata regexes
| Type | Description |
|---|---|
| (string[]|null) |