Skip to content

Commit 7ee8057

Browse files
feat(all): auto-regenerate discovery clients (#3155)
1 parent 26da395 commit 7ee8057

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

+11001
-903
lines changed

alloydb/v1beta/alloydb-api.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,7 @@
16191619
}
16201620
}
16211621
},
1622-
"revision": "20250417",
1622+
"revision": "20250508",
16231623
"rootUrl": "https://alloydb.googleapis.com/",
16241624
"schemas": {
16251625
"AuthorizedNetwork": {
@@ -2408,7 +2408,7 @@
24082408
"id": "ContinuousBackupInfo",
24092409
"properties": {
24102410
"earliestRestorableTime": {
2411-
"description": "Output only. The earliest restorable time that can be restored to. Output only field.",
2411+
"description": "Output only. The earliest restorable time that can be restored to. If continuous backups and recovery was recently enabled, the earliest restorable time is the creation time of the earliest eligible backup within this cluster's continuous backup recovery window. After a cluster has had continuous backups enabled for the duration of its recovery window, the earliest restorable time becomes \"now minus the recovery window\". For example, assuming a point in time recovery is attempted at 04/16/2025 3:23:00PM with a 14d recovery window, the earliest restorable time would be 04/02/2025 3:23:00PM. This field is only visible if the CLUSTER_VIEW_CONTINUOUS_BACKUP cluster view is provided.",
24122412
"format": "google-datetime",
24132413
"readOnly": true,
24142414
"type": "string"
@@ -2425,7 +2425,7 @@
24252425
"readOnly": true
24262426
},
24272427
"schedule": {
2428-
"description": "Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.",
2428+
"description": "Output only. Days of the week on which a continuous backup is taken.",
24292429
"items": {
24302430
"enum": [
24312431
"DAY_OF_WEEK_UNSPECIFIED",
@@ -3070,6 +3070,10 @@
30703070
"description": "Metadata related to instance-level network configuration.",
30713071
"id": "InstanceNetworkConfig",
30723072
"properties": {
3073+
"allocatedIpRangeOverride": {
3074+
"description": "Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: \"google-managed-services-default\". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with [RFC 1035](http://go/rfc/1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.",
3075+
"type": "string"
3076+
},
30733077
"authorizedExternalNetworks": {
30743078
"description": "Optional. A list of external network authorized to access this instance.",
30753079
"items": {

alloydb/v1beta/alloydb-gen.go

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)