Skip to content

Commit 7e31abb

Browse files
feat(all): auto-regenerate discovery clients (#3221)
1 parent 987e4ab commit 7e31abb

24 files changed

+607
-205
lines changed

adsenseplatform/v1alpha/adsenseplatform-api.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,40 @@
346346
"https://www.googleapis.com/auth/adsense",
347347
"https://www.googleapis.com/auth/adsense.readonly"
348348
]
349+
},
350+
"patch": {
351+
"description": "Update a Platform Group.",
352+
"flatPath": "v1alpha/accounts/{accountsId}/platforms/{platformsId}/groups/{groupsId}",
353+
"httpMethod": "PATCH",
354+
"id": "adsenseplatform.accounts.platforms.groups.patch",
355+
"parameterOrder": [
356+
"name"
357+
],
358+
"parameters": {
359+
"name": {
360+
"description": "Identifier. Format: accounts/{account}/platforms/{platform}/groups/{platform_group}",
361+
"location": "path",
362+
"pattern": "^accounts/[^/]+/platforms/[^/]+/groups/[^/]+$",
363+
"required": true,
364+
"type": "string"
365+
},
366+
"updateMask": {
367+
"description": "Optional. The list of fields to update - currently only supports updating the `description` field.",
368+
"format": "google-fieldmask",
369+
"location": "query",
370+
"type": "string"
371+
}
372+
},
373+
"path": "v1alpha/{+name}",
374+
"request": {
375+
"$ref": "PlatformGroup"
376+
},
377+
"response": {
378+
"$ref": "PlatformGroup"
379+
},
380+
"scopes": [
381+
"https://www.googleapis.com/auth/adsense"
382+
]
349383
}
350384
}
351385
}
@@ -691,7 +725,7 @@
691725
}
692726
}
693727
},
694-
"revision": "20250702",
728+
"revision": "20250703",
695729
"rootUrl": "https://adsenseplatform.googleapis.com/",
696730
"schemas": {
697731
"Account": {

adsenseplatform/v1alpha/adsenseplatform-gen.go

Lines changed: 111 additions & 0 deletions
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@
12601260
}
12611261
}
12621262
},
1263-
"revision": "20250626",
1263+
"revision": "20250702",
12641264
"rootUrl": "https://androidmanagement.googleapis.com/",
12651265
"schemas": {
12661266
"AdbShellCommandEvent": {
@@ -2242,7 +2242,7 @@
22422242
"USER_CONTROL_DISALLOWED"
22432243
],
22442244
"enumDescriptions": [
2245-
"Uses the default behaviour of the app to determine if user control is allowed or disallowed. For most apps, user control is allowed by default, but user control is disallowed for some critical apps such as: * extension apps (see extensionConfig for more details) * kiosk apps (see KIOSK install type for more details) * other critical system apps",
2245+
"Uses the default behaviour of the app to determine if user control is allowed or disallowed. User control is allowed by default for most apps but disallowed for following types of apps: extension apps (see extensionConfig for more details) kiosk apps (see KIOSK install type for more details) other critical system apps",
22462246
"User control is allowed for the app. Kiosk apps can use this to allow user control. For extension apps (see extensionConfig for more details), user control is disallowed even if this value is set. For kiosk apps (see KIOSK install type for more details), this value can be used to allow user control.",
22472247
"User control is disallowed for the app. This is supported on Android 11 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 11."
22482248
],
@@ -3910,7 +3910,7 @@
39103910
"id": "ExtensionConfig",
39113911
"properties": {
39123912
"notificationReceiver": {
3913-
"description": "Fully qualified class name of the receiver service class for Android Device Policy to notify the extension app of any local command status updates.",
3913+
"description": "Fully qualified class name of the receiver service class for Android Device Policy to notify the extension app of any local command status updates. The service must be exported in the extension app's AndroidManifest.xml and extend NotificationReceiverService (https://developers.google.com/android/management/reference/amapi/com/google/android/managementapi/notification/NotificationReceiverService) (see Integrate with the AMAPI SDK (https://developers.google.com/android/management/sdk-integration) guide for more details).",
39143914
"type": "string"
39153915
},
39163916
"signingKeyFingerprintsSha256": {

androidmanagement/v1/androidmanagement-gen.go

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

cloudidentity/v1/cloudidentity-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@
20852085
}
20862086
}
20872087
},
2088-
"revision": "20250121",
2088+
"revision": "20250701",
20892089
"rootUrl": "https://cloudidentity.googleapis.com/",
20902090
"schemas": {
20912091
"AddIdpCredentialOperationMetadata": {
@@ -3396,7 +3396,7 @@
33963396
"additionalProperties": {
33973397
"type": "string"
33983398
},
3399-
"description": "Required. One or more label entries that apply to the Group. Currently supported labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing Google Groups can have an additional label with a key of `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an immutable change and the security label cannot be removed once added.** Dynamic groups have a label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for Cloud Search have a label with a key of `system/groups/external` and an empty value.",
3399+
"description": "Required. One or more label entries that apply to the Group. Labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing Google Groups can have an additional label with a key of `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an immutable change and the security label cannot be removed once added.** Dynamic groups have a label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for Cloud Search have a label with a key of `system/groups/external` and an empty value. Google Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group, add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value. Doing so locks the group. To unlock the group, remove this label.",
34003400
"type": "object"
34013401
},
34023402
"name": {

cloudidentity/v1/cloudidentity-gen.go

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

cloudidentity/v1beta1/cloudidentity-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,7 @@
21232123
}
21242124
}
21252125
},
2126-
"revision": "20250121",
2126+
"revision": "20250701",
21272127
"rootUrl": "https://cloudidentity.googleapis.com/",
21282128
"schemas": {
21292129
"AddIdpCredentialOperationMetadata": {
@@ -4128,7 +4128,7 @@
41284128
"additionalProperties": {
41294129
"type": "string"
41304130
},
4131-
"description": "Required. One or more label entries that apply to the Group. Labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing Google Groups can have an additional label with a key of `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an immutable change and the security label cannot be removed once added.** Dynamic groups have a label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for Cloud Search have a label with a key of `system/groups/external` and an empty value. (Beta) Google Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group, add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value. Doing so locks the group. To unlock the group, remove this label.",
4131+
"description": "Required. One or more label entries that apply to the Group. Labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing Google Groups can have an additional label with a key of `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an immutable change and the security label cannot be removed once added.** Dynamic groups have a label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for Cloud Search have a label with a key of `system/groups/external` and an empty value. Google Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group, add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value. Doing so locks the group. To unlock the group, remove this label.",
41324132
"type": "object"
41334133
},
41344134
"name": {

cloudidentity/v1beta1/cloudidentity-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.

composer/v1/composer-api.json

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
"endpointUrl": "https://composer.asia-southeast2.rep.googleapis.com/",
6767
"location": "asia-southeast2"
6868
},
69+
{
70+
"description": "Regional Endpoint",
71+
"endpointUrl": "https://composer.asia-southeast3.rep.googleapis.com/",
72+
"location": "asia-southeast3"
73+
},
6974
{
7075
"description": "Regional Endpoint",
7176
"endpointUrl": "https://composer.australia-southeast1.rep.googleapis.com/",
@@ -101,6 +106,21 @@
101106
"endpointUrl": "https://composer.europe-west1.rep.googleapis.com/",
102107
"location": "europe-west1"
103108
},
109+
{
110+
"description": "Regional Endpoint",
111+
"endpointUrl": "https://composer.europe-west10.rep.googleapis.com/",
112+
"location": "europe-west10"
113+
},
114+
{
115+
"description": "Regional Endpoint",
116+
"endpointUrl": "https://composer.europe-west12.rep.googleapis.com/",
117+
"location": "europe-west12"
118+
},
119+
{
120+
"description": "Regional Endpoint",
121+
"endpointUrl": "https://composer.europe-west15.rep.googleapis.com/",
122+
"location": "europe-west15"
123+
},
104124
{
105125
"description": "Regional Endpoint",
106126
"endpointUrl": "https://composer.europe-west2.rep.googleapis.com/",
@@ -131,16 +151,6 @@
131151
"endpointUrl": "https://composer.europe-west9.rep.googleapis.com/",
132152
"location": "europe-west9"
133153
},
134-
{
135-
"description": "Regional Endpoint",
136-
"endpointUrl": "https://composer.europe-west10.rep.googleapis.com/",
137-
"location": "europe-west10"
138-
},
139-
{
140-
"description": "Regional Endpoint",
141-
"endpointUrl": "https://composer.europe-west12.rep.googleapis.com/",
142-
"location": "europe-west12"
143-
},
144154
{
145155
"description": "Regional Endpoint",
146156
"endpointUrl": "https://composer.me-central1.rep.googleapis.com/",
@@ -1216,7 +1226,7 @@
12161226
}
12171227
}
12181228
},
1219-
"revision": "20250513",
1229+
"revision": "20250630",
12201230
"rootUrl": "https://composer.googleapis.com/",
12211231
"schemas": {
12221232
"AirflowMetadataRetentionPolicyConfig": {

0 commit comments

Comments
 (0)