Skip to content

Commit 6e662bd

Browse files
yoshi-automationsofisl
authored andcommitted
feat(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.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.RoleAssignment.properties.condition.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 added: - resources.activities.methods.watch.parameters.groupIdFilter.deprecated - schemas.Activity.properties.networkInfo.$ref - schemas.Activity.properties.networkInfo.description - schemas.ActivityNetworkInfo.description - schemas.ActivityNetworkInfo.id - schemas.ActivityNetworkInfo.properties.ipAsn.description - schemas.ActivityNetworkInfo.properties.ipAsn.items.format - schemas.ActivityNetworkInfo.properties.ipAsn.items.type - schemas.ActivityNetworkInfo.properties.ipAsn.type - schemas.ActivityNetworkInfo.properties.regionCode.description - schemas.ActivityNetworkInfo.properties.regionCode.type - schemas.ActivityNetworkInfo.properties.subdivisionCode.description - schemas.ActivityNetworkInfo.properties.subdivisionCode.type - schemas.ActivityNetworkInfo.type The following keys were changed: - resources.activities.methods.watch.parameters.groupIdFilter.description - schemas.UsageReport.properties.parameters.description
1 parent 9a332cb commit 6e662bd

File tree

6 files changed

+270
-221
lines changed

6 files changed

+270
-221
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](/admin-sdk/data-transfer/v1/parameters) reference for specific application requirements.",
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.",
206206
"flatPath": "admin/datatransfer/v1/transfers",
207207
"httpMethod": "POST",
208208
"id": "datatransfer.transfers.insert",
@@ -272,7 +272,7 @@
272272
}
273273
}
274274
},
275-
"revision": "20250626",
275+
"revision": "20250707",
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()`](/admin-sdk/data-transfer/reference/rest/v1/applications/list) method.",
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.",
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](/admin-sdk/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](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference.",
321321
"items": {
322322
"$ref": "ApplicationTransferParam"
323323
},

0 commit comments

Comments
 (0)