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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/iam_v2beta/classes.rb +3 -3
- data/lib/google/apis/iam_v2beta/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: aff249d62c712a776ebe2b391386206cbfb3fc6aa8310f2839654c88fef0b4e9
|
4
|
+
data.tar.gz: 6b21913e0e109986211434358802cb8123f50b38d9651d2066192c721eee2af0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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 IamV2beta
|
18
18
|
# Version of the google-apis-iam_v2beta gem
|
19
|
-
GEM_VERSION = "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.
|
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_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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.
|
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.
|
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
|