Skip to content

Commit 1a28e06

Browse files
feat(all): auto-regenerate discovery clients (#2655)
1 parent 89bc0dc commit 1a28e06

24 files changed

+908
-185
lines changed

androidenterprise/v1/androidenterprise-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,7 +2649,7 @@
26492649
}
26502650
}
26512651
},
2652-
"revision": "20240619",
2652+
"revision": "20240623",
26532653
"rootUrl": "https://androidenterprise.googleapis.com/",
26542654
"schemas": {
26552655
"Administrator": {
@@ -3369,7 +3369,7 @@
33693369
"type": "object"
33703370
},
33713371
"Entitlement": {
3372-
"description": "The presence of an Entitlements resource indicates that a user has the right to use a particular app. Entitlements are user specific, not device specific. This allows a user with an entitlement to an app to install the app on all their devices. It's also possible for a user to hold an entitlement to an app without installing the app on any device. The API can be used to create an entitlement. As an option, you can also use the API to trigger the installation of an app on all a user's managed devices at the same time the entitlement is created. If the app is free, creating the entitlement also creates a group license for that app. For paid apps, creating the entitlement consumes one license, and that license remains consumed until the entitlement is removed. If the enterprise hasn't purchased enough licenses, then no entitlement is created and the installation fails. An entitlement is also not created for an app if the app requires permissions that the enterprise hasn't accepted. If an entitlement is deleted, the app may be uninstalled from a user's device. As a best practice, uninstall the app by calling Installs.delete() before deleting the entitlement. Entitlements for apps that a user pays for on an unmanaged profile have \"userPurchase\" as the entitlement reason. These entitlements cannot be removed via the API.",
3372+
"description": " *Deprecated:* New integrations cannot use this method and can refer to our new recommendations. The presence of an Entitlements resource indicates that a user has the right to use a particular app. Entitlements are user specific, not device specific. This allows a user with an entitlement to an app to install the app on all their devices. It's also possible for a user to hold an entitlement to an app without installing the app on any device. The API can be used to create an entitlement. As an option, you can also use the API to trigger the installation of an app on all a user's managed devices at the same time the entitlement is created. If the app is free, creating the entitlement also creates a group license for that app. For paid apps, creating the entitlement consumes one license, and that license remains consumed until the entitlement is removed. If the enterprise hasn't purchased enough licenses, then no entitlement is created and the installation fails. An entitlement is also not created for an app if the app requires permissions that the enterprise hasn't accepted. If an entitlement is deleted, the app may be uninstalled from a user's device. As a best practice, uninstall the app by calling Installs.delete() before deleting the entitlement. Entitlements for apps that a user pays for on an unmanaged profile have \"userPurchase\" as the entitlement reason. These entitlements cannot be removed via the API.",
33733373
"id": "Entitlement",
33743374
"properties": {
33753375
"productId": {
@@ -3442,7 +3442,7 @@
34423442
"type": "object"
34433443
},
34443444
"GroupLicense": {
3445-
"description": "Group license objects allow you to keep track of licenses (called entitlements) for both free and paid apps. For a free app, a group license is created when an enterprise admin first approves the product in Google Play or when the first entitlement for the product is created for a user via the API. For a paid app, a group license object is only created when an enterprise admin purchases the product in Google Play for the first time. Use the API to query group licenses. A Grouplicenses resource includes the total number of licenses purchased (paid apps only) and the total number of licenses currently in use. In other words, the total number of Entitlements that exist for the product. Only one group license object is created per product and group license objects are never deleted. If a product is unapproved, its group license remains. This allows enterprise admins to keep track of any remaining entitlements for the product.",
3445+
"description": " *Deprecated:* New integrations cannot use this method and can refer to our new recommendations. Group license objects allow you to keep track of licenses (called entitlements) for both free and paid apps. For a free app, a group license is created when an enterprise admin first approves the product in Google Play or when the first entitlement for the product is created for a user via the API. For a paid app, a group license object is only created when an enterprise admin purchases the product in Google Play for the first time. Use the API to query group licenses. A Grouplicenses resource includes the total number of licenses purchased (paid apps only) and the total number of licenses currently in use. In other words, the total number of Entitlements that exist for the product. Only one group license object is created per product and group license objects are never deleted. If a product is unapproved, its group license remains. This allows enterprise admins to keep track of any remaining entitlements for the product.",
34463446
"id": "GroupLicense",
34473447
"properties": {
34483448
"acquisitionKind": {
@@ -4577,7 +4577,7 @@
45774577
"type": "object"
45784578
},
45794579
"ServiceAccountKey": {
4580-
"description": "Credentials that can be used to authenticate as a service account.",
4580+
"description": " *Deprecated:* New integrations cannot use this method and can refer to our new recommendations. Credentials that can be used to authenticate as a service account.",
45814581
"id": "ServiceAccountKey",
45824582
"properties": {
45834583
"data": {

androidenterprise/v1/androidenterprise-gen.go

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

cloudcontrolspartner/v1/cloudcontrolspartner-api.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,11 @@
337337
},
338338
"resources": {
339339
"accessApprovalRequests": {
340+
"deprecated": true,
340341
"methods": {
341342
"list": {
342-
"description": "Lists access requests associated with a workload",
343+
"deprecated": true,
344+
"description": "Deprecated: Only returns access approval requests directly associated with an assured workload folder.",
343345
"flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/customers/{customersId}/workloads/{workloadsId}/accessApprovalRequests",
344346
"httpMethod": "GET",
345347
"id": "cloudcontrolspartner.organizations.locations.customers.workloads.accessApprovalRequests.list",
@@ -482,7 +484,7 @@
482484
}
483485
}
484486
},
485-
"revision": "20240320",
487+
"revision": "20240619",
486488
"rootUrl": "https://cloudcontrolspartner.googleapis.com/",
487489
"schemas": {
488490
"AccessApprovalRequest": {

cloudcontrolspartner/v1/cloudcontrolspartner-gen.go

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

cloudcontrolspartner/v1beta/cloudcontrolspartner-api.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,11 @@
337337
},
338338
"resources": {
339339
"accessApprovalRequests": {
340+
"deprecated": true,
340341
"methods": {
341342
"list": {
342-
"description": "Lists access requests associated with a workload",
343+
"deprecated": true,
344+
"description": "Deprecated: Only returns access approval requests directly associated with an assured workload folder.",
343345
"flatPath": "v1beta/organizations/{organizationsId}/locations/{locationsId}/customers/{customersId}/workloads/{workloadsId}/accessApprovalRequests",
344346
"httpMethod": "GET",
345347
"id": "cloudcontrolspartner.organizations.locations.customers.workloads.accessApprovalRequests.list",
@@ -482,7 +484,7 @@
482484
}
483485
}
484486
},
485-
"revision": "20240320",
487+
"revision": "20240619",
486488
"rootUrl": "https://cloudcontrolspartner.googleapis.com/",
487489
"schemas": {
488490
"AccessApprovalRequest": {

cloudcontrolspartner/v1beta/cloudcontrolspartner-gen.go

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

0 commit comments

Comments
 (0)