You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/analyticshub_v1.projects.locations.dataExchanges.listings.html
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,11 @@ <h3>Method Details</h3>
144
144
"primaryContact": "A String", # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
145
145
},
146
146
"requestAccess": "A String", # Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
147
+
"restrictedExportConfig": { # Restricted export config, used to configure restricted export on linked dataset. # Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset.
148
+
"enabled": True or False, # Optional. If true, enable restricted export.
149
+
"restrictDirectTableAccess": True or False, # Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
150
+
"restrictQueryResult": True or False, # Optional. If true, restrict export of query result derived from restricted linked dataset table.
151
+
},
147
152
"state": "A String", # Output only. Current state of the listing.
148
153
}
149
154
@@ -178,6 +183,11 @@ <h3>Method Details</h3>
178
183
"primaryContact": "A String", # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
179
184
},
180
185
"requestAccess": "A String", # Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
186
+
"restrictedExportConfig": { # Restricted export config, used to configure restricted export on linked dataset. # Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset.
187
+
"enabled": True or False, # Optional. If true, enable restricted export.
188
+
"restrictDirectTableAccess": True or False, # Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
189
+
"restrictQueryResult": True or False, # Optional. If true, restrict export of query result derived from restricted linked dataset table.
190
+
},
181
191
"state": "A String", # Output only. Current state of the listing.
182
192
}</pre>
183
193
</div>
@@ -236,6 +246,11 @@ <h3>Method Details</h3>
236
246
"primaryContact": "A String", # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
237
247
},
238
248
"requestAccess": "A String", # Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
249
+
"restrictedExportConfig": { # Restricted export config, used to configure restricted export on linked dataset. # Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset.
250
+
"enabled": True or False, # Optional. If true, enable restricted export.
251
+
"restrictDirectTableAccess": True or False, # Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
252
+
"restrictQueryResult": True or False, # Optional. If true, restrict export of query result derived from restricted linked dataset table.
253
+
},
239
254
"state": "A String", # Output only. Current state of the listing.
240
255
}</pre>
241
256
</div>
@@ -336,6 +351,11 @@ <h3>Method Details</h3>
336
351
"primaryContact": "A String", # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
337
352
},
338
353
"requestAccess": "A String", # Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
354
+
"restrictedExportConfig": { # Restricted export config, used to configure restricted export on linked dataset. # Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset.
355
+
"enabled": True or False, # Optional. If true, enable restricted export.
356
+
"restrictDirectTableAccess": True or False, # Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
357
+
"restrictQueryResult": True or False, # Optional. If true, restrict export of query result derived from restricted linked dataset table.
358
+
},
339
359
"state": "A String", # Output only. Current state of the listing.
340
360
},
341
361
],
@@ -388,6 +408,11 @@ <h3>Method Details</h3>
388
408
"primaryContact": "A String", # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
389
409
},
390
410
"requestAccess": "A String", # Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
411
+
"restrictedExportConfig": { # Restricted export config, used to configure restricted export on linked dataset. # Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset.
412
+
"enabled": True or False, # Optional. If true, enable restricted export.
413
+
"restrictDirectTableAccess": True or False, # Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
414
+
"restrictQueryResult": True or False, # Optional. If true, restrict export of query result derived from restricted linked dataset table.
415
+
},
391
416
"state": "A String", # Output only. Current state of the listing.
392
417
}
393
418
@@ -422,6 +447,11 @@ <h3>Method Details</h3>
422
447
"primaryContact": "A String", # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
423
448
},
424
449
"requestAccess": "A String", # Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
450
+
"restrictedExportConfig": { # Restricted export config, used to configure restricted export on linked dataset. # Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset.
451
+
"enabled": True or False, # Optional. If true, enable restricted export.
452
+
"restrictDirectTableAccess": True or False, # Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
453
+
"restrictQueryResult": True or False, # Optional. If true, restrict export of query result derived from restricted linked dataset table.
454
+
},
425
455
"state": "A String", # Output only. Current state of the listing.
0 commit comments