Skip to content

Commit 2dd2fc5

Browse files
feat(all): auto-regenerate discovery clients (#1641)
1 parent f706c86 commit 2dd2fc5

File tree

67 files changed

+15414
-974
lines changed

Some content is hidden

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

67 files changed

+15414
-974
lines changed

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@
10521052
]
10531053
},
10541054
"get": {
1055-
"description": "Lookup for a single Audience.",
1055+
"description": "Lookup for a single Audience. Audiences created before 2020 may not be supported.",
10561056
"flatPath": "v1alpha/properties/{propertiesId}/audiences/{audiencesId}",
10571057
"httpMethod": "GET",
10581058
"id": "analyticsadmin.properties.audiences.get",
@@ -1078,7 +1078,7 @@
10781078
]
10791079
},
10801080
"list": {
1081-
"description": "Lists Audiences on a property.",
1081+
"description": "Lists Audiences on a property. Audiences created before 2020 may not be supported.",
10821082
"flatPath": "v1alpha/properties/{propertiesId}/audiences",
10831083
"httpMethod": "GET",
10841084
"id": "analyticsadmin.properties.audiences.list",
@@ -2773,7 +2773,7 @@
27732773
}
27742774
}
27752775
},
2776-
"revision": "20220727",
2776+
"revision": "20220802",
27772777
"rootUrl": "https://analyticsadmin.googleapis.com/",
27782778
"schemas": {
27792779
"GoogleAnalyticsAdminV1alphaAccount": {

analyticsadmin/v1alpha/analyticsadmin-gen.go

Lines changed: 6 additions & 4 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: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@
10651065
}
10661066
}
10671067
},
1068-
"revision": "20220704",
1068+
"revision": "20220725",
10691069
"rootUrl": "https://androidmanagement.googleapis.com/",
10701070
"schemas": {
10711071
"AdbShellCommandEvent": {
@@ -3617,14 +3617,16 @@
36173617
"PASSWORD_POLICIES_USER_CREDENTIALS_CONFIRMATION_REQUIRED",
36183618
"PASSWORD_POLICIES_PASSWORD_EXPIRED",
36193619
"PASSWORD_POLICIES_PASSWORD_NOT_SUFFICIENT",
3620-
"ONC_WIFI_INVALID_VALUE"
3620+
"ONC_WIFI_INVALID_VALUE",
3621+
"ONC_WIFI_API_LEVEL"
36213622
],
36223623
"enumDescriptions": [
36233624
"Specific non-compliance reason is not specified. Fields in specific_non_compliance_context are not set.",
36243625
"User needs to confirm credentials by entering the screen lock. Fields in specific_non_compliance_context are not set. nonComplianceReason is set to USER_ACTION.",
36253626
"The device or profile password has expired. passwordPoliciesContext is set. nonComplianceReason is set to USER_ACTION.",
36263627
"The device password does not satisfy password requirements. passwordPoliciesContext is set. nonComplianceReason is set to USER_ACTION.",
3627-
"There is an incorrect value in ONC Wi-Fi configuration. fieldPath specifies which field value is incorrect. oncWifiContext is set. nonComplianceReason is set to INVALID_VALUE."
3628+
"There is an incorrect value in ONC Wi-Fi configuration. fieldPath specifies which field value is incorrect. oncWifiContext is set. nonComplianceReason is set to INVALID_VALUE.",
3629+
"The ONC Wi-Fi setting is not supported in the API level of the Android version running on the device. fieldPath specifies which field value is not supported. oncWifiContext is set. nonComplianceReason is set to API_LEVEL."
36283630
],
36293631
"type": "string"
36303632
}
@@ -4961,7 +4963,7 @@
49614963
"properties": {
49624964
"oncWifiContext": {
49634965
"$ref": "OncWifiContext",
4964-
"description": "Additional context for non-compliance related to Wi-Fi configuration. See ONC_WIFI_INVALID_VALUE."
4966+
"description": "Additional context for non-compliance related to Wi-Fi configuration. See ONC_WIFI_INVALID_VALUE and ONC_WIFI_API_LEVEL"
49654967
},
49664968
"passwordPoliciesContext": {
49674969
"$ref": "PasswordPoliciesContext",

androidmanagement/v1/androidmanagement-gen.go

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

api-list.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,6 +2451,21 @@
24512451
"documentationLink": "https://developers.google.com/drive/activity/",
24522452
"preferred": true
24532453
},
2454+
{
2455+
"kind": "discovery#directoryItem",
2456+
"id": "drivelabels:v2beta",
2457+
"name": "drivelabels",
2458+
"version": "v2beta",
2459+
"title": "Drive Labels API",
2460+
"description": "An API for managing Drive Labels",
2461+
"discoveryRestUrl": "https://drivelabels.googleapis.com/$discovery/rest?version=v2beta",
2462+
"icons": {
2463+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
2464+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
2465+
},
2466+
"documentationLink": "https://developers.google.com/drive/labels",
2467+
"preferred": false
2468+
},
24542469
{
24552470
"kind": "discovery#directoryItem",
24562471
"id": "drivelabels:v2",

apigee/v1/apigee-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8515,7 +8515,7 @@
85158515
}
85168516
}
85178517
},
8518-
"revision": "20220725",
8518+
"revision": "20220728",
85198519
"rootUrl": "https://apigee.googleapis.com/",
85208520
"schemas": {
85218521
"EdgeConfigstoreBundleBadBundle": {
@@ -11590,7 +11590,7 @@
1159011590
"type": "array"
1159111591
},
1159211592
"name": {
11593-
"description": "Required. Resource ID for this keystore. Values must match the regular expression `[\\w[:space:]-.]{1,255}`.",
11593+
"description": "Required. Resource ID for this keystore. Values must match the regular expression `[\\w[:space:].-]{1,255}`.",
1159411594
"type": "string"
1159511595
}
1159611596
},

