google-apis-iam_v2beta 0.2.0 → 0.3.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44d5ad555488ed4eed52a682566a14ecbdc8523950a4e95f3c4b892ceed45e61
|
|
4
|
+
data.tar.gz: 36347191927e3c82cc8a93713cc66ff4c71d86d10ac33071774a9b6268f53b20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f847fe9cb871a227e8004eb77762d5dbc87f0aa31954ba0b3a63361cb51a59b1be6d864bc3845b4a02b1811851209b5b24d6e8158867fcf4605f26cffa75ffb
|
|
7
|
+
data.tar.gz: dbac569964b21ac0d3f4e43b426963c566e73dd6d54df70d571052853726dbf75a76ebeb9428b70715ffcbff128a069784e1b7c6934eb5177d675d24c6143968
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-iam_v2beta
|
|
2
2
|
|
|
3
|
+
### v0.3.0 (2022-06-03)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220526
|
|
6
|
+
* Regenerated using generator version 0.5.0
|
|
7
|
+
|
|
3
8
|
### v0.2.0 (2022-04-28)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20220421
|
|
@@ -163,6 +163,19 @@ module Google
|
|
|
163
163
|
end
|
|
164
164
|
end
|
|
165
165
|
|
|
166
|
+
# Metadata for long-running WorkloadIdentityPool operations.
|
|
167
|
+
class GoogleIamV1betaWorkloadIdentityPoolOperationMetadata
|
|
168
|
+
include Google::Apis::Core::Hashable
|
|
169
|
+
|
|
170
|
+
def initialize(**args)
|
|
171
|
+
update!(**args)
|
|
172
|
+
end
|
|
173
|
+
|
|
174
|
+
# Update properties of this object
|
|
175
|
+
def update!(**args)
|
|
176
|
+
end
|
|
177
|
+
end
|
|
178
|
+
|
|
166
179
|
# A deny rule in an IAM deny policy.
|
|
167
180
|
class GoogleIamV2betaDenyRule
|
|
168
181
|
include Google::Apis::Core::Hashable
|
|
@@ -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.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220526"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -52,6 +52,12 @@ module Google
|
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
|
53
53
|
end
|
|
54
54
|
|
|
55
|
+
class GoogleIamV1betaWorkloadIdentityPoolOperationMetadata
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
55
61
|
class GoogleIamV2betaDenyRule
|
|
56
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
63
|
|
|
@@ -143,6 +149,12 @@ module Google
|
|
|
143
149
|
end
|
|
144
150
|
end
|
|
145
151
|
|
|
152
|
+
class GoogleIamV1betaWorkloadIdentityPoolOperationMetadata
|
|
153
|
+
# @private
|
|
154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
155
|
+
end
|
|
156
|
+
end
|
|
157
|
+
|
|
146
158
|
class GoogleIamV2betaDenyRule
|
|
147
159
|
# @private
|
|
148
160
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.3.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: 2022-
|
|
11
|
+
date: 2022-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.5'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '0.
|
|
29
|
+
version: '0.5'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.3.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.3.
|
|
79
|
+
rubygems_version: 3.3.14
|
|
80
80
|
signing_key:
|
|
81
81
|
specification_version: 4
|
|
82
82
|
summary: Simple REST client for Identity and Access Management (IAM) API V2beta
|