Skip to content

Commit fe72ad1

Browse files
feat(all): auto-regenerate discovery clients (#2946)
1 parent 139725e commit fe72ad1

File tree

2 files changed

+3
-40
lines changed

2 files changed

+3
-40
lines changed

androidenterprise/v1/androidenterprise-api.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -392,22 +392,6 @@
392392
"enterpriseId"
393393
],
394394
"parameters": {
395-
"deviceType": {
396-
"deprecated": true,
397-
"description": "Deprecated: Use enrollment_token instead. this field will be removed in the future.",
398-
"enum": [
399-
"unknown",
400-
"dedicatedDevice",
401-
"knowledgeWorker"
402-
],
403-
"enumDescriptions": [
404-
"This value is unused",
405-
"This device is a dedicated device.",
406-
"This device is required to have an authenticated user."
407-
],
408-
"location": "query",
409-
"type": "string"
410-
},
411395
"enrollmentToken.duration": {
412396
"description": "[Optional] The length of time the enrollment token is valid, ranging from 1 minute to [`Durations.MAX_VALUE`](https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Durations.html#MAX_VALUE), approximately 10,000 years. If not specified, the default duration is 1 hour.",
413397
"format": "google-duration",
@@ -2681,7 +2665,7 @@
26812665
}
26822666
}
26832667
},
2684-
"revision": "20241113",
2668+
"revision": "20241217",
26852669
"rootUrl": "https://androidenterprise.googleapis.com/",
26862670
"schemas": {
26872671
"Administrator": {
@@ -3180,11 +3164,6 @@
31803164
"id": "CreateEnrollmentTokenResponse",
31813165
"properties": {
31823166
"enrollmentToken": {
3183-
"deprecated": true,
3184-
"description": "Deprecated: Use token instead. This field will be removed in the future.",
3185-
"type": "string"
3186-
},
3187-
"token": {
31883167
"$ref": "EnrollmentToken",
31893168
"description": "[Required] The created enrollment token."
31903169
}

androidenterprise/v1/androidenterprise-gen.go

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

0 commit comments

Comments
 (0)