Skip to content

Commit a6373d8

Browse files
feat(all): auto-regenerate discovery clients (#3156)
1 parent 7ee8057 commit a6373d8

32 files changed

+987
-110
lines changed

alloydb/v1/alloydb-api.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@
16221622
}
16231623
}
16241624
},
1625-
"revision": "20250417",
1625+
"revision": "20250508",
16261626
"rootUrl": "https://alloydb.googleapis.com/",
16271627
"schemas": {
16281628
"AuthorizedNetwork": {
@@ -2324,7 +2324,7 @@
23242324
"id": "ContinuousBackupInfo",
23252325
"properties": {
23262326
"earliestRestorableTime": {
2327-
"description": "Output only. The earliest restorable time that can be restored to. Output only field.",
2327+
"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.",
23282328
"format": "google-datetime",
23292329
"readOnly": true,
23302330
"type": "string"
@@ -2341,7 +2341,7 @@
23412341
"readOnly": true
23422342
},
23432343
"schedule": {
2344-
"description": "Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.",
2344+
"description": "Output only. Days of the week on which a continuous backup is taken.",
23452345
"items": {
23462346
"enum": [
23472347
"DAY_OF_WEEK_UNSPECIFIED",
@@ -2945,6 +2945,10 @@
29452945
"description": "Metadata related to instance-level network configuration.",
29462946
"id": "InstanceNetworkConfig",
29472947
"properties": {
2948+
"allocatedIpRangeOverride": {
2949+
"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])?.",
2950+
"type": "string"
2951+
},
29482952
"authorizedExternalNetworks": {
29492953
"description": "Optional. A list of external network authorized to access this instance.",
29502954
"items": {

alloydb/v1/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.

androidmanagement/v1/androidmanagement-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
"devices": {
344344
"methods": {
345345
"delete": {
346-
"description": "Deletes a device. This operation wipes the device. Deleted devices do not show up in enterprises.devices.list calls and a 404 is returned from enterprises.devices.get.",
346+
"description": "Deletes a device. This operation attempts to wipe the device but this is not guaranteed to succeed if the device is offline for an extended period. Deleted devices do not show up in enterprises.devices.list calls and a 404 is returned from enterprises.devices.get.",
347347
"flatPath": "v1/enterprises/{enterprisesId}/devices/{devicesId}",
348348
"httpMethod": "DELETE",
349349
"id": "androidmanagement.enterprises.devices.delete",
@@ -1202,7 +1202,7 @@
12021202
}
12031203
}
12041204
},
1205-
"revision": "20250507",
1205+
"revision": "20250515",
12061206
"rootUrl": "https://androidmanagement.googleapis.com/",
12071207
"schemas": {
12081208
"AdbShellCommandEvent": {

androidmanagement/v1/androidmanagement-gen.go

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

appengine/v1alpha/appengine-api.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,57 @@
857857
]
858858
}
859859
}
860+
},
861+
"domainMappings": {
862+
"methods": {
863+
"get": {
864+
"description": "Gets the specified domain mapping.",
865+
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}",
866+
"httpMethod": "GET",
867+
"id": "appengine.projects.locations.applications.domainMappings.get",
868+
"parameterOrder": [
869+
"projectsId",
870+
"locationsId",
871+
"applicationsId",
872+
"domainMappingsId"
873+
],
874+
"parameters": {
875+
"applicationsId": {
876+
"description": "Part of `name`. See documentation of `projectsId`.",
877+
"location": "path",
878+
"required": true,
879+
"type": "string"
880+
},
881+
"domainMappingsId": {
882+
"description": "Part of `name`. See documentation of `projectsId`.",
883+
"location": "path",
884+
"required": true,
885+
"type": "string"
886+
},
887+
"locationsId": {
888+
"description": "Part of `name`. See documentation of `projectsId`.",
889+
"location": "path",
890+
"required": true,
891+
"type": "string"
892+
},
893+
"projectsId": {
894+
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com.",
895+
"location": "path",
896+
"required": true,
897+
"type": "string"
898+
}
899+
},
900+
"path": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}",
901+
"response": {
902+
"$ref": "DomainMapping"
903+
},
904+
"scopes": [
905+
"https://www.googleapis.com/auth/appengine.admin",
906+
"https://www.googleapis.com/auth/cloud-platform",
907+
"https://www.googleapis.com/auth/cloud-platform.read-only"
908+
]
909+
}
910+
}
860911
}
861912
}
862913
},
@@ -958,7 +1009,7 @@
9581009
}
9591010
}
9601011
},
961-
"revision": "20250409",
1012+
"revision": "20250512",
9621013
"rootUrl": "https://appengine.googleapis.com/",
9631014
"schemas": {
9641015
"AuthorizedCertificate": {

appengine/v1alpha/appengine-gen.go

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

0 commit comments

Comments
 (0)