Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2896)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Dec 4, 2024
1 parent 46fab24 commit efded92
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 23 deletions.
6 changes: 3 additions & 3 deletions adsense/v2/adsense-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@
}
}
},
"revision": "20240515",
"revision": "20241203",
"rootUrl": "https://adsense.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -2786,11 +2786,11 @@
"id": "TimeZone",
"properties": {
"id": {
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
"type": "string"
},
"version": {
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
"type": "string"
}
},
Expand Down
5 changes: 3 additions & 2 deletions adsense/v2/adsense-gen.go

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

6 changes: 3 additions & 3 deletions adsenseplatform/v1alpha/adsenseplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
}
}
},
"revision": "20240710",
"revision": "20241203",
"rootUrl": "https://adsenseplatform.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -703,11 +703,11 @@
"id": "TimeZone",
"properties": {
"id": {
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
"type": "string"
},
"version": {
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
"type": "string"
}
},
Expand Down
5 changes: 3 additions & 2 deletions adsenseplatform/v1alpha/adsenseplatform-gen.go

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

18 changes: 16 additions & 2 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@
}
}
},
"revision": "20241120",
"revision": "20241203",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -4815,6 +4815,20 @@
],
"type": "string"
},
"privateSpacePolicy": {
"description": "Optional. Controls whether a private space is allowed on the device.",
"enum": [
"PRIVATE_SPACE_POLICY_UNSPECIFIED",
"PRIVATE_SPACE_ALLOWED",
"PRIVATE_SPACE_DISALLOWED"
],
"enumDescriptions": [
"Unspecified. Defaults to PRIVATE_SPACE_ALLOWED.",
"Users can create a private space profile.",
"Users cannot create a private space profile. Supported only for company-owned devices with a work profile. Caution: Any existing private space will be removed."
],
"type": "string"
},
"screenCaptureDisabled": {
"description": "If true, screen capture is disabled for all users.",
"type": "boolean"
Expand Down Expand Up @@ -5093,7 +5107,7 @@
"type": "boolean"
},
"keyguardDisabled": {
"description": "If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays.",
"description": "If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays. This policy is supported only in dedicated device management mode.",
"type": "boolean"
},
"keyguardDisabledFeatures": {
Expand Down
14 changes: 13 additions & 1 deletion androidmanagement/v1/androidmanagement-gen.go

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

6 changes: 3 additions & 3 deletions osconfig/v1/osconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@
}
}
},
"revision": "20241126",
"revision": "20241201",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptSettings": {
Expand Down Expand Up @@ -3571,11 +3571,11 @@
"id": "TimeZone",
"properties": {
"id": {
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
"type": "string"
},
"version": {
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
"type": "string"
}
},
Expand Down
5 changes: 3 additions & 2 deletions osconfig/v1/osconfig-gen.go

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

6 changes: 3 additions & 3 deletions osconfig/v1beta/osconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
}
}
},
"revision": "20241021",
"revision": "20241201",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptRepository": {
Expand Down Expand Up @@ -2339,11 +2339,11 @@
"id": "TimeZone",
"properties": {
"id": {
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
"type": "string"
},
"version": {
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
"type": "string"
}
},
Expand Down
5 changes: 3 additions & 2 deletions osconfig/v1beta/osconfig-gen.go

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

0 comments on commit efded92

Please sign in to comment.