Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 16, 2024
1 parent 85b4e90 commit bf1c054
Show file tree
Hide file tree
Showing 48 changed files with 14,605 additions and 2,129 deletions.
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

0 comments on commit bf1c054

Please sign in to comment.