Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5521,7 +5521,7 @@
}
}
},
"revision": "20250724",
"revision": "20250807",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -7057,6 +7057,12 @@
},
"type": "object"
},
"DeferredItemRemoval": {
"description": "Information related to deferred item replacement.",
"id": "DeferredItemRemoval",
"properties": {},
"type": "object"
},
"DeferredItemReplacement": {
"description": "Information related to deferred item replacement.",
"id": "DeferredItemReplacement",
Expand Down Expand Up @@ -11319,6 +11325,10 @@
"$ref": "AutoRenewingPlan",
"description": "The item is auto renewing."
},
"deferredItemRemoval": {
"$ref": "DeferredItemRemoval",
"description": "Information for deferred item removal."
},
"deferredItemReplacement": {
"$ref": "DeferredItemReplacement",
"description": "Information for deferred item replacement."
Expand Down
6 changes: 6 additions & 0 deletions androidpublisher/v3/androidpublisher-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion cloudbuild/v1/cloudbuild-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@
}
}
},
"revision": "20250718",
"revision": "20250801",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down Expand Up @@ -5864,6 +5864,10 @@
"format": "int64",
"type": "string"
},
"enableNestedVirtualization": {
"description": "Optional. Enable nested virtualization on the worker, if supported by the machine type. By default, nested virtualization is disabled.",
"type": "boolean"
},
"machineType": {
"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.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions cloudbuild/v1/cloudbuild-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading