Skip to content

Commit e57e8b1

Browse files
feat(all): auto-regenerate discovery clients (#3266)
1 parent 82513ca commit e57e8b1

Some content is hidden

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

53 files changed

+8557
-511
lines changed

androidpublisher/v3/androidpublisher-api.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5521,7 +5521,7 @@
55215521
}
55225522
}
55235523
},
5524-
"revision": "20250724",
5524+
"revision": "20250807",
55255525
"rootUrl": "https://androidpublisher.googleapis.com/",
55265526
"schemas": {
55275527
"Abi": {
@@ -7057,6 +7057,12 @@
70577057
},
70587058
"type": "object"
70597059
},
7060+
"DeferredItemRemoval": {
7061+
"description": "Information related to deferred item replacement.",
7062+
"id": "DeferredItemRemoval",
7063+
"properties": {},
7064+
"type": "object"
7065+
},
70607066
"DeferredItemReplacement": {
70617067
"description": "Information related to deferred item replacement.",
70627068
"id": "DeferredItemReplacement",
@@ -11319,6 +11325,10 @@
1131911325
"$ref": "AutoRenewingPlan",
1132011326
"description": "The item is auto renewing."
1132111327
},
11328+
"deferredItemRemoval": {
11329+
"$ref": "DeferredItemRemoval",
11330+
"description": "Information for deferred item removal."
11331+
},
1132211332
"deferredItemReplacement": {
1132311333
"$ref": "DeferredItemReplacement",
1132411334
"description": "Information for deferred item replacement."

androidpublisher/v3/androidpublisher-gen.go

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

cloudbuild/v1/cloudbuild-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2573,7 +2573,7 @@
25732573
}
25742574
}
25752575
},
2576-
"revision": "20250718",
2576+
"revision": "20250801",
25772577
"rootUrl": "https://cloudbuild.googleapis.com/",
25782578
"schemas": {
25792579
"ApprovalConfig": {
@@ -5864,6 +5864,10 @@
58645864
"format": "int64",
58655865
"type": "string"
58665866
},
5867+
"enableNestedVirtualization": {
5868+
"description": "Optional. Enable nested virtualization on the worker, if supported by the machine type. By default, nested virtualization is disabled.",
5869+
"type": "boolean"
5870+
},
58675871
"machineType": {
58685872
"description": "Optional. Machine type of a worker, such as `e2-medium`. See [Worker pool config file](https://cloud.google.com/build/docs/private-pools/worker-pool-config-file-schema). If left blank, Cloud Build will use a sensible default.",
58695873
"type": "string"

cloudbuild/v1/cloudbuild-gen.go

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