Skip to content

Commit de900fe

Browse files
fix(admin): update the API
#### admin:datatransfer_v1 The following keys were changed: - resources.transfers.methods.insert.description - schemas.Application.properties.id.description - schemas.ApplicationDataTransfer.properties.applicationTransferParams.description #### admin:directory_v1 The following keys were changed: - resources.chromeosdevices.methods.action.description - resources.chromeosdevices.methods.action.parameters.customerId.description - resources.chromeosdevices.methods.action.parameters.resourceId.description - resources.chromeosdevices.methods.get.parameters.customerId.description - resources.chromeosdevices.methods.get.parameters.deviceId.description - resources.chromeosdevices.methods.list.parameters.customerId.description - resources.chromeosdevices.methods.list.parameters.orderBy.enumDescriptions - resources.chromeosdevices.methods.list.parameters.query.description - resources.chromeosdevices.methods.patch.description - resources.chromeosdevices.methods.patch.parameters.customerId.description - resources.chromeosdevices.methods.patch.parameters.deviceId.description - resources.chromeosdevices.methods.update.parameters.customerId.description - resources.chromeosdevices.methods.update.parameters.deviceId.description - resources.customers.resources.chrome.resources.printServers.methods.batchCreatePrintServers.parameters.parent.description - resources.customers.resources.chrome.resources.printServers.methods.batchDeletePrintServers.parameters.parent.description - resources.customers.resources.chrome.resources.printServers.methods.create.parameters.parent.description - resources.customers.resources.chrome.resources.printServers.methods.get.parameters.name.description - resources.customers.resources.chrome.resources.printServers.methods.list.parameters.parent.description - resources.domainAliases.methods.get.parameters.customer.description - resources.domainAliases.methods.list.parameters.customer.description - resources.domains.methods.get.parameters.customer.description - resources.domains.methods.list.parameters.customer.description - resources.groups.methods.list.parameters.customer.description - resources.groups.methods.patch.description - resources.members.methods.list.description - resources.members.methods.patch.description - resources.mobiledevices.methods.action.parameters.customerId.description - resources.mobiledevices.methods.delete.parameters.customerId.description - resources.mobiledevices.methods.get.parameters.customerId.description - resources.mobiledevices.methods.list.description - resources.mobiledevices.methods.list.parameters.customerId.description - resources.mobiledevices.methods.list.parameters.query.description - resources.orgunits.methods.delete.parameters.customerId.description - resources.orgunits.methods.get.parameters.customerId.description - resources.orgunits.methods.insert.parameters.customerId.description - resources.orgunits.methods.list.parameters.customerId.description - resources.orgunits.methods.patch.description - resources.orgunits.methods.patch.parameters.customerId.description - resources.orgunits.methods.update.parameters.customerId.description - resources.privileges.methods.list.parameters.customer.description - resources.roleAssignments.methods.get.parameters.customer.description - resources.roleAssignments.methods.list.parameters.customer.description - resources.roles.methods.get.parameters.customer.description - resources.roles.methods.list.parameters.customer.description - resources.schemas.methods.get.parameters.customerId.description - resources.schemas.methods.list.parameters.customerId.description - resources.users.methods.get.parameters.viewType.description - resources.users.methods.list.parameters.customer.description - resources.users.methods.list.parameters.query.description - resources.users.methods.list.parameters.viewType.description - resources.users.methods.patch.description - resources.users.methods.update.description - resources.users.methods.watch.parameters.viewType.description - resources.users.resources.photos.methods.patch.description - schemas.ChromeOsDevice.description - schemas.ChromeOsDevice.properties.activeTimeRanges.items.properties.activeTime.format - schemas.ChromeOsDevice.properties.activeTimeRanges.items.properties.activeTime.type - schemas.ChromeOsDevice.properties.meid.description - schemas.ChromeOsDevice.properties.notes.description - schemas.ChromeOsDevice.properties.orgUnitId.description - schemas.ChromeOsDevice.properties.orgUnitPath.description - schemas.CreatePrintServerRequest.properties.parent.description - schemas.CreatePrintServerRequest.properties.printServer.description - schemas.Customer.properties.language.description - schemas.DirectoryChromeosdevicesCommand.properties.type.enumDescriptions - schemas.DirectoryChromeosdevicesIssueCommandRequest.properties.commandType.enumDescriptions - schemas.Group.description - schemas.Member.description - schemas.MobileDevice.description - schemas.MobileDevice.properties.email.description - schemas.MobileDevice.properties.model.description - schemas.MobileDevice.properties.name.description - schemas.MobileDevice.properties.os.description - schemas.MobileDevice.properties.userAgent.description - schemas.OrgUnit.description - schemas.OrgUnit.properties.orgUnitPath.description - schemas.PrintServer.properties.orgUnitId.description - schemas.Privilege.properties.serviceId.description - schemas.Role.properties.rolePrivileges.items.properties.serviceId.description - schemas.SchemaFieldSpec.description - schemas.SchemaFieldSpec.properties.readAccessType.description - schemas.User.description - schemas.User.properties.customerId.description - schemas.User.properties.isAdmin.description #### admin:reports_v1 The following keys were changed: - schemas.UsageReport.properties.parameters.description
1 parent f4d6fe3 commit de900fe

