Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 24, 2022
1 parent 453b81a commit 9140608
Show file tree
Hide file tree
Showing 54 changed files with 3,970 additions and 745 deletions.
78 changes: 41 additions & 37 deletions admin/directory/v1/admin-api.json
Expand Up @@ -396,7 +396,7 @@
"type": "string"
},
"includeChildOrgunits": {
"description": "Return devices from all child orgunits, as well as the specified org unit. If this is set to true 'orgUnitPath' must be provided.",
"description": "Return devices from all child orgunits, as well as the specified org unit. If this is set to true, 'orgUnitPath' must be provided.",
"location": "query",
"type": "boolean"
},
Expand Down Expand Up @@ -4630,7 +4630,7 @@
}
}
},
"revision": "20220919",
"revision": "20221018",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down Expand Up @@ -5195,7 +5195,7 @@
"id": "ChromeOsDevice",
"properties": {
"activeTimeRanges": {
"description": "List of active time ranges (Read-only).",
"description": "A list of active time ranges (Read-only).",
"items": {
"properties": {
"activeTime": {
Expand Down Expand Up @@ -5306,7 +5306,7 @@
"items": {
"properties": {
"cpuTemperatureInfo": {
"description": "List of CPU temperature samples.",
"description": "A list of CPU temperature samples.",
"items": {
"properties": {
"label": {
Expand Down Expand Up @@ -5341,7 +5341,7 @@
"type": "array"
},
"deviceFiles": {
"description": "List of device files to download (Read-only)",
"description": "A list of device files to download (Read-only)",
"items": {
"properties": {
"createTime": {
Expand Down Expand Up @@ -5504,9 +5504,9 @@
"type": "string"
},
"recentUsers": {
"description": "List of recent device users, in descending order, by last login time.",
"description": "A list of recent device users, in descending order, by last login time.",
"items": {
"description": "List of recent device users, in descending order, by last login time.",
"description": "A list of recent device users, in descending order, by last login time.",
"properties": {
"email": {
"description": "The user's email address. This is only present if the user type is `USER_TYPE_MANAGED`.",
Expand All @@ -5522,7 +5522,7 @@
"type": "array"
},
"screenshotFiles": {
"description": "List of screenshot files to download. Type is always \"SCREENSHOT_FILE\". (Read-only)",
"description": "A list of screenshot files to download. Type is always \"SCREENSHOT_FILE\". (Read-only)",
"items": {
"properties": {
"createTime": {
Expand Down Expand Up @@ -5624,7 +5624,7 @@
"type": "object"
},
"ChromeOsDeviceAction": {
"description": "The data regarding an action to update the status of a Chrome OS device.",
"description": "Data about an update to the status of a Chrome OS device.",
"id": "ChromeOsDeviceAction",
"properties": {
"action": {
Expand All @@ -5647,7 +5647,7 @@
"id": "ChromeOsDevices",
"properties": {
"chromeosdevices": {
"description": "List of Chrome OS Device objects.",
"description": "A list of Chrome OS Device objects.",
"items": {
"$ref": "ChromeOsDevice"
},
Expand Down Expand Up @@ -5991,7 +5991,7 @@
"id": "DomainAliases",
"properties": {
"domainAliases": {
"description": "List of domain alias objects.",
"description": "A list of domain alias objects.",
"items": {
"$ref": "DomainAlias"
},
Expand All @@ -6018,7 +6018,7 @@
"type": "string"
},
"domainAliases": {
"description": "List of domain alias objects. (Read-only)",
"description": "A list of domain alias objects. (Read-only)",
"items": {
"$ref": "DomainAlias"
},
Expand Down Expand Up @@ -6057,7 +6057,7 @@
"id": "Domains2",
"properties": {
"domains": {
"description": "List of domain objects.",
"description": "A list of domain objects.",
"items": {
"$ref": "Domains"
},
Expand Down Expand Up @@ -6229,7 +6229,7 @@
"type": "boolean"
},
"aliases": {
"description": "Read-only. A list of a group's alias email addresses. To add, update, or remove a group's aliases, use the `groups.aliases` methods. If edited in a group's POST or PUT request, the edit is ignored.",
"description": "Read-only. The list of a group's alias email addresses. To add, update, or remove a group's aliases, use the `groups.aliases` methods. If edited in a group's POST or PUT request, the edit is ignored.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -6271,7 +6271,7 @@
"type": "string"
},
"nonEditableAliases": {
"description": "Read-only. A list of the group's non-editable alias email addresses that are outside of the account's primary domain or subdomains. These are functioning email addresses used by the group. This is a read-only property returned in the API's response for a group. If edited in a group's POST or PUT request, the edit is ignored.",
"description": "Read-only. The list of the group's non-editable alias email addresses that are outside of the account's primary domain or subdomains. These are functioning email addresses used by the group. This is a read-only property returned in the API's response for a group. If edited in a group's POST or PUT request, the edit is ignored.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -6315,7 +6315,7 @@
"type": "string"
},
"groups": {
"description": "List of group objects.",
"description": "A list of group objects.",
"items": {
"$ref": "Group"
},
Expand Down Expand Up @@ -6439,7 +6439,7 @@
"type": "string"
},
"members": {
"description": "List of member objects.",
"description": "A list of member objects.",
"items": {
"$ref": "Member"
},
Expand Down Expand Up @@ -6542,7 +6542,7 @@
"type": "string"
},
"email": {
"description": "List of owner's email addresses. If your application needs the current list of user emails, use the [get](/admin-sdk/directory/v1/reference/mobiledevices/get.html) method. For additional information, see the [retrieve a user](/admin-sdk/directory/v1/guides/manage-users#get_user) method.",
"description": "The list of the owner's email addresses. If your application needs the current list of user emails, use the [get](/admin-sdk/directory/v1/reference/mobiledevices/get.html) method. For additional information, see the [retrieve a user](/admin-sdk/directory/v1/guides/manage-users#get_user) method.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -6604,7 +6604,7 @@
"type": "string"
},
"name": {
"description": "List of the owner's user names. If your application needs the current list of device owner names, use the [get](/admin-sdk/directory/v1/reference/mobiledevices/get.html) method. For more information about retrieving mobile device user information, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-users#get_user).",
"description": "The list of the owner's user names. If your application needs the current list of device owner names, use the [get](/admin-sdk/directory/v1/reference/mobiledevices/get.html) method. For more information about retrieving mobile device user information, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-users#get_user).",
"items": {
"type": "string"
},
Expand All @@ -6619,7 +6619,7 @@
"type": "string"
},
"otherAccountsInfo": {
"description": "List of accounts added on device (Read-only)",
"description": "The list of accounts added on device (Read-only)",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -6701,7 +6701,7 @@
"type": "string"
},
"mobiledevices": {
"description": "List of Mobile Device objects.",
"description": "A list of Mobile Device objects.",
"items": {
"$ref": "MobileDevice"
},
Expand Down Expand Up @@ -6776,7 +6776,7 @@
"type": "string"
},
"organizationUnits": {
"description": "List of organizational unit objects.",
"description": "A list of organizational unit objects.",
"items": {
"$ref": "OrgUnit"
},
Expand Down Expand Up @@ -6805,7 +6805,7 @@
"The update state is unspecified.",
"There is an update pending but it hasn't started.",
"The pending update is being downloaded.",
"The device is ready to install the update, but it just needs to reboot."
"The device is ready to install the update, but must reboot."
],
"type": "string"
},
Expand Down Expand Up @@ -7354,7 +7354,7 @@
"type": "string"
},
"schemas": {
"description": "List of UserSchema objects.",
"description": "A list of UserSchema objects.",
"items": {
"$ref": "Schema"
},
Expand Down Expand Up @@ -7434,7 +7434,7 @@
"id": "User",
"properties": {
"addresses": {
"description": "A list of the user's addresses. The maximum allowed data size for this field is 10Kb.",
"description": "The list of the user's addresses. The maximum allowed data size for this field is 10Kb.",
"type": "any"
},
"agreedToTerms": {
Expand All @@ -7443,7 +7443,7 @@
"type": "boolean"
},
"aliases": {
"description": "Output only. A list of the user's alias email addresses.",
"description": "Output only. The list of the user's alias email addresses.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -7482,7 +7482,7 @@
"type": "string"
},
"emails": {
"description": "A list of the user's email addresses. The maximum allowed data size for this field is 10Kb.",
"description": "The list of the user's email addresses. The maximum allowed data size for this field is 10Kb.",
"type": "any"
},
"etag": {
Expand All @@ -7491,7 +7491,7 @@
"type": "string"
},
"externalIds": {
"description": "A list of external IDs for the user, such as an employee or network ID. The maximum allowed data size for this field is 2Kb.",
"description": "The list of external IDs for the user, such as an employee or network ID. The maximum allowed data size for this field is 2Kb.",
"type": "any"
},
"gender": {
Expand All @@ -7507,7 +7507,7 @@
"type": "string"
},
"ims": {
"description": "The user's Instant Messenger (IM) accounts. A user account can have multiple ims properties. But, only one of these ims properties can be the primary IM contact. The maximum allowed data size for this field is 2Kb.",
"description": "The list of the user's Instant Messenger (IM) accounts. A user account can have multiple ims properties. But, only one of these ims properties can be the primary IM contact. The maximum allowed data size for this field is 2Kb.",
"type": "any"
},
"includeInGlobalAddressList": {
Expand Down Expand Up @@ -7544,7 +7544,7 @@
"type": "boolean"
},
"keywords": {
"description": "The user's keywords. The maximum allowed data size for this field is 1Kb.",
"description": "The list of the user's keywords. The maximum allowed data size for this field is 1Kb.",
"type": "any"
},
"kind": {
Expand Down Expand Up @@ -7577,7 +7577,7 @@
"description": "Holds the given and family names of the user, and the read-only `fullName` value. The maximum number of characters in the `givenName` and in the `familyName` values is 60. In addition, name values support unicode/UTF-8 characters, and can contain spaces, letters (a-z), numbers (0-9), dashes (-), forward slashes (/), and periods (.). For more information about character usage rules, see the [administration help center](https://support.google.com/a/answer/9193374). Maximum allowed data size for this field is 1Kb."
},
"nonEditableAliases": {
"description": "Output only. List of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.",
"description": "Output only. The list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.",
"items": {
"type": "string"
},
Expand All @@ -7593,7 +7593,7 @@
"type": "string"
},
"organizations": {
"description": "A list of organizations the user belongs to. The maximum allowed data size for this field is 10Kb.",
"description": "The list of organizations the user belongs to. The maximum allowed data size for this field is 10Kb.",
"type": "any"
},
"password": {
Expand All @@ -7606,11 +7606,11 @@
"type": "string"
},
"phones": {
"description": "A list of the user's phone numbers. The maximum allowed data size for this field is 1Kb.",
"description": "The list of the user's phone numbers. The maximum allowed data size for this field is 1Kb.",
"type": "any"
},
"posixAccounts": {
"description": "A list of [POSIX](https://www.opengroup.org/austin/papers/posix_faq.html) account information for the user.",
"description": "The list of [POSIX](https://www.opengroup.org/austin/papers/posix_faq.html) account information for the user.",
"type": "any"
},
"primaryEmail": {
Expand All @@ -7631,7 +7631,7 @@
"type": "string"
},
"relations": {
"description": "A list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.",
"description": "The list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.",
"type": "any"
},
"sshPublicKeys": {
Expand Down Expand Up @@ -7955,6 +7955,10 @@
"UserName": {
"id": "UserName",
"properties": {
"displayName": {
"description": "The user's display name. Limit: 256 characters.",
"type": "string"
},
"familyName": {
"annotations": {
"required": [
Expand Down Expand Up @@ -8249,7 +8253,7 @@
"type": "string"
},
"users": {
"description": "List of user objects.",
"description": "A list of user objects.",
"items": {
"$ref": "User"
},
Expand Down Expand Up @@ -8283,7 +8287,7 @@
"type": "object"
},
"VerificationCodes": {
"description": "JSON response template for List verification codes operation in Directory API.",
"description": "JSON response template for list verification codes operation in Directory API.",
"id": "VerificationCodes",
"properties": {
"etag": {
Expand Down

0 comments on commit 9140608

Please sign in to comment.