google-apis-admin_directory_v1 0.25.0 → 0.26.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: dacb165457a3aff3f7f9acf2788c6fd18d9d6061299ade0e91eebac18f9e9577
4
- data.tar.gz: 4a25bf7077d2ce46b53636ccc7f4eb2ef3c5cb648fa3b3b887d2390b5ca64edc
3
+ metadata.gz: fa2a64a0779bcaa6c54acfffc47f1ad0dc3f480eb4ac035549a39b28e62e260a
4
+ data.tar.gz: ea44ada5e31794d1528280b2d3a22ba8c436be8bd173fab899306a42c947fb33
5
5
  SHA512:
6
- metadata.gz: 322bd31077fbdfd866d0df4b62f88a2fef2c4cd7bc78363668fe8f6109c9e425e75d17654cb7b02392826146c1e7412bfa7324ff908fbedfbb90dc49ca2b7a19
7
- data.tar.gz: e9e76d070b0c26036a940b0368d7373a6b22078ff23969498c6eb3342078caba9bf68723961d5ef0b1209e0a96777b6c7be700672529c99ac741638c8a3acdfe
6
+ metadata.gz: 22386332eeb828a1a4a483b821bd7f94baafc75c96fc854efaa46a87e7572f0dd9fddc468a423f58d46e39282abe9eb2bf14c59e9860e87d0cce71281eedac10
7
+ data.tar.gz: 53602aef084f89ecf4c3e522e94a79758c0fc2b40e46a393e24c63be1928c2528d24396d71e79ec5fac2f4a3ee9362bccd907ba6e0ac7b6c84e802c3d741f44c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.26.0 (2022-06-19)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+ * Regenerated from discovery document revision 20220614
7
+
3
8
  ### v0.25.0 (2022-06-09)
4
9
 
5
10
  * Regenerated from discovery document revision 20220606
@@ -3302,7 +3302,10 @@ module Google
3302
3302
  class RoleAssignment
3303
3303
  include Google::Apis::Core::Hashable
3304
3304
 
3305
- # The unique ID of the user this role is assigned to.
3305
+ # The unique ID of the entity this role is assigned to—either the `user_id` of a
3306
+ # user or the `uniqueId` of a service account, as defined in [Identity and
3307
+ # Access Management (IAM)](https://cloud.google.com/iam/docs/reference/rest/v1/
3308
+ # projects.serviceAccounts).
3306
3309
  # Corresponds to the JSON property `assignedTo`
3307
3310
  # @return [String]
3308
3311
  attr_accessor :assigned_to
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220606"
25
+ REVISION = "20220614"
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.25.0
4
+ version: 0.26.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.26.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: []