google-apis-admin_directory_v1 0.56.0 → 0.58.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10728e6ef326473b782b37565cea4c93fc5b9736fa471a6821288fce8da8b47d
4
- data.tar.gz: abf1dd7d0337edf68f9ef57b6464b5278dde47aef3e6f63e83b8bfde41a18482
3
+ metadata.gz: 4c2a8818ff590122c0de138e04acb7ff4bee1a2bbc807ddbf8935f176f49be43
4
+ data.tar.gz: 4b5f19d8b1b6e059650b21faff97e83903cf7741b736628845883f0bc3773bfb
5
5
  SHA512:
6
- metadata.gz: 58fa4096473b57d296d0fc61de38e8314bce3e269306adc2249bd1a8c1a88e11244b65f50e8e324e7679831339b2afdf71d408981e496a02a32e1facabc31357
7
- data.tar.gz: 49f91642bc02f17db8f12e65d36fadce843290ce818922a51375800a20aa78f2e064b3ee45246ed3e9e3441a432bae24d7eacc932055a904ab8010eede170f96
6
+ metadata.gz: 43b863cb7b9cdfd3bcc45d98e04036e2a5ceddb5ce6821bd4aa358305f50359781e7038ed5b0fee22a48da7eeff7c1f29d45fea065b03726ca605a9f70fcfba7
7
+ data.tar.gz: 8bb56cb483d9cde1ea77c80c8c934c6f0a5b0b510ce4dfdba77ba921a4406ab4b59e88133b1d5a2d26b374fc78c14aba2bd08472c94717e6406c963144f0ccbc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.58.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240709
6
+
7
+ ### v0.57.0 (2024-06-16)
8
+
9
+ * Regenerated from discovery document revision 20240611
10
+
3
11
  ### v0.56.0 (2024-06-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20240603
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdminDirectoryV1
18
18
  # Version of the google-apis-admin_directory_v1 gem
19
- GEM_VERSION = "0.56.0"
19
+ GEM_VERSION = "0.58.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240603"
25
+ REVISION = "20240709"
26
26
  end
27
27
  end
28
28
  end
@@ -4028,7 +4028,12 @@ module Google
4028
4028
  # sometimes fail as the user isn't fully created due to propagation delay in our
4029
4029
  # backends. Check the error details for the "User creation is not complete"
4030
4030
  # message to see if this is the case. Retrying the calls after some time can
4031
- # help in this case.
4031
+ # help in this case. If `resolveConflictAccount` is set to `true`, a `202`
4032
+ # response code means that a conflicting unmanaged account exists and was
4033
+ # invited to join the organization. A `409` response code means that a
4034
+ # conflicting account exists so the user wasn't created based on the [handling
4035
+ # unmanaged user accounts](https://support.google.com/a/answer/11112794) option
4036
+ # selected.
4032
4037
  # @param [Google::Apis::AdminDirectoryV1::User] user_object
4033
4038
  # @param [Boolean] resolve_conflict_account
4034
4039
  # Optional. If set to `true`, the option selected for [handling unmanaged user
@@ -4069,13 +4074,13 @@ module Google
4069
4074
  # fetched. This should only be set when `projection=custom`.
4070
4075
  # @param [String] customer
4071
4076
  # The unique ID for the customer's Google Workspace account. In case of a multi-
4072
- # domain account, to fetch all groups for a customer, use this field instead of `
4077
+ # domain account, to fetch all users for a customer, use this field instead of `
4073
4078
  # domain`. You can also use the `my_customer` alias to represent your account's `
4074
4079
  # customerId`. The `customerId` is also returned as part of the [Users](/admin-
4075
4080
  # sdk/directory/v1/reference/users) resource. You must provide either the `
4076
4081
  # customer` or the `domain` parameter.
4077
4082
  # @param [String] domain
4078
- # The domain name. Use this field to get groups from only one domain. To return
4083
+ # The domain name. Use this field to get users from only one domain. To return
4079
4084
  # all domains for a customer account, use the `customer` query parameter instead.
4080
4085
  # Either the `customer` or the `domain` parameter must be provided.
4081
4086
  # @param [String] event
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admin_directory_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-09 00:00:00.000000000 Z
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.58.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
63
63
  post_install_message:
64
64
  rdoc_options: []