Class DataSourceParameter (0.4.1)

Represents a data source parameter with validation rules, so that parameters can be rendered in the UI. These parameters are given to us by supported data sources, and include all needed information for rendering and validation. Thus, whoever uses this api can decide to generate either generic ui, or custom data source specific forms.

Parameter display name in the user interface.

Parameter type.

Deprecated. This field has no effect.

All possible values for the parameter.

For integer and double values specifies maxminum allowed value.

Description of the requirements for this field, in case the user input does not fulfill the regex pattern or min/max values.

Cannot be changed after initial creation.

If true, it should not be used in new transfers, and it should not be visible to users.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > DataSourceParameter