Skip to content

Commit d062d76

Browse files
feat(analyticshub): update the api
#### analyticshub:v1 The following keys were added: - schemas.DestinationDataset.properties.replicaLocations (Total Keys: 2)
1 parent d2fbe20 commit d062d76

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/dyn/analyticshub_v1.projects.locations.dataExchanges.html

+3
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,9 @@ <h3>Method Details</h3>
584584
&quot;a_key&quot;: &quot;A String&quot;,
585585
},
586586
&quot;location&quot;: &quot;A String&quot;, # Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
587+
&quot;replicaLocations&quot;: [ # Optional. The geographic locations where the dataset should be replicated. See https://cloud.google.com/bigquery/docs/locations for supported locations.
588+
&quot;A String&quot;,
589+
],
587590
},
588591
&quot;subscriberContact&quot;: &quot;A String&quot;, # Email of the subscriber.
589592
&quot;subscription&quot;: &quot;A String&quot;, # Required. Name of the subscription to create. e.g. `subscription1`

docs/dyn/analyticshub_v1.projects.locations.dataExchanges.listings.html

+3
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,9 @@ <h3>Method Details</h3>
795795
&quot;a_key&quot;: &quot;A String&quot;,
796796
},
797797
&quot;location&quot;: &quot;A String&quot;, # Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
798+
&quot;replicaLocations&quot;: [ # Optional. The geographic locations where the dataset should be replicated. See https://cloud.google.com/bigquery/docs/locations for supported locations.
799+
&quot;A String&quot;,
800+
],
798801
},
799802
&quot;destinationPubsubSubscription&quot;: { # Defines the destination Pub/Sub subscription. # Input only. Destination Pub/Sub subscription to create for the subscriber.
800803
&quot;pubsubSubscription&quot;: { # A subscription resource. If none of `push_config`, `bigquery_config`, or `cloud_storage_config` is set, then the subscriber will pull and ack messages using API methods. At most one of these fields may be set. # Required. Destination Pub/Sub subscription resource.

googleapiclient/discovery_cache/documents/analyticshub.v1.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@
10271027
}
10281028
}
10291029
},
1030-
"revision": "20250310",
1030+
"revision": "20250315",
10311031
"rootUrl": "https://analyticshub.googleapis.com/",
10321032
"schemas": {
10331033
"AnalyticsHubSubscriptionInfo": {
@@ -1416,6 +1416,13 @@
14161416
"location": {
14171417
"description": "Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.",
14181418
"type": "string"
1419+
},
1420+
"replicaLocations": {
1421+
"description": "Optional. The geographic locations where the dataset should be replicated. See https://cloud.google.com/bigquery/docs/locations for supported locations.",
1422+
"items": {
1423+
"type": "string"
1424+
},
1425+
"type": "array"
14191426
}
14201427
},
14211428
"type": "object"

0 commit comments

Comments
 (0)