diff --git a/bigquery/v2/bigquery-api.json b/bigquery/v2/bigquery-api.json index b9691a80123..f179126c8d7 100644 --- a/bigquery/v2/bigquery-api.json +++ b/bigquery/v2/bigquery-api.json @@ -1844,7 +1844,7 @@ } } }, - "revision": "20240203", + "revision": "20240211", "rootUrl": "https://bigquery.googleapis.com/", "schemas": { "AggregateClassificationMetrics": { @@ -3106,7 +3106,7 @@ }, "externalDatasetReference": { "$ref": "ExternalDatasetReference", - "description": "Optional. Information about the external metadata storage where the dataset is defined. Filled out when the dataset type is EXTERNAL." + "description": "Optional. Reference to a read-only external dataset defined in data catalogs outside of BigQuery. Filled out when the dataset type is EXTERNAL." }, "friendlyName": { "description": "Optional. A descriptive name for the dataset.", diff --git a/bigquery/v2/bigquery-gen.go b/bigquery/v2/bigquery-gen.go index df5a6d58de8..26a28ed0d2d 100644 --- a/bigquery/v2/bigquery-gen.go +++ b/bigquery/v2/bigquery-gen.go @@ -2418,9 +2418,9 @@ type Dataset struct { // Etag: Output only. A hash of the resource. Etag string `json:"etag,omitempty"` - // ExternalDatasetReference: Optional. Information about the external - // metadata storage where the dataset is defined. Filled out when the - // dataset type is EXTERNAL. + // ExternalDatasetReference: Optional. Reference to a read-only external + // dataset defined in data catalogs outside of BigQuery. Filled out when + // the dataset type is EXTERNAL. ExternalDatasetReference *ExternalDatasetReference `json:"externalDatasetReference,omitempty"` // FriendlyName: Optional. A descriptive name for the dataset.