Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2946)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jan 3, 2025
1 parent 139725e commit fe72ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
23 changes: 1 addition & 22 deletions androidenterprise/v1/androidenterprise-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,22 +392,6 @@
"enterpriseId"
],
"parameters": {
"deviceType": {
"deprecated": true,
"description": "Deprecated: Use enrollment_token instead. this field will be removed in the future.",
"enum": [
"unknown",
"dedicatedDevice",
"knowledgeWorker"
],
"enumDescriptions": [
"This value is unused",
"This device is a dedicated device.",
"This device is required to have an authenticated user."
],
"location": "query",
"type": "string"
},
"enrollmentToken.duration": {
"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.",
"format": "google-duration",
Expand Down Expand Up @@ -2681,7 +2665,7 @@
}
}
},
"revision": "20241113",
"revision": "20241217",
"rootUrl": "https://androidenterprise.googleapis.com/",
"schemas": {
"Administrator": {
Expand Down Expand Up @@ -3180,11 +3164,6 @@
"id": "CreateEnrollmentTokenResponse",
"properties": {
"enrollmentToken": {
"deprecated": true,
"description": "Deprecated: Use token instead. This field will be removed in the future.",
"type": "string"
},
"token": {
"$ref": "EnrollmentToken",
"description": "[Required] The created enrollment token."
}
Expand Down
20 changes: 2 additions & 18 deletions androidenterprise/v1/androidenterprise-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe72ad1

Please sign in to comment.