google-apis-iam_v2 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd4bbc867739d079571b27a639d7d8645f79ed09262b31b4eede8a88a146e2c1
4
- data.tar.gz: 86348e39c5e0c96af4119a1baa4375e61751f6a711a2503f4a54937d6a36ff89
3
+ metadata.gz: 0a6e6d81732adfc80b8d899577bbccd2b2dffb80c5a47370d4b2f286503ca3b2
4
+ data.tar.gz: da4ad60a2063fde5e8b09cbff702203870dfcbb6c441f17cc2c199bb99304610
5
5
  SHA512:
6
- metadata.gz: e4f2e32572f76844bb313d6b14b2a57211d1156a9284255e4222ba5eb8017fd80442c98aa1598c438008b0a3aecdd06128fe023620869a8a8840e21fa0fb41ec
7
- data.tar.gz: 1f4cc677b821f988d74b9f6a2bd4ffa6f85d290ceebae29699f1317a50e1b4cd42c9c71399937e38bbc7a295118fbac16222bb39d373355bc93f9bd1c110aab6
6
+ metadata.gz: fa4c837e5eecf82a69714ad92f9c1591456a8851c77193b9e7728a9b2fb952753bb2e66c641730caa314e858c0b7354134fba15e13772f0353a7b4b2f582ce4c
7
+ data.tar.gz: 4203ea01e46c1dc9aa45fe446307f1a488a72b5158773f429e1193775f1cd982624c68c01506d1ed93279ce3d1c02fbbc2fed56817afbd97d8c4ec581616febc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-iam_v2
2
2
 
3
+ ### v0.11.0 (2024-11-24)
4
+
5
+ * Regenerated from discovery document revision 20241114
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.10.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 IamV2
18
18
  # Version of the google-apis-iam_v2 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.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: 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_v2/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2/v0.10.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2/v0.11.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: []
@@ -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 V2