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
4 changes: 2 additions & 2 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@
}
}
},
"revision": "20250902",
"revision": "20250909",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -3049,7 +3049,7 @@
"type": "array"
},
"appliedPasswordPolicies": {
"description": "The password requirements currently applied to the device. The applied requirements may be slightly different from those specified in passwordPolicies in some cases. fieldPath is set based on passwordPolicies.",
"description": "The password requirements currently applied to the device. This field exists because the applied requirements may be slightly different from those specified in passwordPolicies in some cases. Note that this field does not provide information about password compliance. For non-compliance information, see nonComplianceDetails. NonComplianceDetail.fieldPath, is set based on passwordPolicies, not based on this field.",
"items": {
"$ref": "PasswordRequirements"
},
Expand Down
9 changes: 6 additions & 3 deletions androidmanagement/v1/androidmanagement-gen.go

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

4,591 changes: 3,891 additions & 700 deletions compute/v0.alpha/compute-api.json

Large diffs are not rendered by default.

2,555 changes: 2,269 additions & 286 deletions compute/v0.alpha/compute-gen.go

Large diffs are not rendered by default.

Loading