sourceUris

@JvmName(name = "ljqfjkcqqytngwga")
suspend fun sourceUris(value: Output<List<String>>)
@JvmName(name = "nbnihrprufeubduq")
suspend fun sourceUris(value: List<String>)

Parameters

value

The fully-qualified URIs that point to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can contain one '\*' wildcard character and it must come after the 'bucket' name. Size limits related to load jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly one URI can be specified and it has be a fully specified and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups: Exactly one URI can be specified. Also, the '\*' wildcard character is not allowed.


@JvmName(name = "vwburldgxykfqobx")
suspend fun sourceUris(vararg values: Output<String>)


@JvmName(name = "edcfmqahtqdnfumt")
suspend fun sourceUris(values: List<Output<String>>)
@JvmName(name = "yhjaqnwexevbjnly")
suspend fun sourceUris(vararg values: String)

Parameters

values

The fully-qualified URIs that point to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can contain one '\*' wildcard character and it must come after the 'bucket' name. Size limits related to load jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly one URI can be specified and it has be a fully specified and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups: Exactly one URI can be specified. Also, the '\*' wildcard character is not allowed.