google-apis-admin_directory_v1 0.35.0 → 0.36.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: 994bb5fa01f14a45849320c9a33680399df6b507c8d8061d416825ae6734e866
4
- data.tar.gz: 1bd82756c5a2efcfa44e9ea971f701a90ad95dcb0432b791169c98807ab4c817
3
+ metadata.gz: 113f18f67c04245c311d19962b49397275fda50712e510d483673af5a6417bf9
4
+ data.tar.gz: 95e27b314824fe9a841569e204a92d922472e9a34b784ad3ce6a847090cbdca3
5
5
  SHA512:
6
- metadata.gz: 53221e2ea5ffca6a5ca1b73f5a5d98d922e23a9981eeaf9f942d43504de8d5b308bd888c1564b7ceaa17eb23e0acab675d39b387153780808290e8f3f88b65f8
7
- data.tar.gz: 10c9849fbbd97cf1a75ddcecc49228ff316c82f75e418218332005470c054cd2b8b7746122ff881d1c95cd80c15f541fc4a679e2282cb1d944b7a7227072977d
6
+ metadata.gz: 0ae56f577b66f399a2e3d2d53b32af2b78bc27ea9e3dbb925a8f4bc208599319cb47ee7b29d8456847f837dc52a20ce0f5ef1c0e6ad9a22274be711ed3a17de4
7
+ data.tar.gz: 7913cc0e0ac1539a85a1638b32edef49dc0771a8bcac14b91985eb0b7e9852af916513a447d5fba0b2892afe4248f34e31e93dc32ec730c79764ff9cd9316579
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.36.0 (2022-11-25)
4
+
5
+ * Regenerated from discovery document revision 20221122
6
+
3
7
  ### v0.35.0 (2022-11-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20221108
@@ -4200,8 +4200,8 @@ module Google
4200
4200
  attr_accessor :include_in_global_address_list
4201
4201
  alias_method :include_in_global_address_list?, :include_in_global_address_list
4202
4202
 
4203
- # If `true`, the user's IP address is [whitelisted](https://support.google.com/a/
4204
- # answer/60752).
4203
+ # If `true`, the user's IP address is subject to a deprecated IP address [`
4204
+ # allowlist`](https://support.google.com/a/answer/60752) configuration.
4205
4205
  # Corresponds to the JSON property `ipWhitelisted`
4206
4206
  # @return [Boolean]
4207
4207
  attr_accessor :ip_whitelisted
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221108"
25
+ REVISION = "20221122"
26
26
  end
27
27
  end
28
28
  end
@@ -1222,7 +1222,12 @@ module Google
1222
1222
 
1223
1223
  # Retrieves a domain alias of the customer.
1224
1224
  # @param [String] customer
1225
- # Immutable ID of the Google Workspace account.
1225
+ # The unique ID for the customer's Google Workspace account. In case of a multi-
1226
+ # domain account, to fetch all groups for a customer, use this field instead of `
1227
+ # domain`. You can also use the `my_customer` alias to represent your account's `
1228
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
1229
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
1230
+ # customer` or the `domain` parameter.
1226
1231
  # @param [String] domain_alias_name
1227
1232
  # Name of domain alias to be retrieved.
1228
1233
  # @param [String] fields
@@ -1288,7 +1293,12 @@ module Google
1288
1293
 
1289
1294
  # Lists the domain aliases of the customer.
1290
1295
  # @param [String] customer
1291
- # Immutable ID of the Google Workspace account.
1296
+ # The unique ID for the customer's Google Workspace account. In case of a multi-
1297
+ # domain account, to fetch all groups for a customer, use this field instead of `
1298
+ # domain`. You can also use the `my_customer` alias to represent your account's `
1299
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
1300
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
1301
+ # customer` or the `domain` parameter.
1292
1302
  # @param [String] parent_domain_name
1293
1303
  # Name of the parent domain for which domain aliases are to be fetched.
1294
1304
  # @param [String] fields
@@ -1352,7 +1362,12 @@ module Google
1352
1362
 
1353
1363
  # Retrieves a domain of the customer.
1354
1364
  # @param [String] customer
1355
- # Immutable ID of the Google Workspace account.
1365
+ # The unique ID for the customer's Google Workspace account. In case of a multi-
1366
+ # domain account, to fetch all groups for a customer, use this field instead of `
1367
+ # domain`. You can also use the `my_customer` alias to represent your account's `
1368
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
1369
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
1370
+ # customer` or the `domain` parameter.
1356
1371
  # @param [String] domain_name
1357
1372
  # Name of domain to be retrieved
1358
1373
  # @param [String] fields
@@ -1418,7 +1433,12 @@ module Google
1418
1433
 
1419
1434
  # Lists the domains of the customer.
1420
1435
  # @param [String] customer
