Interface protos.google.dataflow.v1beta3.IParameterMetadata

Properties of a ParameterMetadata.

Package

@google-cloud/dataflow!

Properties

customMetadata

customMetadata?: ({ [k: string]: string }|null);

ParameterMetadata customMetadata

Property Value
TypeDescription
({ [k: string]: string }|null)

helpText

helpText?: (string|null);

ParameterMetadata helpText

Property Value
TypeDescription
(string|null)

isOptional

isOptional?: (boolean|null);

ParameterMetadata isOptional

Property Value
TypeDescription
(boolean|null)

label

label?: (string|null);

ParameterMetadata label

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

ParameterMetadata name

Property Value
TypeDescription
(string|null)

paramType

paramType?: (google.dataflow.v1beta3.ParameterType|keyof typeof google.dataflow.v1beta3.ParameterType|null);

ParameterMetadata paramType

Property Value
TypeDescription
(google.dataflow.v1beta3.ParameterType|keyof typeof google.dataflow.v1beta3.ParameterType|null)

regexes

regexes?: (string[]|null);

ParameterMetadata regexes

Property Value
TypeDescription
(string[]|null)