Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2520

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 6 additions & 5 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
"migrationTokens": {
"methods": {
"create": {
"description": "Creates a migration token, to migrate an existing device from being managed by the EMM's Device Policy Controller (DPC) to being managed by the Android Management API.",
"description": "Creates a migration token, to migrate an existing device from being managed by the EMM's Device Policy Controller (DPC) to being managed by the Android Management API. See the guide (https://developers.google.com/android/management/dpc-migration) for more details.",
"flatPath": "v1/enterprises/{enterprisesId}/migrationTokens",
"httpMethod": "POST",
"id": "androidmanagement.enterprises.migrationTokens.create",
Expand All @@ -712,7 +712,7 @@
],
"parameters": {
"parent": {
"description": "Required. The enterprise in which this migration token will be created. Format: enterprises/{enterprise}",
"description": "Required. The enterprise in which this migration token is created. This must be the same enterprise which already manages the device in the Play EMM API. Format: enterprises/{enterprise}",
"location": "path",
"pattern": "^enterprises/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1163,7 +1163,7 @@
}
}
},
"revision": "20240402",
"revision": "20240408",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -3036,7 +3036,8 @@
},
"user": {
"$ref": "User",
"description": "The user associated with this enrollment token. If it's specified when the enrollment token is created and the user does not exist, the user will be created. This field must not contain personally identifiable information. Only the account_identifier field needs to be set."
"deprecated": true,
"description": "This field is deprecated and the value is ignored."
},
"value": {
"description": "The token value that's passed to the device and authorizes the device to enroll. This is a read-only field generated by the server.",
Expand Down Expand Up @@ -4014,7 +4015,7 @@
"type": "object"
},
"MigrationToken": {
"description": "A token to initiate the migration of a device from being managed by a third-party DPC to being managed by Android Management API. A migration token is valid only for a single device.",
"description": "A token to initiate the migration of a device from being managed by a third-party DPC to being managed by Android Management API. A migration token is valid only for a single device. See the guide (https://developers.google.com/android/management/dpc-migration) for more details.",
"id": "MigrationToken",
"properties": {
"additionalData": {
Expand Down
22 changes: 12 additions & 10 deletions androidmanagement/v1/androidmanagement-gen.go

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

4 changes: 2 additions & 2 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4731,7 +4731,7 @@
}
}
},
"revision": "20240409",
"revision": "20240415",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -7465,7 +7465,7 @@
"type": "object"
},
"OfferTag": {
"description": "Represents a custom tag specified for one-time products, purchase options, base plans and offers.",
"description": "Represents a custom tag specified for base plans and subscription offers.",
"id": "OfferTag",
"properties": {
"tag": {
Expand Down
4 changes: 2 additions & 2 deletions androidpublisher/v3/androidpublisher-gen.go

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

15 changes: 15 additions & 0 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1879,6 +1879,21 @@
"documentationLink": "https://developers.google.com/compute/docs/reference/latest/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "config:v1",
"name": "config",
"version": "v1",
"title": "Infrastructure Manager API",
"description": "Creates and manages Google Cloud Platform resources and infrastructure.",
"discoveryRestUrl": "https://config.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/infrastructure-manager/docs",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "connectors:v1",
Expand Down