Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1630

Merged
merged 1 commit into from Jul 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.