google-apis-admin_directory_v1 0.40.0 → 0.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffb004a60baad70088aa0cc1660563a54e4ce0f9747a12e433a58970a1da2111
4
- data.tar.gz: 190a08921c994f19a94394468120d131a1150368d554c6d6a5cd7a8d9fb7e7ae
3
+ metadata.gz: 2428a00e2aa3e0429841d599f1d7bfd1043bc83742d46d5b513f441435405640
4
+ data.tar.gz: f69ef7f19c47748389fee68646df75a8539a5345ab0c7e35fe8a668ed141dea3
5
5
  SHA512:
6
- metadata.gz: 505c6563736a13bc7e29ee70376c490c5804c0db19343b94c5aeeebc3e6dc5fc1149665a172546d42b6d87a075d89dcc291384dd90e45dd962fb14b80dcfb9d2
7
- data.tar.gz: 232b41d5a7665e1f91e42e2b6b6fbab96f5f2323d24679026ae43a1ba1d2970a18da24eed3077088780817b81beb39a732ed73ca3172e7a42e8374f5d5acba20
6
+ metadata.gz: 35f4f4f2e21c14303464db4d14c11b2ab71d1109a37c6899bc4aba19fc1d463c91676f6f0132a8833476e8db5e8942e045ec39433675f9cafc59626f131ee596
7
+ data.tar.gz: 8117c002a5835f2575aa35f1c2fc457172de669d4ece86bd881e672657e09f89eac21c0725130d9dd6ed4dc4fef4db1d6500abc579cde23b25540d1f36dcdc4a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.41.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230406
6
+
3
7
  ### v0.40.0 (2023-03-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20230316
@@ -3686,9 +3686,9 @@ module Google
3686
3686
  include Google::Apis::Core::Hashable
3687
3687
 
3688
3688
  # The unique ID of the entity this role is assigned to—either the `user_id` of a
3689
- # user or the `uniqueId` of a service account, as defined in [Identity and
3690
- # Access Management (IAM)](https://cloud.google.com/iam/docs/reference/rest/v1/
3691
- # projects.serviceAccounts).
3689
+ # user, the `group_id` of a group, or the `uniqueId` of a service account as
3690
+ # defined in [Identity and Access Management (IAM)](https://cloud.google.com/iam/
3691
+ # docs/reference/rest/v1/projects.serviceAccounts).
3692
3692
  # Corresponds to the JSON property `assignedTo`
3693
3693
  # @return [String]
3694
3694
  attr_accessor :assigned_to
@@ -4116,7 +4116,7 @@ module Google
4116
4116
  end
4117
4117
 
4118
4118
  # The Directory API allows you to create and manage your account's users, user
4119
- # aliases, and user Gmail chat profile photos. For more information about common
4119
+ # aliases, and user Google profile photos. For more information about common
4120
4120
  # tasks, see the [User Accounts Developer's Guide](/admin-sdk/directory/v1/
4121
4121
  # guides/manage-users.html) and the [User Aliases Developer's Guide](/admin-sdk/
4122
4122
  # directory/v1/guides/manage-user-aliases.html).
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230316"
25
+ REVISION = "20230406"
26
26
  end
27
27
  end
28
28
  end
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.40.0
4
+ version: 0.41.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: 2023-03-19 00:00:00.000000000 Z
11
+ date: 2023-04-16 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.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.41.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: []