Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 25, 2022
1 parent 934dd5e commit f12fc20
Show file tree
Hide file tree
Showing 41 changed files with 5,164 additions and 971 deletions.
15 changes: 15 additions & 0 deletions api-list.json
Expand Up @@ -2451,6 +2451,21 @@
"documentationLink": "https://developers.google.com/drive/activity/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "drivelabels:v2",
"name": "drivelabels",
"version": "v2",
"title": "Drive Labels API",
"description": "An API for managing Drive Labels",
"discoveryRestUrl": "https://drivelabels.googleapis.com/$discovery/rest?version=v2",
"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://developers.google.com/drive/labels",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "essentialcontacts:v1",
Expand Down
12 changes: 6 additions & 6 deletions cloudsearch/v1/cloudsearch-api.json
Expand Up @@ -1994,7 +1994,7 @@
}
}
},
"revision": "20220703",
"revision": "20220718",
"rootUrl": "https://cloudsearch.googleapis.com/",
"schemas": {
"AclInfo": {
Expand Down Expand Up @@ -3064,15 +3064,15 @@
"id": "GSuitePrincipal",
"properties": {
"gsuiteDomain": {
"description": "This principal represents all users of the G Suite domain of the customer.",
"description": "This principal represents all users of the Google Workspace domain of the customer.",
"type": "boolean"
},
"gsuiteGroupEmail": {
"description": "This principal references a G Suite group account",
"description": "This principal references a Google Workspace group name.",
"type": "string"
},
"gsuiteUserEmail": {
"description": "This principal references a G Suite user account",
"description": "This principal references a Google Workspace user account.",
"type": "string"
}
},
Expand Down Expand Up @@ -3399,7 +3399,7 @@
"id": "IndexItemOptions",
"properties": {
"allowUnknownGsuitePrincipals": {
"description": "Specifies if the index request should allow gsuite principals that do not exist or are deleted in the index request.",
"description": "Specifies if the index request should allow Google Workspace principals that do not exist or are deleted.",
"type": "boolean"
}
},
Expand Down Expand Up @@ -4378,7 +4378,7 @@
},
"gsuitePrincipal": {
"$ref": "GSuitePrincipal",
"description": "This principal is a GSuite user, group or domain."
"description": "This principal is a Google Workspace user, group or domain."
},
"userResourceName": {
"description": "This principal is a user identified using an external identity. The name field must specify the user resource name with this format: identitysources/{source_id}/users/{ID}",
Expand Down
16 changes: 9 additions & 7 deletions cloudsearch/v1/cloudsearch-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f12fc20

Please sign in to comment.