dataLocations property

List<String>? dataLocations
getter/setter pair

The list of data locations associated with this action.

Cloud Storage locations are represented as URI paths(E.g. gs://bucket/table1/year=2020/month=Jan/). BigQuery locations refer to resource names(E.g. bigquery.googleapis.com/projects/project-id/datasets/dataset-id).

Implementation

core.List<core.String>? dataLocations;