1421
- # Immutable ID of the Google Workspace account.
1436
+ # The unique ID for the customer's Google Workspace account. In case of a multi-
1437
+ # domain account, to fetch all groups for a customer, use this field instead of `
1438
+ # domain`. You can also use the `my_customer` alias to represent your account's `
1439
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
1440
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
1441
+ # customer` or the `domain` parameter.
1422
1442
  # @param [String] fields
1423
1443
  # Selector specifying which fields to include in a partial response.
1424
1444
  # @param [String] quota_user
@@ -1539,11 +1559,11 @@ module Google
1539
1559
  # Retrieves all groups of a domain or of a user given a userKey (paginated).
1540
1560
  # @param [String] customer
1541
1561
  # The unique ID for the customer's Google Workspace account. In case of a multi-
1542
- # domain account, to fetch all groups for a customer, fill in this field instead
1543
- # of `domain`. You can also use the `my_customer` alias to represent your
1544
- # account's `customerId`. The `customerId` is also returned as part of the [
1545
- # Users](/admin-sdk/directory/v1/reference/users) resource. Either the `customer`
1546
- # or the `domain` parameter must be provided.
1562
+ # domain account, to fetch all groups for a customer, use this field instead of `
1563
+ # domain`. You can also use the `my_customer` alias to represent your account's `
1564
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
1565
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
1566
+ # customer` or the `domain` parameter.
1547
1567
  # @param [String] domain
1548
1568
  # The domain name. Use this field to get groups from only one domain. To return
1549
1569
  # all domains for a customer account, use the `customer` query parameter instead.
@@ -1908,7 +1928,9 @@ module Google
1908
1928
  execute_or_queue_command(command, &block)
1909
1929
  end
1910
1930
 
1911
- # Retrieves a paginated list of all members in a group.
1931
+ # Retrieves a paginated list of all members in a group. This method times out
1932
+ # after 60 minutes. For more information, see [Troubleshoot error codes](https://
1933
+ # developers.google.com/admin-sdk/directory/v1/guides/troubleshoot-error-codes).
1912
1934
  # @param [String] group_key
1913
1935
  # Identifies the group in the API request. The value can be the group's email
1914
1936
  # address, group alias, or the unique group ID.
@@ -2146,7 +2168,9 @@ module Google
2146
2168
  # Retrieves a paginated list of all user-owned mobile devices for an account. To
2147
2169
  # retrieve a list that includes company-owned devices, use the Cloud Identity [
2148
2170
  # Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices)
2149
- # instead.
2171
+ # instead. This method times out after 60 minutes. For more information, see [
2172
+ # Troubleshoot error codes](https://developers.google.com/admin-sdk/directory/v1/
2173
+ # guides/troubleshoot-error-codes).
2150
2174
  # @param [String] customer_id
2151
2175
  # The unique ID for the customer's Google Workspace account. As an account
2152
2176
  # administrator, you can also use the `my_customer` alias to represent your
@@ -2430,7 +2454,12 @@ module Google
2430
2454
 
2431
2455
  # Retrieves a paginated list of all privileges for a customer.
2432
2456
  # @param [String] customer
2433
- # Immutable ID of the Google Workspace account.
2457
+ # The unique ID for the customer's Google Workspace account. In case of a multi-
2458
+ # domain account, to fetch all groups for a customer, use this field instead of `
2459
+ # domain`. You can also use the `my_customer` alias to represent your account's `
2460
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
2461
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
2462
+ # customer` or the `domain` parameter.
2434
2463
  # @param [String] fields
2435
2464
  # Selector specifying which fields to include in a partial response.
2436
2465
  # @param [String] quota_user
@@ -3208,7 +3237,12 @@ module Google
3208
3237
 
3209
3238
  # Retrieves a role assignment.
3210
3239
  # @param [String] customer
3211
- # Immutable ID of the Google Workspace account.
3240
+ # The unique ID for the customer's Google Workspace account. In case of a multi-
3241
+ # domain account, to fetch all groups for a customer, use this field instead of `
3242
+ # domain`. You can also use the `my_customer` alias to represent your account's `
3243
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
3244
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
3245
+ # customer` or the `domain` parameter.
3212
3246
  # @param [String] role_assignment_id
3213
3247
  # Immutable ID of the role assignment.
3214
3248
  # @param [String] fields
@@ -3274,7 +3308,12 @@ module Google
3274
3308
 
3275
3309
  # Retrieves a paginated list of all roleAssignments.
3276
3310
  # @param [String] customer
3277
- # Immutable ID of the Google Workspace account.
3311
+ # The unique ID for the customer's Google Workspace account. In case of a multi-
3312
+ # domain account, to fetch all groups for a customer, use this field instead of `
3313
+ # domain`. You can also use the `my_customer` alias to represent your account's `
3314
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
3315
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
3316
+ # customer` or the `domain` parameter.
3278
3317
  # @param [Fixnum] max_results
3279
3318
  # Maximum number of results to return.
3280
3319
  # @param [String] page_token
@@ -3349,7 +3388,12 @@ module Google
3349
3388
 
3350
3389
  # Retrieves a role.
3351
3390
  # @param [String] customer
