Skip to content

Commit 3f4faf3

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were added: - schemas.DatasetList.properties.datasets.items.properties.externalDatasetReference (Total Keys: 2)
1 parent ad96f66 commit 3f4faf3

File tree

3 files changed

+22
-13
lines changed

3 files changed

+22
-13
lines changed

docs/dyn/bigquery_v2.datasets.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,10 @@ <h3>Method Details</h3>
483483
&quot;datasetId&quot;: &quot;A String&quot;, # 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.
484484
&quot;projectId&quot;: &quot;A String&quot;, # Optional. The ID of the project containing this dataset.
485485
},
486+
&quot;externalDatasetReference&quot;: { # Configures the access a dataset defined in an external metadata storage. # Output only. Reference to a read-only external dataset defined in data catalogs outside of BigQuery. Filled out when the dataset type is EXTERNAL.
487+
&quot;connection&quot;: &quot;A String&quot;, # Required. The connection id that is used to access the external_source. Format: projects/{project_id}/locations/{location_id}/connections/{connection_id}
488+
&quot;externalSource&quot;: &quot;A String&quot;, # Required. External source that backs this dataset.
489+
},
486490
&quot;friendlyName&quot;: &quot;A String&quot;, # An alternate name for the dataset. The friendly name is purely decorative in nature.
487491
&quot;id&quot;: &quot;A String&quot;, # The fully-qualified, unique, opaque ID of the dataset.
488492
&quot;kind&quot;: &quot;A String&quot;, # The resource type. This property always returns the value &quot;bigquery#dataset&quot;

0 commit comments

Comments
 (0)