Properties of a DataSourceParameter.
Package
@google-cloud/bigquery-data-transferProperties
allowedValues
allowedValues?: (string[]|null);
DataSourceParameter allowedValues
deprecated
deprecated?: (boolean|null);
DataSourceParameter deprecated
description
description?: (string|null);
DataSourceParameter description
displayName
displayName?: (string|null);
DataSourceParameter displayName
fields
fields?: (google.cloud.bigquery.datatransfer.v1.IDataSourceParameter[]|null);
DataSourceParameter fields
immutable
immutable?: (boolean|null);
DataSourceParameter immutable
maxValue
maxValue?: (google.protobuf.IDoubleValue|null);
DataSourceParameter maxValue
minValue
minValue?: (google.protobuf.IDoubleValue|null);
DataSourceParameter minValue
paramId
paramId?: (string|null);
DataSourceParameter paramId
recurse
recurse?: (boolean|null);
DataSourceParameter recurse
repeated
repeated?: (boolean|null);
DataSourceParameter repeated
required
required?: (boolean|null);
DataSourceParameter required
type
type?: (google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type|keyof typeof google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type|null);
DataSourceParameter type
validationDescription
validationDescription?: (string|null);
DataSourceParameter validationDescription
validationHelpUrl
validationHelpUrl?: (string|null);
DataSourceParameter validationHelpUrl
validationRegex
validationRegex?: (string|null);
DataSourceParameter validationRegex