Skip to content

Commit e2cc174

Browse files
feat(analyticshub): update the api
#### analyticshub:v1beta1 The following keys were added: - schemas.Listing.properties.restrictedExportConfig.$ref (Total Keys: 1) - schemas.RestrictedExportConfig (Total Keys: 6)
1 parent 17e91de commit e2cc174

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ <h3>Method Details</h3>
144144
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
145145
},
146146
&quot;requestAccess&quot;: &quot;A String&quot;, # Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
147+
&quot;restrictedExportConfig&quot;: { # 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+
&quot;enabled&quot;: True or False, # Optional. If true, enable restricted export.
149+
&quot;restrictDirectTableAccess&quot;: True or False, # Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
150+
&quot;restrictQueryResult&quot;: True or False, # Optional. If true, restrict export of query result derived from restricted linked dataset table.
151+
},
147152
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
148153
}
149154

@@ -178,6 +183,11 @@ <h3>Method Details</h3>
178183
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
179184
},
180185
&quot;requestAccess&quot;: &quot;A String&quot;, # Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
186+
&quot;restrictedExportConfig&quot;: { # 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+
&quot;enabled&quot;: True or False, # Optional. If true, enable restricted export.
188+
&quot;restrictDirectTableAccess&quot;: True or False, # Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
189+
&quot;restrictQueryResult&quot;: True or False, # Optional. If true, restrict export of query result derived from restricted linked dataset table.
190+
},
181191
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
182192
}</pre>
183193
</div>
@@ -236,6 +246,11 @@ <h3>Method Details</h3>
236246
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
237247
},
238248
&quot;requestAccess&quot;: &quot;A String&quot;, # Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
249+
&quot;restrictedExportConfig&quot;: { # 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+
&quot;enabled&quot;: True or False, # Optional. If true, enable restricted export.
251+
&quot;restrictDirectTableAccess&quot;: True or False, # Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
252+
&quot;restrictQueryResult&quot;: True or False, # Optional. If true, restrict export of query result derived from restricted linked dataset table.
253+
},
239254
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
240255
}</pre>
241256
</div>
@@ -336,6 +351,11 @@ <h3>Method Details</h3>
336351
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
337352
},
338353
&quot;requestAccess&quot;: &quot;A String&quot;, # Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
354+
&quot;restrictedExportConfig&quot;: { # 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+
&quot;enabled&quot;: True or False, # Optional. If true, enable restricted export.
356+
&quot;restrictDirectTableAccess&quot;: True or False, # Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
357+
&quot;restrictQueryResult&quot;: True or False, # Optional. If true, restrict export of query result derived from restricted linked dataset table.
358+
},
339359
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
340360
},
341361
],
@@ -388,6 +408,11 @@ <h3>Method Details</h3>
388408
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
389409
},
390410
&quot;requestAccess&quot;: &quot;A String&quot;, # Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
411+
&quot;restrictedExportConfig&quot;: { # 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+
&quot;enabled&quot;: True or False, # Optional. If true, enable restricted export.
413+
&quot;restrictDirectTableAccess&quot;: True or False, # Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
414+
&quot;restrictQueryResult&quot;: True or False, # Optional. If true, restrict export of query result derived from restricted linked dataset table.
415+
},
391416
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
392417
}
393418

@@ -422,6 +447,11 @@ <h3>Method Details</h3>
422447
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
423448
},
424449
&quot;requestAccess&quot;: &quot;A String&quot;, # Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
450+
&quot;restrictedExportConfig&quot;: { # 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+
&quot;enabled&quot;: True or False, # Optional. If true, enable restricted export.
452+
&quot;restrictDirectTableAccess&quot;: True or False, # Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
453+
&quot;restrictQueryResult&quot;: True or False, # Optional. If true, restrict export of query result derived from restricted linked dataset table.
454+
},
425455
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
426456
}</pre>
427457
</div>

googleapiclient/discovery_cache/documents/analyticshub.v1beta1.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
}
696696
}
697697
},
698-
"revision": "20230626",
698+
"revision": "20230703",
699699
"rootUrl": "https://analyticshub.googleapis.com/",
700700
"schemas": {
701701
"AuditConfig": {
@@ -1081,6 +1081,10 @@
10811081
"description": "Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.",
10821082
"type": "string"
10831083
},
1084+
"restrictedExportConfig": {
1085+
"$ref": "RestrictedExportConfig",
1086+
"description": "Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset."
1087+
},
10841088
"state": {
10851089
"description": "Output only. Current state of the listing.",
10861090
"enum": [
@@ -1187,6 +1191,26 @@
11871191
},
11881192
"type": "object"
11891193
},
1194+
"RestrictedExportConfig": {
1195+
"description": "Restricted export config, used to configure restricted export on linked dataset.",
1196+
"id": "RestrictedExportConfig",
1197+
"properties": {
1198+
"enabled": {
1199+
"description": "Optional. If true, enable restricted export.",
1200+
"type": "boolean"
1201+
},
1202+
"restrictDirectTableAccess": {
1203+
"description": "Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.",
1204+
"readOnly": true,
1205+
"type": "boolean"
1206+
},
1207+
"restrictQueryResult": {
1208+
"description": "Optional. If true, restrict export of query result derived from restricted linked dataset table.",
1209+
"type": "boolean"
1210+
}
1211+
},
1212+
"type": "object"
1213+
},
11901214
"SetIamPolicyRequest": {
11911215
"description": "Request message for `SetIamPolicy` method.",
11921216
"id": "SetIamPolicyRequest",

0 commit comments

Comments
 (0)