google-apis-iam_v2 0.2.0 → 0.3.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: 1c2a64cfa5916e2c198938e14fc9623c2fe23e1500bfc927dcac137a49ae3aed
4
- data.tar.gz: 153b27874727c7f35560882060216e333a83e86624af68c9cf805bf0019a39e5
3
+ metadata.gz: 0f7074d1d602602973c3b7343736089bd372d7bd046b0a32e32f47cfcb005da8
4
+ data.tar.gz: 3419ffc3feceea199443d52dc8a485a0938ce003f33b4102650d8dae538994af
5
5
  SHA512:
6
- metadata.gz: 772eef256d243e17cc2677569ed8d91d65d5d487e7b52cfc0019193d25a20655158b33e2262daa30177f8a4a05591e79ce11aad619a5282588b998ed4d949743
7
- data.tar.gz: e937754cfaa7114dfb4f90468b4f049aabd583aa89576b1d201398f7bfa9f087ce655a7981a510f7d4005680aaf7b9f003b8f0ca55fd7f9856fce1f9694d9c31
6
+ metadata.gz: 23e364d46529b2736b4beccf1ee195f985da1532c899a4dfe1072dfb671ce6ee8ff4972f7a47734d6e92c1d9634a82e990482589ddaf3041cb127185d4ff006e
7
+ data.tar.gz: '01845abe693ce9f372002a4179eadd4b35d96dacf99d5ceba9f9ec4839ea8bc0a241f3f13ee120c2d16875072271980beb5774cb8a13ba89480b5d61af7892ff'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v2
2
2
 
3
+ ### v0.3.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230710
6
+
3
7
  ### v0.2.0 (2023-02-19)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -326,8 +326,8 @@ module Google
326
326
 
327
327
  # An opaque tag that identifies the current version of the `Policy`. IAM uses
328
328
  # this value to help manage concurrent updates, so they do not cause one update
329
- # to be overwritten by another. If this field is present in a CreatePolicy
330
- # request, the value is ignored.
329
+ # to be overwritten by another. If this field is present in a
330
+ # CreatePolicyRequest, the value is ignored.
331
331
  # Corresponds to the JSON property `etag`
332
332
  # @return [String]
333
333
  attr_accessor :etag
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV2
18
18
  # Version of the google-apis-iam_v2 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.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 = "20230119"
25
+ REVISION = "20230710"
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-iam_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-07-16 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_v2/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2/v0.2.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2/v0.3.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v2
64
64
  post_install_message:
65
65
  rdoc_options: []