Skip to content

Commit 3093678

Browse files
feat(all): auto-regenerate discovery clients (#1560)
1 parent b041876 commit 3093678

37 files changed

+2795
-306
lines changed

androidmanagement/v1/androidmanagement-api.json

+16-2
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@
10041004
}
10051005
}
10061006
},
1007-
"revision": "20220425",
1007+
"revision": "20220524",
10081008
"rootUrl": "https://androidmanagement.googleapis.com/",
10091009
"schemas": {
10101010
"AdvancedSecurityOverrides": {
@@ -3332,6 +3332,20 @@
33323332
"The timeout period is set to 24 hours."
33333333
],
33343334
"type": "string"
3335+
},
3336+
"unifiedLockSettings": {
3337+
"description": "Controls whether a unified lock is allowed for the device and the work profile, on devices running Android 9 and above with a work profile. This can be set only if password_scope is set to SCOPE_PROFILE, the policy will be rejected otherwise. If user has not set a separate work lock and this field is set to REQUIRE_SEPARATE_WORK_LOCK, a NonComplianceDetail is reported with nonComplianceReason set to USER_ACTION.",
3338+
"enum": [
3339+
"UNIFIED_LOCK_SETTINGS_UNSPECIFIED",
3340+
"ALLOW_UNIFIED_WORK_AND_PERSONAL_LOCK",
3341+
"REQUIRE_SEPARATE_WORK_LOCK"
3342+
],
3343+
"enumDescriptions": [
3344+
"Unspecified. Defaults to ALLOW_UNIFIED_WORK_AND_PERSONAL_LOCK.",
3345+
"A common lock for the device and the work profile is allowed.",
3346+
"A separate lock for the work profile is required."
3347+
],
3348+
"type": "string"
33353349
}
33363350
},
33373351
"type": "object"
@@ -3840,7 +3854,7 @@
38403854
},
38413855
"passwordRequirements": {
38423856
"$ref": "PasswordRequirements",
3843-
"description": "Password requirements. The field password_requirements.require_password_unlock must not be set. DEPRECATED - Use passwordPolicies.Note:Complexity-based values of PasswordQuality, that is, COMPLEXITY_LOW, COMPLEXITY_MEDIUM, and COMPLEXITY_HIGH, cannot be used here."
3857+
"description": "Password requirements. The field password_requirements.require_password_unlock must not be set. DEPRECATED - Use passwordPolicies.Note:Complexity-based values of PasswordQuality, that is, COMPLEXITY_LOW, COMPLEXITY_MEDIUM, and COMPLEXITY_HIGH, cannot be used here. unified_lock_settings cannot be used here."
38443858
},
38453859
"permissionGrants": {
38463860
"description": "Explicit permission or group grants or denials for all apps. These values override the default_permission_policy.",

androidmanagement/v1/androidmanagement-gen.go

+19-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-list.json

+17-2
Original file line numberDiff line numberDiff line change
@@ -571,13 +571,28 @@
571571
"documentationLink": "https://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/",
572572
"preferred": true
573573
},
574+
{
575+
"kind": "discovery#directoryItem",
576+
"id": "baremetalsolution:v1alpha1",
577+
"name": "baremetalsolution",
578+
"version": "v1alpha1",
579+
"title": "Bare Metal Solution API",
580+
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
581+
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v1alpha1",
582+
"icons": {
583+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
584+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
585+
},
586+
"documentationLink": "https://cloud.google.com/bare-metal",
587+
"preferred": false
588+
},
574589
{
575590
"kind": "discovery#directoryItem",
576591
"id": "baremetalsolution:v1",
577592
"name": "baremetalsolution",
578593
"version": "v1",
579594
"title": "Bare Metal Solution API",
580-
"description": "Bare Metal Solution provides hardware to run specialized workloads with low latency on Google Cloud.",
595+
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
581596
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v1",
582597
"icons": {
583598
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
@@ -592,7 +607,7 @@
592607
"name": "baremetalsolution",
593608
"version": "v2",
594609
"title": "Bare Metal Solution API",
595-
"description": "Bare Metal Solution provides hardware to run specialized workloads with low latency on Google Cloud.",
610+
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
596611
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v2",
597612
"icons": {
598613
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",

calendar/v3/calendar-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@
11321132
"type": "string"
11331133
},
11341134
"q": {
1135-
"description": "Free text search terms to find events that match these terms in any field, except for extended properties. Optional.",
1135+
"description": "Free text search terms to find events that match these terms in the following fields: summary, description, location, attendee's displayName, attendee's email. Optional.",
11361136
"location": "query",
11371137
"type": "string"
11381138
},
@@ -1529,7 +1529,7 @@
15291529
"type": "string"
15301530
},
15311531
"q": {
1532-
"description": "Free text search terms to find events that match these terms in any field, except for extended properties. Optional.",
1532+
"description": "Free text search terms to find events that match these terms in the following fields: summary, description, location, attendee's displayName, attendee's email. Optional.",
15331533
"location": "query",
15341534
"type": "string"
15351535
},
@@ -1723,7 +1723,7 @@
17231723
}
17241724
}
17251725
},
1726-
"revision": "20220429",
1726+
"revision": "20220520",
17271727
"rootUrl": "https://www.googleapis.com/",
17281728
"schemas": {
17291729
"Acl": {

calendar/v3/calendar-gen.go

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudasset/v1p1beta1/cloudasset-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
}
208208
}
209209
},
210-
"revision": "20220429",
210+
"revision": "20220520",
211211
"rootUrl": "https://cloudasset.googleapis.com/",
212212
"schemas": {
213213
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -361,7 +361,7 @@
361361
},
362362
"iamPolicy": {
363363
"$ref": "Policy",
364-
"description": "A representation of the Cloud IAM policy set on a Google Cloud resource. There can be a maximum of one Cloud IAM policy set on any given resource. In addition, Cloud IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See [this topic](https://cloud.google.com/iam/docs/policies#inheritance) for more information."
364+
"description": "A representation of the Cloud IAM policy set on a Google Cloud resource. There can be a maximum of one Cloud IAM policy set on any given resource. In addition, Cloud IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for more information."
365365
},
366366
"name": {
367367
"description": "The full name of the asset. Example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1` See [Resource names](https://cloud.google.com/apis/design/resource_names#full_resource_name) for more information.",

cloudasset/v1p1beta1/cloudasset-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudasset/v1p4beta1/cloudasset-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
}
222222
}
223223
},
224-
"revision": "20220429",
224+
"revision": "20220520",
225225
"rootUrl": "https://cloudasset.googleapis.com/",
226226
"schemas": {
227227
"AccessSelector": {
@@ -606,7 +606,7 @@
606606
},
607607
"iamPolicy": {
608608
"$ref": "Policy",
609-
"description": "A representation of the Cloud IAM policy set on a Google Cloud resource. There can be a maximum of one Cloud IAM policy set on any given resource. In addition, Cloud IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See [this topic](https://cloud.google.com/iam/docs/policies#inheritance) for more information."
609+
"description": "A representation of the Cloud IAM policy set on a Google Cloud resource. There can be a maximum of one Cloud IAM policy set on any given resource. In addition, Cloud IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for more information."
610610
},
611611
"name": {
612612
"description": "The full name of the asset. Example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1` See [Resource names](https://cloud.google.com/apis/design/resource_names#full_resource_name) for more information.",

cloudasset/v1p4beta1/cloudasset-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudasset/v1p7beta1/cloudasset-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
}
168168
}
169169
},
170-
"revision": "20220429",
170+
"revision": "20220520",
171171
"rootUrl": "https://cloudasset.googleapis.com/",
172172
"schemas": {
173173
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -307,7 +307,7 @@
307307
},
308308
"iamPolicy": {
309309
"$ref": "Policy",
310-
"description": "A representation of the Cloud IAM policy set on a Google Cloud resource. There can be a maximum of one Cloud IAM policy set on any given resource. In addition, Cloud IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See [this topic](https://cloud.google.com/iam/docs/policies#inheritance) for more information."
310+
"description": "A representation of the Cloud IAM policy set on a Google Cloud resource. There can be a maximum of one Cloud IAM policy set on any given resource. In addition, Cloud IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for more information."
311311
},
312312
"name": {
313313
"description": "The full name of the asset. Example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1` See [Resource names](https://cloud.google.com/apis/design/resource_names#full_resource_name) for more information.",

cloudasset/v1p7beta1/cloudasset-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudidentity/v1beta1/cloudidentity-api.json

+2-22
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@
15361536
}
15371537
}
15381538
},
1539-
"revision": "20220513",
1539+
"revision": "20220518",
15401540
"rootUrl": "https://cloudidentity.googleapis.com/",
15411541
"schemas": {
15421542
"AndroidAttributes": {
@@ -2314,21 +2314,6 @@
23142314
},
23152315
"type": "object"
23162316
},
2317-
"FirstAdminInvitationInfo": {
2318-
"description": "Message containing first admin invitation info for customers",
2319-
"id": "FirstAdminInvitationInfo",
2320-
"properties": {
2321-
"isFirstAdmin": {
2322-
"description": "Optional. To enable First Admin Invitation for Domained Customer",
2323-
"type": "boolean"
2324-
},
2325-
"primaryDomain": {
2326-
"description": "Optional. Domain information of first admin invited",
2327-
"type": "string"
2328-
}
2329-
},
2330-
"type": "object"
2331-
},
23322317
"GetMembershipGraphResponse": {
23332318
"description": "The response message for MembershipsService.GetMembershipGraph.",
23342319
"id": "GetMembershipGraphResponse",
@@ -3707,12 +3692,7 @@
37073692
"SendUserInvitationRequest": {
37083693
"description": "A request to send email for inviting target user corresponding to the UserInvitation.",
37093694
"id": "SendUserInvitationRequest",
3710-
"properties": {
3711-
"firstAdminInvitationInfo": {
3712-
"$ref": "FirstAdminInvitationInfo",
3713-
"description": "Optional. First admin invitation info for customers"
3714-
}
3715-
},
3695+
"properties": {},
37163696
"type": "object"
37173697
},
37183698
"Status": {

0 commit comments

Comments
 (0)