google-apis-iam_v1 0.16.0 → 0.17.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: e29503949f7563c807234821b070de20140b40356cdd5a763c341eb49150ba37
4
- data.tar.gz: 81ad9836cbf31b110d50728d7356ea933c6b2b2c15b126ea3adce49e11e3dde2
3
+ metadata.gz: beb3a29bf6f98ac0d76b1455df1ef5b1b70eefb92394ea86bbb36b62a9ca001c
4
+ data.tar.gz: 1ba6813359afc64dd7c190333bbffaa40b6c137c991980b48cf8caca4eb0e57b
5
5
  SHA512:
6
- metadata.gz: 460540a7fe70a34b0922d15cbcf696b148be85eb708e7bb9738b3c7245f091b38a8d11ff48883ce79edd5eb82aa9470fa554308d5c0892f900b3280bf587248c
7
- data.tar.gz: 2f8ca402efe2d898721bde7ef2eef31df4b4270df7a999dde570db1c1075862116562d64ef1586610737fcac34619c4a10fef05be1347efb7af4b70753948e42
6
+ metadata.gz: ac163872298e11232e0274a759027a5c075b86b09bee477ae61d107526f91684c5634c815fca507bc8218e867eb3a2c9b0f16dbf4e01e89ef042956ee47ce3be
7
+ data.tar.gz: 9db063764eaaaac2f5fb61de192ac4212ddba27fee665d4717aabd3278ebd54a2c92741b19d8270186111a6d43feb9f4966a234cb8eb09314671f0fb86026faa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.17.0 (2021-12-16)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.16.0 (2021-11-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20211104
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/iam_v1"
51
51
  client = Google::Apis::IamV1::IamService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module IamV1
18
18
  # Version of the google-apis-iam_v1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.16.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.17.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
64
64
  post_install_message:
65
65
  rdoc_options: []
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.2.17
79
+ rubygems_version: 3.3.4
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Identity and Access Management (IAM) API V1