Skip to content

Commit 7221d2c

Browse files
feat(all): auto-regenerate discovery clients (#2842)
1 parent fb3747b commit 7221d2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2457
-2500
lines changed

alloydb/v1/alloydb-api.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@
15171517
}
15181518
}
15191519
},
1520-
"revision": "20241002",
1520+
"revision": "20241015",
15211521
"rootUrl": "https://alloydb.googleapis.com/",
15221522
"schemas": {
15231523
"AuthorizedNetwork": {
@@ -4635,6 +4635,7 @@
46354635
"type": "integer"
46364636
},
46374637
"retentionUnit": {
4638+
"deprecated": true,
46384639
"description": "The unit that 'retained_backups' represents.",
46394640
"enum": [
46404641
"RETENTION_UNIT_UNSPECIFIED",
@@ -4655,6 +4656,11 @@
46554656
"timeBasedRetention": {
46564657
"format": "google-duration",
46574658
"type": "string"
4659+
},
4660+
"timestampBasedRetentionTime": {
4661+
"description": "Timestamp based retention period i.e. 2024-05-01T00:00:00Z",
4662+
"format": "google-datetime",
4663+
"type": "string"
46584664
}
46594665
},
46604666
"type": "object"

alloydb/v1/alloydb-gen.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

alloydb/v1alpha/alloydb-api.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@
15171517
}
15181518
}
15191519
},
1520-
"revision": "20241002",
1520+
"revision": "20241015",
15211521
"rootUrl": "https://alloydb.googleapis.com/",
15221522
"schemas": {
15231523
"AuthorizedNetwork": {
@@ -4799,6 +4799,7 @@
47994799
"type": "integer"
48004800
},
48014801
"retentionUnit": {
4802+
"deprecated": true,
48024803
"description": "The unit that 'retained_backups' represents.",
48034804
"enum": [
48044805
"RETENTION_UNIT_UNSPECIFIED",
@@ -4819,6 +4820,11 @@
48194820
"timeBasedRetention": {
48204821
"format": "google-duration",
48214822
"type": "string"
4823+
},
4824+
"timestampBasedRetentionTime": {
4825+
"description": "Timestamp based retention period i.e. 2024-05-01T00:00:00Z",
4826+
"format": "google-datetime",
4827+
"type": "string"
48224828
}
48234829
},
48244830
"type": "object"

alloydb/v1alpha/alloydb-gen.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

alloydb/v1beta/alloydb-api.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@
15141514
}
15151515
}
15161516
},
1517-
"revision": "20241002",
1517+
"revision": "20241015",
15181518
"rootUrl": "https://alloydb.googleapis.com/",
15191519
"schemas": {
15201520
"AuthorizedNetwork": {
@@ -4751,6 +4751,7 @@
47514751
"type": "integer"
47524752
},
47534753
"retentionUnit": {
4754+
"deprecated": true,
47544755
"description": "The unit that 'retained_backups' represents.",
47554756
"enum": [
47564757
"RETENTION_UNIT_UNSPECIFIED",
@@ -4771,6 +4772,11 @@
47714772
"timeBasedRetention": {
47724773
"format": "google-duration",
47734774
"type": "string"
4775+
},
4776+
"timestampBasedRetentionTime": {
4777+
"description": "Timestamp based retention period i.e. 2024-05-01T00:00:00Z",
4778+
"format": "google-datetime",
4779+
"type": "string"
47744780
}
47754781
},
47764782
"type": "object"

alloydb/v1beta/alloydb-gen.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)