Skip to content

Commit ca84516

Browse files
feat(all): auto-regenerate discovery clients (#3094)
1 parent 3a51a3a commit ca84516

27 files changed

+1459
-150
lines changed

androidmanagement/v1/androidmanagement-api.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@
12021202
}
12031203
}
12041204
},
1205-
"revision": "20250331",
1205+
"revision": "20250402",
12061206
"rootUrl": "https://androidmanagement.googleapis.com/",
12071207
"schemas": {
12081208
"AdbShellCommandEvent": {
@@ -3297,6 +3297,30 @@
32973297
},
32983298
"type": "object"
32993299
},
3300+
"EnterpriseUpgradeEvent": {
3301+
"description": "An event sent for an enterprise upgrade. An enterprise upgrade is a process that upgrades a managed Google Play Accounts enterprise to a managed Google domain.",
3302+
"id": "EnterpriseUpgradeEvent",
3303+
"properties": {
3304+
"enterprise": {
3305+
"description": "The name of upgraded enterprise in the format \"enterprises/{enterprise}\"",
3306+
"type": "string"
3307+
},
3308+
"upgradeState": {
3309+
"description": "Output only. The upgrade state of the enterprise.",
3310+
"enum": [
3311+
"UPGRADE_STATE_UNSPECIFIED",
3312+
"UPGRADE_STATE_SUCCEEDED"
3313+
],
3314+
"enumDescriptions": [
3315+
"Unspecified. This value is not used.",
3316+
"The upgrade has succeeded."
3317+
],
3318+
"readOnly": true,
3319+
"type": "string"
3320+
}
3321+
},
3322+
"type": "object"
3323+
},
33003324
"ExtensionConfig": {
33013325
"description": "Configuration to enable an app as an extension app, with the capability of interacting with Android Device Policy offline. For Android versions 11 and above, extension apps are exempt from battery restrictions so will not be placed into the restricted App Standby Bucket (https://developer.android.com/topic/performance/appstandby#restricted-bucket). Extensions apps are also protected against users clearing their data or force-closing the application, although admins can continue to use the clear app data command on extension apps if needed for Android 11 and above.",
33023326
"id": "ExtensionConfig",

androidmanagement/v1/androidmanagement-gen.go

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

backupdr/v1/backupdr-api.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148154
"location": "query",
@@ -1745,7 +1751,7 @@
17451751
}
17461752
}
17471753
},
1748-
"revision": "20250317",
1754+
"revision": "20250326",
17491755
"rootUrl": "https://backupdr.googleapis.com/",
17501756
"schemas": {
17511757
"AbandonBackupRequest": {
@@ -2628,14 +2634,16 @@
26282634
"CREATING",
26292635
"ACTIVE",
26302636
"DELETING",
2631-
"INACTIVE"
2637+
"INACTIVE",
2638+
"UPDATING"
26322639
],
26332640
"enumDescriptions": [
26342641
"State not set.",
26352642
"The resource is being created.",
26362643
"The resource has been created and is fully usable.",
26372644
"The resource is being deleted.",
2638-
"The resource has been created but is not usable."
2645+
"The resource has been created but is not usable.",
2646+
"The resource is being updated."
26392647
],
26402648
"readOnly": true,
26412649
"type": "string"

backupdr/v1/backupdr-gen.go

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

blockchainnodeengine/v1/blockchainnodeengine-api.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148154
"location": "query",
@@ -487,7 +493,7 @@
487493
}
488494
}
489495
},
490-
"revision": "20241204",
496+
"revision": "20250326",
491497
"rootUrl": "https://blockchainnodeengine.googleapis.com/",
492498
"schemas": {
493499
"BlockchainNode": {

blockchainnodeengine/v1/blockchainnodeengine-gen.go

Lines changed: 8 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)