Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 12, 2024
1 parent d925dcb commit 611884d
Show file tree
Hide file tree
Showing 53 changed files with 6,493 additions and 1,290 deletions.
4 changes: 2 additions & 2 deletions admin/directory/v1/admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3931,7 +3931,7 @@
]
},
"insert": {
"description": "Creates a user. Mutate calls immediately following user creation might sometimes fail as the user isn't fully created due to propagation delay in our backends. Check the error details for the \"User creation is not complete\" message to see if this is the case. Retrying the calls after some time can help in this case.",
"description": "Creates a user. Mutate calls immediately following user creation might sometimes fail as the user isn't fully created due to propagation delay in our backends. Check the error details for the \"User creation is not complete\" message to see if this is the case. Retrying the calls after some time can help in this case. If `resolveConflictAccount` is set to `true`, a `202` response code means that a conflicting unmanaged account exists and was invited to join the organization. A `409` response code means that a conflicting account exists so the user wasn't created based on the [handling unmanaged user accounts](https://support.google.com/a/answer/11112794) option selected.",
"flatPath": "admin/directory/v1/users",
"httpMethod": "POST",
"id": "directory.users.insert",
Expand Down Expand Up @@ -4671,7 +4671,7 @@
}
}
},
"revision": "20240618",
"revision": "20240709",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down
7 changes: 6 additions & 1 deletion admin/directory/v1/admin-gen.go

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

Loading

0 comments on commit 611884d

Please sign in to comment.