google-apis-iam_v2 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/iam_v2/classes.rb +3 -3
- data/lib/google/apis/iam_v2/gem_version.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a6e6d81732adfc80b8d899577bbccd2b2dffb80c5a47370d4b2f286503ca3b2
|
4
|
+
data.tar.gz: da4ad60a2063fde5e8b09cbff702203870dfcbb6c441f17cc2c199bb99304610
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
62
|
-
# error value with a google.rpc.Status.code of 1
|
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.
|
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.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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.
|
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
|