Skip to content

Commit a978c49

Browse files
feat(all): auto-regenerate discovery clients (#2967)
1 parent 9e749c4 commit a978c49

26 files changed

+684
-575
lines changed

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4886,7 +4886,7 @@
48864886
}
48874887
}
48884888
},
4889-
"revision": "20250103",
4889+
"revision": "20250114",
48904890
"rootUrl": "https://analyticsadmin.googleapis.com/",
48914891
"schemas": {
48924892
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -6845,6 +6845,26 @@
68456845
"resetUserDataOnNewActivity": {
68466846
"description": "If true, reset the retention period for the user identifier with every event from that user.",
68476847
"type": "boolean"
6848+
},
6849+
"userDataRetention": {
6850+
"description": "Required. The length of time that user-level data is retained.",
6851+
"enum": [
6852+
"RETENTION_DURATION_UNSPECIFIED",
6853+
"TWO_MONTHS",
6854+
"FOURTEEN_MONTHS",
6855+
"TWENTY_SIX_MONTHS",
6856+
"THIRTY_EIGHT_MONTHS",
6857+
"FIFTY_MONTHS"
6858+
],
6859+
"enumDescriptions": [
6860+
"Data retention time duration is not specified.",
6861+
"The data retention time duration is 2 months.",
6862+
"The data retention time duration is 14 months.",
6863+
"The data retention time duration is 26 months. Available to 360 properties only. Available for event data only.",
6864+
"The data retention time duration is 38 months. Available to 360 properties only. Available for event data only.",
6865+
"The data retention time duration is 50 months. Available to 360 properties only. Available for event data only."
6866+
],
6867+
"type": "string"
68486868
}
68496869
},
68506870
"type": "object"

analyticsadmin/v1alpha/analyticsadmin-gen.go

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

analyticsadmin/v1beta/analyticsadmin-api.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@
17881788
}
17891789
}
17901790
},
1791-
"revision": "20250103",
1791+
"revision": "20250114",
17921792
"rootUrl": "https://analyticsadmin.googleapis.com/",
17931793
"schemas": {
17941794
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
@@ -2602,6 +2602,26 @@
26022602
"resetUserDataOnNewActivity": {
26032603
"description": "If true, reset the retention period for the user identifier with every event from that user.",
26042604
"type": "boolean"
2605+
},
2606+
"userDataRetention": {
2607+
"description": "Required. The length of time that user-level data is retained.",
2608+
"enum": [
2609+
"RETENTION_DURATION_UNSPECIFIED",
2610+
"TWO_MONTHS",
2611+
"FOURTEEN_MONTHS",
2612+
"TWENTY_SIX_MONTHS",
2613+
"THIRTY_EIGHT_MONTHS",
2614+
"FIFTY_MONTHS"
2615+
],
2616+
"enumDescriptions": [
2617+
"Data retention time duration is not specified.",
2618+
"The data retention time duration is 2 months.",
2619+
"The data retention time duration is 14 months.",
2620+
"The data retention time duration is 26 months. Available to 360 properties only. Available for event data only.",
2621+
"The data retention time duration is 38 months. Available to 360 properties only. Available for event data only.",
2622+
"The data retention time duration is 50 months. Available to 360 properties only. Available for event data only."
2623+
],
2624+
"type": "string"
26052625
}
26062626
},
26072627
"type": "object"

analyticsadmin/v1beta/analyticsadmin-gen.go

Lines changed: 15 additions & 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: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,37 @@
337337
}
338338
}
339339
},
340+
"enrollmentTokens": {
341+
"methods": {
342+
"create": {
343+
"description": "Returns a token for device enrollment. The DPC can encode this token within the QR/NFC/zero-touch enrollment payload or fetch it before calling the on-device API to authenticate the user. The token can be generated for each device or reused across multiple devices.",
344+
"flatPath": "androidenterprise/v1/enterprises/{enterpriseId}/enrollmentTokens",
345+
"httpMethod": "POST",
346+
"id": "androidenterprise.enrollmentTokens.create",
347+
"parameterOrder": [
348+
"enterpriseId"
349+
],
350+
"parameters": {
351+
"enterpriseId": {
352+
"description": "Required. The ID of the enterprise.",
353+
"location": "path",
354+
"required": true,
355+
"type": "string"
356+
}
357+
},
358+
"path": "androidenterprise/v1/enterprises/{enterpriseId}/enrollmentTokens",
359+
"request": {
360+
"$ref": "EnrollmentToken"
361+
},
362+
"response": {
363+
"$ref": "EnrollmentToken"
364+
},
365+
"scopes": [
366+
"https://www.googleapis.com/auth/androidenterprise"
367+
]
368+
}
369+
}
370+
},
340371
"enterprises": {
341372
"methods": {
342373
"acknowledgeNotificationSet": {
@@ -383,33 +414,6 @@
383414
"https://www.googleapis.com/auth/androidenterprise"
384415
]
385416
},
386-
"createEnrollmentToken": {
387-
"description": "Returns a token for device enrollment. The DPC can encode this token within the QR/NFC/zero-touch enrollment payload or fetch it before calling the on-device API to authenticate the user. The token can be generated for each device or reused across multiple devices.",
388-
"flatPath": "androidenterprise/v1/enterprises/{enterpriseId}/createEnrollmentToken",
389-
"httpMethod": "POST",
390-
"id": "androidenterprise.enterprises.createEnrollmentToken",
391-
"parameterOrder": [
392-
"enterpriseId"
393-
],
394-
"parameters": {
395-
"enterpriseId": {
396-
"description": "Required. The ID of the enterprise.",
397-
"location": "path",
398-
"required": true,
399-
"type": "string"
400-
}
401-
},
402-
"path": "androidenterprise/v1/enterprises/{enterpriseId}/createEnrollmentToken",
403-
"request": {
404-
"$ref": "EnrollmentToken"
405-
},
406-
"response": {
407-
"$ref": "EnrollmentToken"
408-
},
409-
"scopes": [
410-
"https://www.googleapis.com/auth/androidenterprise"
411-
]
412-
},
413417
"createWebToken": {
414418
"description": "Returns a unique token to access an embeddable UI. To generate a web UI, pass the generated token into the managed Google Play javascript API. Each token may only be used to start one UI session. See the JavaScript API documentation for further information.",
415419
"flatPath": "androidenterprise/v1/enterprises/{enterpriseId}/createWebToken",
@@ -2648,7 +2652,7 @@
26482652
}
26492653
}
26502654
},
2651-
"revision": "20250109",
2655+
"revision": "20250115",
26522656
"rootUrl": "https://androidenterprise.googleapis.com/",
26532657
"schemas": {
26542658
"Administrator": {

0 commit comments

Comments
 (0)