Skip to content

Commit ddf328d

Browse files
feat: Automated regeneration of Admin client (googleapis#12169)
Auto-created at 2024-09-19 13:15:31 +0000 using the toys pull request generator.
1 parent 9cbf999 commit ddf328d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/admin/lib/google_api/admin/directory_v1/api/groups.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ defmodule GoogleApi.Admin.Directory_v1.Api.Groups do
226226
* `:pageToken` (*type:* `String.t`) - Token to specify next page in the list
227227
* `:query` (*type:* `String.t`) - Query string search. Should be of the form "". Complete documentation is at https: //developers.google.com/admin-sdk/directory/v1/guides/search-groups
228228
* `:sortOrder` (*type:* `String.t`) - Whether to return results in ascending or descending order. Only of use when orderBy is also used
229-
* `:userKey` (*type:* `String.t`) - Email or immutable ID of the user if only those groups are to be listed, the given user is a member of. If it's an ID, it should match with the ID of the user object.
229+
* `:userKey` (*type:* `String.t`) - Email or immutable ID of the user if only those groups are to be listed, the given user is a member of. If it's an ID, it should match with the ID of the user object. Cannot be used with the `customer` parameter.
230230
* `opts` (*type:* `keyword()`) - Call options
231231
232232
## Returns

clients/admin/lib/google_api/admin/directory_v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Admin.Directory_v1 do
2020
API client metadata for GoogleApi.Admin.Directory_v1.
2121
"""
2222

23-
@discovery_revision "20240903"
23+
@discovery_revision "20240917"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/admin/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Admin.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.42.1"
21+
@version "0.42.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)