Skip to content

Commit

Permalink
feat(analyticshub): update the api
Browse files Browse the repository at this point in the history
#### analyticshub:v1

The following keys were added:
- schemas.Listing.properties.restrictedExportConfig.$ref (Total Keys: 1)
- schemas.RestrictedExportConfig (Total Keys: 4)

#### analyticshub:v1beta1

The following keys were added:
- schemas.Listing.properties.restrictedExportConfig.$ref (Total Keys: 1)
- schemas.RestrictedExportConfig (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Jan 24, 2023
1 parent 0d7119b commit e8613ee
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ <h3>Method Details</h3>
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
},
&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.
&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.
&quot;restrictDirectTableAccess&quot;: True or False, # If true, restrict direct table access(read api/tabledata.list) on linked table.
&quot;restrictQueryResult&quot;: True or False, # If true, restrict export of query result derived from restricted linked dataset table.
},
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
}

Expand Down Expand Up @@ -178,6 +182,10 @@ <h3>Method Details</h3>
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
},
&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.
&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.
&quot;restrictDirectTableAccess&quot;: True or False, # If true, restrict direct table access(read api/tabledata.list) on linked table.
&quot;restrictQueryResult&quot;: True or False, # If true, restrict export of query result derived from restricted linked dataset table.
},
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
}</pre>
</div>
Expand Down Expand Up @@ -236,6 +244,10 @@ <h3>Method Details</h3>
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
},
&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.
&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.
&quot;restrictDirectTableAccess&quot;: True or False, # If true, restrict direct table access(read api/tabledata.list) on linked table.
&quot;restrictQueryResult&quot;: True or False, # If true, restrict export of query result derived from restricted linked dataset table.
},
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
}</pre>
</div>
Expand Down Expand Up @@ -336,6 +348,10 @@ <h3>Method Details</h3>
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
},
&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.
&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.
&quot;restrictDirectTableAccess&quot;: True or False, # If true, restrict direct table access(read api/tabledata.list) on linked table.
&quot;restrictQueryResult&quot;: True or False, # If true, restrict export of query result derived from restricted linked dataset table.
},
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
},
],
Expand Down Expand Up @@ -388,6 +404,10 @@ <h3>Method Details</h3>
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
},
&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.
&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.
&quot;restrictDirectTableAccess&quot;: True or False, # If true, restrict direct table access(read api/tabledata.list) on linked table.
&quot;restrictQueryResult&quot;: True or False, # If true, restrict export of query result derived from restricted linked dataset table.
},
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
}

Expand Down Expand Up @@ -422,6 +442,10 @@ <h3>Method Details</h3>
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
},
&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.
&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.
&quot;restrictDirectTableAccess&quot;: True or False, # If true, restrict direct table access(read api/tabledata.list) on linked table.
&quot;restrictQueryResult&quot;: True or False, # If true, restrict export of query result derived from restricted linked dataset table.
},
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
}</pre>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ <h3>Method Details</h3>
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
},
&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.
&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.
&quot;restrictDirectTableAccess&quot;: True or False, # If true, restrict direct table access(read api/tabledata.list) on linked table.
&quot;restrictQueryResult&quot;: True or False, # If true, restrict export of query result derived from restricted linked dataset table.
},
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
}

Expand Down Expand Up @@ -178,6 +182,10 @@ <h3>Method Details</h3>
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
},
&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.
&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.
&quot;restrictDirectTableAccess&quot;: True or False, # If true, restrict direct table access(read api/tabledata.list) on linked table.
&quot;restrictQueryResult&quot;: True or False, # If true, restrict export of query result derived from restricted linked dataset table.
},
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
}</pre>
</div>
Expand Down Expand Up @@ -236,6 +244,10 @@ <h3>Method Details</h3>
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
},
&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.
&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.
&quot;restrictDirectTableAccess&quot;: True or False, # If true, restrict direct table access(read api/tabledata.list) on linked table.
&quot;restrictQueryResult&quot;: True or False, # If true, restrict export of query result derived from restricted linked dataset table.
},
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
}</pre>
</div>
Expand Down Expand Up @@ -336,6 +348,10 @@ <h3>Method Details</h3>
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
},
&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.
&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.
&quot;restrictDirectTableAccess&quot;: True or False, # If true, restrict direct table access(read api/tabledata.list) on linked table.
&quot;restrictQueryResult&quot;: True or False, # If true, restrict export of query result derived from restricted linked dataset table.
},
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
},
],
Expand Down Expand Up @@ -388,6 +404,10 @@ <h3>Method Details</h3>
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
},
&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.
&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.
&quot;restrictDirectTableAccess&quot;: True or False, # If true, restrict direct table access(read api/tabledata.list) on linked table.
&quot;restrictQueryResult&quot;: True or False, # If true, restrict export of query result derived from restricted linked dataset table.
},
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
}

Expand Down Expand Up @@ -422,6 +442,10 @@ <h3>Method Details</h3>
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
},
&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.
&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.
&quot;restrictDirectTableAccess&quot;: True or False, # If true, restrict direct table access(read api/tabledata.list) on linked table.
&quot;restrictQueryResult&quot;: True or False, # If true, restrict export of query result derived from restricted linked dataset table.
},
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the listing.
}</pre>
</div>
Expand Down
21 changes: 20 additions & 1 deletion googleapiclient/discovery_cache/documents/analyticshub.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
}
}
},
"revision": "20230108",
"revision": "20230116",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1081,6 +1081,10 @@
"description": "Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.",
"type": "string"
},
"restrictedExportConfig": {
"$ref": "RestrictedExportConfig",
"description": "Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset."
},
"state": {
"description": "Output only. Current state of the listing.",
"enum": [
Expand Down Expand Up @@ -1187,6 +1191,21 @@
},
"type": "object"
},
"RestrictedExportConfig": {
"description": "Restricted export config, used to configure restricted export on linked dataset.",
"id": "RestrictedExportConfig",
"properties": {
"restrictDirectTableAccess": {
"description": "If true, restrict direct table access(read api/tabledata.list) on linked table.",
"type": "boolean"
},
"restrictQueryResult": {
"description": "If true, restrict export of query result derived from restricted linked dataset table.",
"type": "boolean"
}
},
"type": "object"
},
"SetIamPolicyRequest": {
"description": "Request message for `SetIamPolicy` method.",
"id": "SetIamPolicyRequest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
}
}
},
"revision": "20230108",
"revision": "20230116",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1081,6 +1081,10 @@
"description": "Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.",
"type": "string"
},
"restrictedExportConfig": {
"$ref": "RestrictedExportConfig",
"description": "Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset."
},
"state": {
"description": "Output only. Current state of the listing.",
"enum": [
Expand Down Expand Up @@ -1187,6 +1191,21 @@
},
"type": "object"
},
"RestrictedExportConfig": {
"description": "Restricted export config, used to configure restricted export on linked dataset.",
"id": "RestrictedExportConfig",
"properties": {
"restrictDirectTableAccess": {
"description": "If true, restrict direct table access(read api/tabledata.list) on linked table.",
"type": "boolean"
},
"restrictQueryResult": {
"description": "If true, restrict export of query result derived from restricted linked dataset table.",
"type": "boolean"
}
},
"type": "object"
},
"SetIamPolicyRequest": {
"description": "Request message for `SetIamPolicy` method.",
"id": "SetIamPolicyRequest",
Expand Down

0 comments on commit e8613ee

Please sign in to comment.