3352
- # Immutable ID of the Google Workspace account.
3391
+ # The unique ID for the customer's Google Workspace account. In case of a multi-
3392
+ # domain account, to fetch all groups for a customer, use this field instead of `
3393
+ # domain`. You can also use the `my_customer` alias to represent your account's `
3394
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
3395
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
3396
+ # customer` or the `domain` parameter.
3353
3397
  # @param [String] role_id
3354
3398
  # Immutable ID of the role.
3355
3399
  # @param [String] fields
@@ -3415,7 +3459,12 @@ module Google
3415
3459
 
3416
3460
  # Retrieves a paginated list of all the roles in a domain.
3417
3461
  # @param [String] customer
3418
- # Immutable ID of the Google Workspace account.
3462
+ # The unique ID for the customer's Google Workspace account. In case of a multi-
3463
+ # domain account, to fetch all groups for a customer, use this field instead of `
3464
+ # domain`. You can also use the `my_customer` alias to represent your account's `
3465
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
3466
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
3467
+ # customer` or the `domain` parameter.
3419
3468
  # @param [Fixnum] max_results
3420
3469
  # Maximum number of results to return.
3421
3470
  # @param [String] page_token
@@ -3554,7 +3603,12 @@ module Google
3554
3603
 
3555
3604
  # Retrieves a schema.
3556
3605
  # @param [String] customer_id
3557
- # Immutable ID of the Google Workspace account.
3606
+ # The unique ID for the customer's Google Workspace account. In case of a multi-
3607
+ # domain account, to fetch all groups for a customer, use this field instead of `
3608
+ # domain`. You can also use the `my_customer` alias to represent your account's `
3609
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
3610
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
3611
+ # customer` or the `domain` parameter.
3558
3612
  # @param [String] schema_key
3559
3613
  # Name or immutable ID of the schema.
3560
3614
  # @param [String] fields
@@ -3620,7 +3674,12 @@ module Google
3620
3674
 
3621
3675
  # Retrieves all schemas for a customer.
3622
3676
  # @param [String] customer_id
3623
- # Immutable ID of the Google Workspace account.
3677
+ # The unique ID for the customer's Google Workspace account. In case of a multi-
3678
+ # domain account, to fetch all groups for a customer, use this field instead of `
3679
+ # domain`. You can also use the `my_customer` alias to represent your account's `
3680
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
3681
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
3682
+ # customer` or the `domain` parameter.
3624
3683
  # @param [String] fields
3625
3684
  # Selector specifying which fields to include in a partial response.
3626
3685
  # @param [String] quota_user
@@ -3954,11 +4013,11 @@ module Google
3954
4013
  # fetched. This should only be set when `projection=custom`.
3955
4014
  # @param [String] customer
3956
4015
  # The unique ID for the customer's Google Workspace account. In case of a multi-
3957
- # domain account, to fetch all groups for a customer, fill this field instead of
3958
- # domain. You can also use the `my_customer` alias to represent your account's `
3959
- # customerId`. The `customerId` is also returned as part of the [Users resource](
3960
- # /admin-sdk/directory/v1/reference/users). Either the `customer` or the `domain`
3961
- # parameter must be provided.
4016
+ # domain account, to fetch all groups for a customer, use this field instead of `
4017
+ # domain`. You can also use the `my_customer` alias to represent your account's `
4018
+ # customerId`. The `customerId` is also returned as part of the [Users](/admin-
4019
+ # sdk/directory/v1/reference/users) resource. You must provide either the `
4020
+ # customer` or the `domain` parameter.
3962
4021
  # @param [String] domain
3963
4022
  # The domain name. Use this field to get groups from only one domain. To return
3964
4023
  # all domains for a customer account, use the `customer` query parameter instead.
@@ -4153,9 +4212,14 @@ module Google
4153
4212
  execute_or_queue_command(command, &block)
4154
4213
  end
4155
4214
 
4156
- # Updates a user. This method supports patch semantics, meaning you only need to
4157
- # include the fields you wish to update. Fields that are not present in the
4158
- # request will be preserved, and fields set to `null` will be cleared.
4215
+ # Updates a user. This method supports patch semantics, meaning that you only
4216
+ # need to include the fields you wish to update. Fields that are not present in
4217
+ # the request will be preserved, and fields set to `null` will be cleared. For
4218
+ # repeating fields that contain arrays, individual items in the array can't be
4219
+ # patched piecemeal; they must be supplied in the request body with the desired
4220
+ # values for all items. See the [user accounts guide](https://developers.google.
4221
+ # com/admin-sdk/directory/v1/guides/manage-users#update_user) for more
4222
+ # information.
4159
4223
  # @param [String] user_key
4160
4224
  # Identifies the user in the API request. The value can be the user's primary
4161
4225
  # email address, alias email address, or unique user ID.
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.35.0
4
+ version: 0.36.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: 2022-11-14 00:00:00.000000000 Z
11
+ date: 2022-12-12 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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.36.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: []