Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Oct 27, 2024
1 parent fb3747b commit 7221d2c
Show file tree
Hide file tree
Showing 44 changed files with 2,457 additions and 2,500 deletions.
8 changes: 7 additions & 1 deletion alloydb/v1/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@
}
}
},
"revision": "20241002",
"revision": "20241015",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4635,6 +4635,7 @@
"type": "integer"
},
"retentionUnit": {
"deprecated": true,
"description": "The unit that 'retained_backups' represents.",
"enum": [
"RETENTION_UNIT_UNSPECIFIED",
Expand All @@ -4655,6 +4656,11 @@
"timeBasedRetention": {
"format": "google-duration",
"type": "string"
},
"timestampBasedRetentionTime": {
"description": "Timestamp based retention period i.e. 2024-05-01T00:00:00Z",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
Expand Down
3 changes: 3 additions & 0 deletions alloydb/v1/alloydb-gen.go

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

8 changes: 7 additions & 1 deletion alloydb/v1alpha/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@
}
}
},
"revision": "20241002",
"revision": "20241015",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4799,6 +4799,7 @@
"type": "integer"
},
"retentionUnit": {
"deprecated": true,
"description": "The unit that 'retained_backups' represents.",
"enum": [
"RETENTION_UNIT_UNSPECIFIED",
Expand All @@ -4819,6 +4820,11 @@
"timeBasedRetention": {
"format": "google-duration",
"type": "string"
},
"timestampBasedRetentionTime": {
"description": "Timestamp based retention period i.e. 2024-05-01T00:00:00Z",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
Expand Down
3 changes: 3 additions & 0 deletions alloydb/v1alpha/alloydb-gen.go

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

8 changes: 7 additions & 1 deletion alloydb/v1beta/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@
}
}
},
"revision": "20241002",
"revision": "20241015",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4751,6 +4751,7 @@
"type": "integer"
},
"retentionUnit": {
"deprecated": true,
"description": "The unit that 'retained_backups' represents.",
"enum": [
"RETENTION_UNIT_UNSPECIFIED",
Expand All @@ -4771,6 +4772,11 @@
"timeBasedRetention": {
"format": "google-duration",
"type": "string"
},
"timestampBasedRetentionTime": {
"description": "Timestamp based retention period i.e. 2024-05-01T00:00:00Z",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
Expand Down
3 changes: 3 additions & 0 deletions alloydb/v1beta/alloydb-gen.go

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

Loading

0 comments on commit 7221d2c

Please sign in to comment.