google-apis-iam_v2beta 0.9.0 → 0.11.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: 0fbd23475c486841c9af86e9a4bddc2bbfb489e74f0a61e8ae604546ce36e773
4
- data.tar.gz: 71078bd0d1c22a05be3f125bee39511e72908aea458c5729f8a563753063ff08
3
+ metadata.gz: c0facfb50174a76024c8ff2005706ada33dd15e45c585964bbe8d6579fba1f46
4
+ data.tar.gz: 7948bbbdaca17b08836e19c67675aa790c8ea1e994cf10530f2ad14c37399c0b
5
5
  SHA512:
6
- metadata.gz: 6b5b13a360dee955675c3905deeca2ec672a63b6de588e7b38e1fe03af5fca126bfa199b63c0f7e5d3ce5cb733a665bada5eda9c773e38aeca7c1857a75765c0
7
- data.tar.gz: 4b5d9eea0313eb7805aa160c34d1218c613371a71880e588425547332624ef7c768aa98fe0807beaa5081c420d9b4210fb83d52d35961fbf07e0445bca708e23
6
+ metadata.gz: 5f11d9131107ce8aab0d18e6daae14df92912153746e2090d44fc57d9542fee53a7bfe0c73592ecedf1992ad404ab74d1d324bc8d8b8c606462665cc30b2ce8a
7
+ data.tar.gz: 7ffc539c517b1086b8df51a814db1ac28848f4348fa7a143e7231b62d012fa878d7ca1e71eab32a0e9964d704b1a282d727ac4ff6b45e8b6575b19c3e6440ad4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-iam_v2beta
2
2
 
3
+ ### v0.11.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
7
+ ### v0.10.0 (2023-07-16)
8
+
9
+ * Regenerated from discovery document revision 20230710
10
+
3
11
  ### v0.9.0 (2023-02-26)
4
12
 
5
13
  * 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
@@ -467,13 +467,13 @@ module Google
467
467
  # @return [String]
468
468
  attr_accessor :name
469
469
 
470
- # The normal response of the operation in case of success. If the original
471
- # method returns no data on success, such as `Delete`, the response is `google.
472
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
473
- # the response should be the resource. For other methods, the response should
474
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
475
- # example, if the original method name is `TakeSnapshot()`, the inferred
476
- # response type is `TakeSnapshotResponse`.
470
+ # The normal, successful response of the operation. If the original method
471
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
472
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
473
+ # response should be the resource. For other methods, the response should have
474
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
475
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
476
+ # `TakeSnapshotResponse`.
477
477
  # Corresponds to the JSON property `response`
478
478
  # @return [Hash<String,Object>]
479
479
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV2beta
18
18
  # Version of the google-apis-iam_v2beta gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.11.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 = "20220713"
25
+ REVISION = "20230803"
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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.11.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-26 00:00:00.000000000 Z
11
+ date: 2023-08-20 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_v2beta/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2beta/v0.9.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2beta/v0.11.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v2beta
64
64
  post_install_message:
65
65
  rdoc_options: []