Skip to content

Commit 510a0c1

Browse files
feat(all): auto-regenerate discovery clients (#3647)
1 parent 93d63e8 commit 510a0c1

141 files changed

Lines changed: 35305 additions & 14051 deletions

File tree

Some content is hidden

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

accessapproval/v1/accessapproval-api.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20260126",
916+
"revision": "20260703",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -1351,7 +1351,8 @@
13511351
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256",
13521352
"PQ_SIGN_ML_DSA_44_EXTERNAL_MU",
13531353
"PQ_SIGN_ML_DSA_65_EXTERNAL_MU",
1354-
"PQ_SIGN_ML_DSA_87_EXTERNAL_MU"
1354+
"PQ_SIGN_ML_DSA_87_EXTERNAL_MU",
1355+
"AES_256_KWP"
13551356
],
13561357
"enumDescriptions": [
13571358
"Not specified.",
@@ -1400,7 +1401,8 @@
14001401
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests.",
14011402
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 1. Randomized version supporting externally-computed message representatives.",
14021403
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version supporting externally-computed message representatives.",
1403-
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 5. Randomized version supporting externally-computed message representatives."
1404+
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 5. Randomized version supporting externally-computed message representatives.",
1405+
"AES key wrap with zero padding algorithm (RFC 5649). Can only be used by keys with purpose AES_WRAPPING."
14041406
],
14051407
"type": "string"
14061408
},

accessapproval/v1/accessapproval-gen.go

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

aiplatform/v1/aiplatform-api.json

Lines changed: 1176 additions & 3 deletions
Large diffs are not rendered by default.

aiplatform/v1/aiplatform-gen.go

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

alertcenter/v1beta1/alertcenter-api.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20260525",
426+
"revision": "20260706",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AbuseDetected": {
@@ -1856,11 +1856,13 @@
18561856
"description": "Optional. Agent type that triggered the rule.",
18571857
"enum": [
18581858
"AGENT_TYPE_UNSPECIFIED",
1859-
"STUDIO"
1859+
"STUDIO",
1860+
"WORK_AGENT"
18601861
],
18611862
"enumDescriptions": [
18621863
"Unspecified agent type.",
1863-
"Studio agent type."
1864+
"Studio agent type.",
1865+
"Work Agent agent type."
18641866
],
18651867
"type": "string"
18661868
},

alertcenter/v1beta1/alertcenter-gen.go

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

