Optional. The geographic locations where the dataset should be replicated. See BigQuery locations for supported locations.
DestinationDatasetReference
JSON representation
{"datasetId": string,"projectId": string}
Fields
datasetId
string
Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
projectId
string
Required. The ID of the project containing this dataset.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [DestinationDatasetReference](#DestinationDatasetReference)\n - [JSON representation](#DestinationDatasetReference.SCHEMA_REPRESENTATION)\n\nDefines the destination bigquery dataset.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"datasetReference\": { object (/bigquery/docs/reference/analytics-hub/rest/Shared.Types/DestinationDataset#DestinationDatasetReference) }, \"friendlyName\": string, \"description\": string, \"labels\": { string: string, ... }, \"location\": string, \"replicaLocations\": [ string ] } ``` |\n\n| Fields ||\n|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `datasetReference` | `object (`[DestinationDatasetReference](/bigquery/docs/reference/analytics-hub/rest/Shared.Types/DestinationDataset#DestinationDatasetReference)`)` Required. A reference that identifies the destination dataset. |\n| `friendlyName` | `string` Optional. A descriptive name for the dataset. |\n| `description` | `string` Optional. A user-friendly description of the dataset. |\n| `labels` | `map (key: string, value: string)` Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See \u003chttps://cloud.google.com/resource-manager/docs/creating-managing-labels\u003e for more information. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `location` | `string` Required. The geographic location where the dataset should reside. See \u003chttps://cloud.google.com/bigquery/docs/locations\u003e for supported locations. |\n| `replicaLocations[]` | `string` Optional. The geographic locations where the dataset should be replicated. See [BigQuery locations](https://cloud.google.com/bigquery/docs/locations) for supported locations. |\n\nDestinationDatasetReference\n\n| JSON representation |\n|------------------------------------------------------|\n| ``` { \"datasetId\": string, \"projectId\": string } ``` |\n\n| Fields ||\n|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `datasetId` | `string` Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters. |\n| `projectId` | `string` Required. The ID of the project containing this dataset. |"]]