apigee/v1/apigee-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.

cloudasset/v1/cloudasset-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
}
930930
}
931931
},
932-
"revision": "20220617",
932+
"revision": "20220730",
933933
"rootUrl": "https://cloudasset.googleapis.com/",
934934
"schemas": {
935935
"AccessSelector": {
@@ -3220,7 +3220,7 @@
32203220
"type": "object"
32213221
},
32223222
"ResourceSearchResult": {
3223-
"description": "A result of Resource Search, containing information of a cloud resource. Next ID: 28",
3223+
"description": "A result of Resource Search, containing information of a cloud resource. Next ID: 29",
32243224
"id": "ResourceSearchResult",
32253225
"properties": {
32263226
"additionalAttributes": {

cloudasset/v1/cloudasset-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.

cloudidentity/v1beta1/cloudidentity-api.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@
158158
"$ref": "Operation"
159159
},
160160
"scopes": [
161-
"https://www.googleapis.com/auth/cloud-identity",
162161
"https://www.googleapis.com/auth/cloud-identity.userinvitations"
163162
]
164163
},
@@ -184,7 +183,6 @@
184183
"$ref": "UserInvitation"
185184
},
186185
"scopes": [
187-
"https://www.googleapis.com/auth/cloud-identity",
188186
"https://www.googleapis.com/auth/cloud-identity.userinvitations",
189187
"https://www.googleapis.com/auth/cloud-identity.userinvitations.readonly"
190188
]
@@ -211,7 +209,6 @@
211209
"$ref": "IsInvitableUserResponse"
212210
},
213211
"scopes": [
214-
"https://www.googleapis.com/auth/cloud-identity",
215212
"https://www.googleapis.com/auth/cloud-identity.userinvitations",
216213
"https://www.googleapis.com/auth/cloud-identity.userinvitations.readonly"
217214
]
@@ -259,7 +256,6 @@
259256
"$ref": "ListUserInvitationsResponse"
260257
},
261258
"scopes": [
262-
"https://www.googleapis.com/auth/cloud-identity",
263259
"https://www.googleapis.com/auth/cloud-identity.userinvitations",
264260
"https://www.googleapis.com/auth/cloud-identity.userinvitations.readonly"
265261
]
@@ -289,7 +285,6 @@
289285
"$ref": "Operation"
290286
},
291287
"scopes": [
292-
"https://www.googleapis.com/auth/cloud-identity",
293288
"https://www.googleapis.com/auth/cloud-identity.userinvitations"
294289
]
295290
}
@@ -1570,10 +1565,7 @@
15701565
"path": "v1beta1/{+parent}/memberships",
15711566
"response": {
15721567
"$ref": "ListOrgMembershipsResponse"
1573-
},
1574-
"scopes": [
1575-
"https://www.googleapis.com/auth/cloud-identity"
1576-
]
1568+
}
15771569
},
15781570
"move": {
15791571
"description": "Move an OrgMembership to a new OrgUnit. NOTE: This is an atomic copy-and-delete. The resource will have a new copy under the destination OrgUnit and be deleted from the source OrgUnit. The resource can only be searched under the destination OrgUnit afterwards.",
@@ -1598,17 +1590,14 @@
15981590
},
15991591
"response": {
16001592
"$ref": "Operation"
1601-
},
1602-
"scopes": [
1603-
"https://www.googleapis.com/auth/cloud-identity"
1604-
]
1593+
}
16051594
}
16061595
}
16071596
}
16081597
}
16091598
}
16101599
},
1611-
"revision": "20220620",
1600+
"revision": "20220729",
16121601
"rootUrl": "https://cloudidentity.googleapis.com/",
16131602
"schemas": {
16141603
"AndroidAttributes": {

0 commit comments

Comments
 (0)