androidenterprise/v1/androidenterprise-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2691,7 +2691,7 @@
26912691
}
26922692
}
26932693
},
2694-
"revision": "20260422",
2694+
"revision": "20260707",
26952695
"rootUrl": "https://androidenterprise.googleapis.com/",
26962696
"schemas": {
26972697
"Administrator": {
@@ -3324,7 +3324,7 @@
33243324
"id": "EnrollmentToken",
33253325
"properties": {
33263326
"duration": {
3327-
"description": "[Optional] The length of time the enrollment token is valid, ranging from 1 minute to [`Durations.MAX_VALUE`](https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Durations.html#MAX_VALUE), approximately 10,000 years. If not specified, the default duration is 1 hour.",
3327+
"description": "[Optional] The length of time the enrollment token is valid, ranging from 1 minute to [`Durations.MAX_VALUE`](https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Durations.html#MAX_VALUE), approximately 10,000 years. If not specified, the default duration is 1 hour. In the JSON REST API, this is represented as a string (e.g., `3600s`).",
33283328
"format": "google-duration",
33293329
"type": "string"
33303330
},

androidenterprise/v1/androidenterprise-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

androidmanagement/v1/androidmanagement-api.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@
12651265
}
12661266
}
12671267
},
1268-
"revision": "20260615",
1268+
"revision": "20260708",
12691269
"rootUrl": "https://androidmanagement.googleapis.com/",
12701270
"schemas": {
12711271
"AdbShellCommandEvent": {
@@ -6261,7 +6261,7 @@
62616261
"type": "boolean"
62626262
},
62636263
"defaultApplicationSettings": {
6264-
"description": "Optional. The default application setting for supported types. If the default application is successfully set for at least one app type on a profile, users are prevented from changing any default applications on that profile.Only one DefaultApplicationSetting is allowed for each DefaultApplicationType.See Default application settings (https://developers.google.com/android/management/default-application-settings) guide for more details.",
6264+
"description": "Optional. The default application setting for supported types. If the default application is successfully set for at least one app type on a profile, users are prevented from changing any default applications on that profile.Only one DefaultApplicationSetting is allowed for each DefaultApplicationType.Warning: Do not configure this and persistent_preferred_activities for the same intent domain, such as web browsing. Setting both for the same intent domain can lead to unpredictable behavior.See Default application settings (https://developers.google.com/android/management/default-application-settings) guide for more details.",
62656265
"items": {
62666266
"$ref": "DefaultApplicationSetting"
62676267
},
@@ -6542,7 +6542,7 @@
65426542
"description": "If present, only the input methods provided by packages in this list are permitted. If this field is present, but the list is empty, then only system input methods are permitted."
65436543
},
65446544
"persistentPreferredActivities": {
6545-
"description": "Default intent handler activities.",
6545+
"description": "Default intent handler activities.Warning: Do not configure this and default_application_settings for the same intent domain, such as web browsing. Setting both for the same intent domain can lead to unpredictable behavior.",
65466546
"items": {
65476547
"$ref": "PersistentPreferredActivity"
65486548
},
@@ -7794,8 +7794,8 @@
77947794
],
77957795
"enumDescriptions": [
77967796
"This value is not used.",
7797-
"Enable logging of on-device security events, like when the device password is incorrectly entered or removable storage is mounted. See UsageLogEvent for a complete description of the logged security events. Supported for fully managed devices on Android 7 and above. Supported for company-owned devices with a work profile on Android 12 and above, on which only security events from the work profile are logged. Can be overridden by the application delegated scope SECURITY_LOGS",
7798-
"Enable logging of on-device network events, like DNS lookups and TCP connections. See UsageLogEvent for a complete description of the logged network events. Supported for fully managed devices on Android 8 and above. Supported for company-owned devices with a work profile on Android 12 and above, on which only network events from the work profile are logged. Can be overridden by the application delegated scope NETWORK_ACTIVITY_LOGS"
7797+
"Enable logging of on-device security events, such as when the device password is incorrectly entered or removable storage is mounted. See UsageLogEvent for a complete description of the logged security events. Supported for fully managed devices on Android 7 and above. Supported for company-owned devices with a work profile on Android 12 and above, on which only security events from the work profile are logged. Can be overridden by the application delegated scope SECURITY_LOGS",
7798+
"Enable logging of on-device network events, such as DNS lookups and TCP connections. See UsageLogEvent for a complete description of the logged network events. Supported for fully managed devices on Android 8 and above. Supported for company-owned devices with a work profile on Android 12 and above, on which only network events from the work profile are logged. Can be overridden by the application delegated scope NETWORK_ACTIVITY_LOGS"
77997799
],
78007800
"type": "string"
78017801
},
@@ -7811,8 +7811,8 @@
78117811
],
78127812
"enumDescriptions": [
78137813
"This value is not used.",
7814-
"Enable logging of on-device security events, like when the device password is incorrectly entered or removable storage is mounted. See UsageLogEvent for a complete description of the logged security events. Supported for fully managed devices on Android 7 and above. Supported for company-owned devices with a work profile on Android 12 and above, on which only security events from the work profile are logged. Can be overridden by the application delegated scope SECURITY_LOGS",
7815-
"Enable logging of on-device network events, like DNS lookups and TCP connections. See UsageLogEvent for a complete description of the logged network events. Supported for fully managed devices on Android 8 and above. Supported for company-owned devices with a work profile on Android 12 and above, on which only network events from the work profile are logged. Can be overridden by the application delegated scope NETWORK_ACTIVITY_LOGS"
7814+
"Enable logging of on-device security events, such as when the device password is incorrectly entered or removable storage is mounted. See UsageLogEvent for a complete description of the logged security events. Supported for fully managed devices on Android 7 and above. Supported for company-owned devices with a work profile on Android 12 and above, on which only security events from the work profile are logged. Can be overridden by the application delegated scope SECURITY_LOGS",
7815+
"Enable logging of on-device network events, such as DNS lookups and TCP connections. See UsageLogEvent for a complete description of the logged network events. Supported for fully managed devices on Android 8 and above. Supported for company-owned devices with a work profile on Android 12 and above, on which only network events from the work profile are logged. Can be overridden by the application delegated scope NETWORK_ACTIVITY_LOGS"
78167816
],
78177817
"type": "string"
78187818
},

androidmanagement/v1/androidmanagement-gen.go

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

0 commit comments

Comments
 (0)