Skip to content

Commit 0208b0b

Browse files
feat(analyticshub): update the api
#### analyticshub:v1 The following keys were added: - schemas.SelectedResource.properties.routine.type (Total Keys: 1)
1 parent dff2a84 commit 0208b0b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ <h3>Method Details</h3>
138138
},
139139
&quot;selectedResources&quot;: [ # Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
140140
{ # Resource in this dataset that is selectively shared.
141+
&quot;routine&quot;: &quot;A String&quot;, # Optional. Format: For routine: `projects/{projectId}/datasets/{datasetId}/routines/{routineId}` Example:&quot;projects/test_project/datasets/test_dataset/routines/test_routine&quot;
141142
&quot;table&quot;: &quot;A String&quot;, # Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:&quot;projects/test_project/datasets/test_dataset/tables/test_table&quot;
142143
},
143144
],
@@ -201,6 +202,7 @@ <h3>Method Details</h3>
201202
},
202203
&quot;selectedResources&quot;: [ # Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
203204
{ # Resource in this dataset that is selectively shared.
205+
&quot;routine&quot;: &quot;A String&quot;, # Optional. Format: For routine: `projects/{projectId}/datasets/{datasetId}/routines/{routineId}` Example:&quot;projects/test_project/datasets/test_dataset/routines/test_routine&quot;
204206
&quot;table&quot;: &quot;A String&quot;, # Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:&quot;projects/test_project/datasets/test_dataset/tables/test_table&quot;
205207
},
206208
],
@@ -288,6 +290,7 @@ <h3>Method Details</h3>
288290
},
289291
&quot;selectedResources&quot;: [ # Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
290292
{ # Resource in this dataset that is selectively shared.
293+
&quot;routine&quot;: &quot;A String&quot;, # Optional. Format: For routine: `projects/{projectId}/datasets/{datasetId}/routines/{routineId}` Example:&quot;projects/test_project/datasets/test_dataset/routines/test_routine&quot;
291294
&quot;table&quot;: &quot;A String&quot;, # Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:&quot;projects/test_project/datasets/test_dataset/tables/test_table&quot;
292295
},
293296
],
@@ -417,6 +420,7 @@ <h3>Method Details</h3>
417420
},
418421
&quot;selectedResources&quot;: [ # Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
419422
{ # Resource in this dataset that is selectively shared.
423+
&quot;routine&quot;: &quot;A String&quot;, # Optional. Format: For routine: `projects/{projectId}/datasets/{datasetId}/routines/{routineId}` Example:&quot;projects/test_project/datasets/test_dataset/routines/test_routine&quot;
420424
&quot;table&quot;: &quot;A String&quot;, # Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:&quot;projects/test_project/datasets/test_dataset/tables/test_table&quot;
421425
},
422426
],
@@ -567,6 +571,7 @@ <h3>Method Details</h3>
567571
},
568572
&quot;selectedResources&quot;: [ # Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
569573
{ # Resource in this dataset that is selectively shared.
574+
&quot;routine&quot;: &quot;A String&quot;, # Optional. Format: For routine: `projects/{projectId}/datasets/{datasetId}/routines/{routineId}` Example:&quot;projects/test_project/datasets/test_dataset/routines/test_routine&quot;
570575
&quot;table&quot;: &quot;A String&quot;, # Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:&quot;projects/test_project/datasets/test_dataset/tables/test_table&quot;
571576
},
572577
],
@@ -630,6 +635,7 @@ <h3>Method Details</h3>
630635
},
631636
&quot;selectedResources&quot;: [ # Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
632637
{ # Resource in this dataset that is selectively shared.
638+
&quot;routine&quot;: &quot;A String&quot;, # Optional. Format: For routine: `projects/{projectId}/datasets/{datasetId}/routines/{routineId}` Example:&quot;projects/test_project/datasets/test_dataset/routines/test_routine&quot;
633639
&quot;table&quot;: &quot;A String&quot;, # Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:&quot;projects/test_project/datasets/test_dataset/tables/test_table&quot;
634640
},
635641
],

googleapiclient/discovery_cache/documents/analyticshub.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@
10221022
}
10231023
}
10241024
},
1025-
"revision": "20241213",
1025+
"revision": "20250115",
10261026
"rootUrl": "https://analyticshub.googleapis.com/",
10271027
"schemas": {
10281028
"AnalyticsHubSubscriptionInfo": {
@@ -2222,6 +2222,10 @@
22222222
"description": "Resource in this dataset that is selectively shared.",
22232223
"id": "SelectedResource",
22242224
"properties": {
2225+
"routine": {
2226+
"description": "Optional. Format: For routine: `projects/{projectId}/datasets/{datasetId}/routines/{routineId}` Example:\"projects/test_project/datasets/test_dataset/routines/test_routine\"",
2227+
"type": "string"
2228+
},
22252229
"table": {
22262230
"description": "Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:\"projects/test_project/datasets/test_dataset/tables/test_table\"",
22272231
"type": "string"

0 commit comments

Comments
 (0)