Skip to content

Commit

Permalink
feat(admin): update the API
Browse files Browse the repository at this point in the history
#### admin:datatransfer_v1

The following keys were changed:
- resources.transfers.methods.insert.description
- schemas.Application.description
- schemas.Application.properties.id.description
- schemas.Application.properties.transferParams.description
- schemas.ApplicationDataTransfer.properties.applicationTransferParams.description
- schemas.ApplicationDataTransfer.properties.applicationTransferStatus.description
- schemas.ApplicationTransferParam.properties.key.description
- schemas.ApplicationTransferParam.properties.value.description
- schemas.ApplicationsListResponse.properties.applications.description
- schemas.ApplicationsListResponse.properties.nextPageToken.description
- schemas.DataTransfer.properties.applicationDataTransfers.description
- schemas.DataTransfer.properties.id.description
- schemas.DataTransfer.properties.overallTransferStatusCode.description
- schemas.DataTransfer.properties.requestTime.description
- schemas.DataTransfersListResponse.properties.nextPageToken.description

#### admin:directory_v1

The following keys were added:
- schemas.UserName.properties.displayName.description
- schemas.UserName.properties.displayName.type

The following keys were changed:
- 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.members.methods.list.description
- resources.mobiledevices.methods.list.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.list.parameters.customer.description
- resources.users.methods.update.description
- schemas.User.properties.addresses.description
- schemas.User.properties.emails.description
- schemas.User.properties.externalIds.description
- schemas.User.properties.gender.description
- schemas.User.properties.ims.description
- schemas.User.properties.ipWhitelisted.description
- schemas.User.properties.keywords.description
- schemas.User.properties.languages.description
- schemas.User.properties.locations.description
- schemas.User.properties.name.description
- schemas.User.properties.organizations.description
- schemas.User.properties.phones.description
- schemas.User.properties.relations.description
- schemas.User.properties.websites.description

#### admin:reports_v1

The following keys were changed:
- resources.customerUsageReports.methods.get.parameters.date.description
- resources.userUsageReport.methods.get.parameters.date.description
  • Loading branch information
yoshi-automation authored and bcoe committed Dec 22, 2022
1 parent e53dcb3 commit 45c607b
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 112 deletions.
32 changes: 16 additions & 16 deletions discovery/admin-datatransfer_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
]
},
"insert": {
"description": "Inserts a data transfer request.",
"description": "Inserts a data transfer request. See the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference for specific application requirements.",
"flatPath": "admin/datatransfer/v1/transfers",
"httpMethod": "POST",
"id": "datatransfer.transfers.insert",
Expand Down Expand Up @@ -272,19 +272,19 @@
}
}
},
"revision": "20210720",
"revision": "20221205",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Application": {
"description": "Applications resources represent applications installed on the domain that support transferring ownership of user data.",
"description": "Application resources represent applications installed on the domain that support transferring ownership of user data.",
"id": "Application",
"properties": {
"etag": {
"description": "Etag of the resource.",
"type": "string"
},
"id": {
"description": "The application's ID.",
"description": "The application's ID. Retrievable by using the [`applications.list()`](/admin-sdk/data-transfer/reference/rest/v1/applications/list) method.",
"format": "int64",
"type": "string"
},
Expand All @@ -298,7 +298,7 @@
"type": "string"
},
"transferParams": {
"description": "The list of all possible transfer parameters for this application. These parameters can be used to select the data of the user in this application to be transferred.",
"description": "The list of all possible transfer parameters for this application. These parameters select which categories of the user's data to transfer.",
"items": {
"$ref": "ApplicationTransferParam"
},
Expand All @@ -317,14 +317,14 @@
"type": "string"
},
"applicationTransferParams": {
"description": "The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application.",
"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.",
"items": {
"$ref": "ApplicationTransferParam"
},
"type": "array"
},
"applicationTransferStatus": {
"description": "Current status of transfer for this application. (Read-only)",
"description": "Read-only. Current status of transfer for this application.",
"type": "string"
}
},
Expand All @@ -335,11 +335,11 @@
"id": "ApplicationTransferParam",
"properties": {
"key": {
"description": "The type of the transfer parameter. eg: 'PRIVACY_LEVEL'",
"description": "The type of the transfer parameter, such as `PRIVACY_LEVEL`.",
"type": "string"
},
"value": {
"description": "The value of the corresponding transfer parameter. eg: 'PRIVATE' or 'SHARED'",
"description": "The value of the transfer parameter, such as `PRIVATE` or `SHARED`.",
"items": {
"type": "string"
},
Expand All @@ -353,7 +353,7 @@
"id": "ApplicationsListResponse",
"properties": {
"applications": {
"description": "List of applications that support data transfer and are also installed for the customer.",
"description": "The list of applications that support data transfer and are also installed for the customer.",
"items": {
"$ref": "Application"
},
Expand All @@ -369,7 +369,7 @@
"type": "string"
},
"nextPageToken": {
"description": "Continuation token which will be used to specify next page in list API.",
"description": "Token to specify the next page in the list.",
"type": "string"
}
},
Expand All @@ -380,7 +380,7 @@
"id": "DataTransfer",
"properties": {
"applicationDataTransfers": {
"description": "List of per application data transfer resources. It contains data transfer details of the applications associated with this transfer resource. Note that this list is also used to specify the applications for which data transfer has to be done at the time of the transfer resource creation.",
"description": "The list of per-application data transfer resources. It contains details of the applications associated with this transfer resource, and also specifies the applications for which data transfer has to be done at the time of the transfer resource creation.",
"items": {
"$ref": "ApplicationDataTransfer"
},
Expand All @@ -391,7 +391,7 @@
"type": "string"
},
"id": {
"description": "The transfer's ID (Read-only).",
"description": "Read-only. The transfer's ID.",
"type": "string"
},
"kind": {
Expand All @@ -408,11 +408,11 @@
"type": "string"
},
"overallTransferStatusCode": {
"description": "Overall transfer status (Read-only).",
"description": "Read-only. Overall transfer status.",
"type": "string"
},
"requestTime": {
"description": "The time at which the data transfer was requested (Read-only).",
"description": "Read-only. The time at which the data transfer was requested.",
"format": "date-time",
"type": "string"
}
Expand Down Expand Up @@ -440,7 +440,7 @@
"type": "string"
},
"nextPageToken": {
"description": "Continuation token which will be used to specify next page in list API.",
"description": "Token to specify the next page in the list.",
"type": "string"
}
},
Expand Down
Loading

0 comments on commit 45c607b

Please sign in to comment.