google-apis-iam_v2beta 0.17.0 → 0.18.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: 48f82c103a64f39db59b3fd8a163c5a30ee5022d6a3ddf4ada51085228a6341b
4
- data.tar.gz: 425dd8d65259204b660b1420a2d61781d6e78e83a2392b65ea1d8d09c0c0c491
3
+ metadata.gz: aff249d62c712a776ebe2b391386206cbfb3fc6aa8310f2839654c88fef0b4e9
4
+ data.tar.gz: 6b21913e0e109986211434358802cb8123f50b38d9651d2066192c721eee2af0
5
5
  SHA512:
6
- metadata.gz: 552ddd2998d9f8323c821fdde63279a02b289d2680225001ecd2b3cfb3719c502db4eba36b755a136417e172e81b76116926f0886c464d75b24b631f4b4609af
7
- data.tar.gz: 77a8f603ae260386ea3864ebf9bd5ae43194ad5e05895837f7dacd84ee5e646829bfa55fc2e44e9ae653b9e429f06c1a0ae064bc74fcc12ebaa290ca5b6e6866
6
+ metadata.gz: b8f557a0663987750ab96ff3d32678d3a6948df42acfea5688237a526970f79032a27bd119a0250cb89eae413625907efc41f47ca80a0e7230b567214b60b8f9
7
+ data.tar.gz: 57b28db1ab1a32cb11cc117af16348dfa30c2775acda4e826ab731d6063507f2a15a73327da917b867f4df2b34c0a9d5d1a9ad0e2e304503247e2060508f2c7b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-iam_v2beta
2
2
 
3
+ ### v0.18.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241114
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.17.0 (2024-06-09)
4
9
 
5
10
  * Regenerated from discovery document revision 20240530
@@ -58,9 +58,9 @@ module Google
58
58
  attr_accessor :api_version
59
59
 
60
60
  # Output only. Identifies whether the user has requested cancellation of the
61
- # operation. Operations that have been cancelled successfully have Operation.
62
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
63
- # CANCELLED`.
61
+ # operation. Operations that have been cancelled successfully have google.
62
+ # longrunning.Operation.error value with a google.rpc.Status.code of `1`,
63
+ # corresponding to `Code.CANCELLED`.
64
64
  # Corresponds to the JSON property `cancelRequested`
65
65
  # @return [Boolean]
66
66
  attr_accessor :cancel_requested
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240530"
25
+ REVISION = "20241114"
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.17.0
4
+ version: 0.18.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: 2024-06-09 00:00:00.000000000 Z
11
+ date: 2024-12-04 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.17.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2beta/v0.18.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: []
@@ -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.5.6
79
+ rubygems_version: 3.5.22
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Identity and Access Management (IAM) API V2beta