File tree

7 files changed

+220
-220
lines changed

7 files changed

+220
-220
lines changed

‎discovery/admin-datatransfer_v1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
]
203203
},
204204
"insert": {
205-
"description": "Inserts a data transfer request. See the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference for specific application requirements.",
205+
"description": "Inserts a data transfer request. See the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference for specific application requirements.",
206206
"flatPath": "admin/datatransfer/v1/transfers",
207207
"httpMethod": "POST",
208208
"id": "datatransfer.transfers.insert",
@@ -272,7 +272,7 @@
272272
}
273273
}
274274
},
275-
"revision": "20250623",
275+
"revision": "20250626",
276276
"rootUrl": "https://admin.googleapis.com/",
277277
"schemas": {
278278
"Application": {
@@ -284,7 +284,7 @@
284284
"type": "string"
285285
},
286286
"id": {
287-
"description": "The application's ID. Retrievable by using the [`applications.list()`](https://developers.google.com/workspace/admin/data-transfer/reference/rest/v1/applications/list) method.",
287+
"description": "The application's ID. Retrievable by using the [`applications.list()`](/admin-sdk/data-transfer/reference/rest/v1/applications/list) method.",
288288
"format": "int64",
289289
"type": "string"
290290
},
@@ -317,7 +317,7 @@
317317
"type": "string"
318318
},
319319
"applicationTransferParams": {
320-
"description": "The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference.",
320+
"description": "The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference.",
321321
"items": {
322322
"$ref": "ApplicationTransferParam"
323323
},

‎discovery/admin-directory_v1.json

Lines changed: 87 additions & 87 deletions
Large diffs are not rendered by default.

‎discovery/admin-reports_v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
}
629629
}
630630
},
631-
"revision": "20250623",
631+
"revision": "20250626",
632632
"rootUrl": "https://admin.googleapis.com/",
633633
"schemas": {
634634
"Activities": {
@@ -1221,7 +1221,7 @@
12211221
"type": "string"
12221222
},
12231223
"parameters": {
1224-
"description": "Output only. Parameter value pairs for various applications. For the Entity Usage Report parameters and values, see [the Entity Usage parameters reference](https://developers.google.com/workspace/admin/reports/v1/reference/usage-ref-appendix-a/entities).",
1224+
"description": "Output only. Parameter value pairs for various applications. For the Entity Usage Report parameters and values, see [the Entity Usage parameters reference](/admin-sdk/reports/v1/reference/usage-ref-appendix-a/entities).",
12251225
"items": {
12261226
"properties": {
12271227
"boolValue": {

‎src/apis/admin/datatransfer_v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export namespace admin_datatransfer_v1 {
135135
*/
136136
etag?: string | null;
137137
/**
138-
* The application's ID. Retrievable by using the [`applications.list()`](https://developers.google.com/workspace/admin/data-transfer/reference/rest/v1/applications/list) method.
138+
* The application's ID. Retrievable by using the [`applications.list()`](/admin-sdk/data-transfer/reference/rest/v1/applications/list) method.
139139
*/
140140
id?: string | null;
141141
/**
@@ -160,7 +160,7 @@ export namespace admin_datatransfer_v1 {
160160
*/
161161
applicationId?: string | null;
162162
/**
163-
* The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference.
163+
* The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference.
164164
*/
165165
applicationTransferParams?: Schema$ApplicationTransferParam[];
166166
/**
@@ -733,7 +733,7 @@ export namespace admin_datatransfer_v1 {
733733
}
734734

735735
/**
736-
* Inserts a data transfer request. See the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference for specific application requirements.
736+
* Inserts a data transfer request. See the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference for specific application requirements.
737737
* @example
738738
* ```js
739739
* // Before running the sample:

0 commit comments

Comments
 (0)