Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 8, 2023
1 parent c836da9 commit 24b4d0b
Show file tree
Hide file tree
Showing 21 changed files with 9,729 additions and 1,442 deletions.
26 changes: 25 additions & 1 deletion analyticshub/v1/analyticshub-api.json
Expand Up @@ -695,7 +695,7 @@
}
}
},
"revision": "20230414",
"revision": "20230703",
"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,26 @@
},
"type": "object"
},
"RestrictedExportConfig": {
"description": "Restricted export config, used to configure restricted export on linked dataset.",
"id": "RestrictedExportConfig",
"properties": {
"enabled": {
"description": "Optional. If true, enable restricted export.",
"type": "boolean"
},
"restrictDirectTableAccess": {
"description": "Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.",
"readOnly": true,
"type": "boolean"
},
"restrictQueryResult": {
"description": "Optional. 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
41 changes: 41 additions & 0 deletions analyticshub/v1/analyticshub-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 25 additions & 1 deletion analyticshub/v1beta1/analyticshub-api.json
Expand Up @@ -695,7 +695,7 @@
}
}
},
"revision": "20230414",
"revision": "20230703",
"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,26 @@
},
"type": "object"
},
"RestrictedExportConfig": {
"description": "Restricted export config, used to configure restricted export on linked dataset.",
"id": "RestrictedExportConfig",
"properties": {
"enabled": {
"description": "Optional. If true, enable restricted export.",
"type": "boolean"
},
"restrictDirectTableAccess": {
"description": "Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.",
"readOnly": true,
"type": "boolean"
},
"restrictQueryResult": {
"description": "Optional. 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
41 changes: 41 additions & 0 deletions analyticshub/v1beta1/analyticshub-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion bigquerydatatransfer/v1/bigquerydatatransfer-api.json
Expand Up @@ -1342,7 +1342,7 @@
}
}
},
"revision": "20230423",
"revision": "20230701",
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
"schemas": {
"CheckValidCredsRequest": {
Expand Down Expand Up @@ -1458,10 +1458,12 @@
"type": "boolean"
},
"supportsMultipleTransfers": {
"deprecated": true,
"description": "Deprecated. This field has no effect.",
"type": "boolean"
},
"transferType": {
"deprecated": true,
"description": "Deprecated. This field has no effect.",
"enum": [
"TRANSFER_TYPE_UNSPECIFIED",
Expand Down

0 comments on commit 24b4d0b

Please sign in to comment.