google-apis-clouddeploy_v1 0.12.0 → 0.13.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/clouddeploy_v1/classes.rb +25 -22
- data/lib/google/apis/clouddeploy_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b02df182854d30b028da9d6d8bae5081a4d84edde122dc18144e86b698c6390
|
4
|
+
data.tar.gz: debe28954ed92421b0f7b3a1ccdadf118766227bf5ff0d07d30ff8fa982404f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8c6a183181cc03118376a65ea9d4a8516bc1751523933502634f6d47b0b47c4b7c164bde1e079e6fbbb040a837d7db33c5835dda1e354c6d86b67b3b6564242
|
7
|
+
data.tar.gz: a5a96cd26a6a6c1892b347cffcb8217717587c1792f8e3c73563725468d8824f340e3b0373ae5553df8eaeeaa0e33e3ebb91fd93de02ec0789a08b8d37b7c7ff
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-clouddeploy_v1
|
2
2
|
|
3
|
+
### v0.13.0 (2022-08-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220811
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
3
8
|
### v0.12.0 (2022-07-02)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
@@ -203,25 +203,28 @@ module Google
|
|
203
203
|
# anyone who is authenticated with a Google account or a service account. * `
|
204
204
|
# user:`emailid``: An email address that represents a specific Google account.
|
205
205
|
# For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
|
206
|
-
# address that represents a service account. For example, `my-other-app@
|
207
|
-
# gserviceaccount.com`. * `
|
208
|
-
#
|
209
|
-
#
|
210
|
-
#
|
211
|
-
#
|
212
|
-
#
|
213
|
-
#
|
214
|
-
#
|
215
|
-
#
|
216
|
-
#
|
217
|
-
# emailid
|
218
|
-
#
|
219
|
-
#
|
220
|
-
#
|
221
|
-
#
|
222
|
-
#
|
223
|
-
#
|
224
|
-
#
|
206
|
+
# address that represents a Google service account. For example, `my-other-app@
|
207
|
+
# appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
|
208
|
+
# namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
|
209
|
+
# https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
|
210
|
+
# accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
|
211
|
+
# . * `group:`emailid``: An email address that represents a Google group. For
|
212
|
+
# example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
|
213
|
+
# email address (plus unique identifier) representing a user that has been
|
214
|
+
# recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
|
215
|
+
# If the user is recovered, this value reverts to `user:`emailid`` and the
|
216
|
+
# recovered user retains the role in the binding. * `deleted:serviceAccount:`
|
217
|
+
# emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
218
|
+
# representing a service account that has been recently deleted. For example, `
|
219
|
+
# my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
|
220
|
+
# service account is undeleted, this value reverts to `serviceAccount:`emailid``
|
221
|
+
# and the undeleted service account retains the role in the binding. * `deleted:
|
222
|
+
# group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
223
|
+
# representing a Google group that has been recently deleted. For example, `
|
224
|
+
# admins@example.com?uid=123456789012345678901`. If the group is recovered, this
|
225
|
+
# value reverts to `group:`emailid`` and the recovered group retains the role in
|
226
|
+
# the binding. * `domain:`domain``: The G Suite domain (primary) that represents
|
227
|
+
# all the users of that domain. For example, `google.com` or `example.com`.
|
225
228
|
# Corresponds to the JSON property `members`
|
226
229
|
# @return [Array<String>]
|
227
230
|
attr_accessor :members
|
@@ -1450,8 +1453,8 @@ module Google
|
|
1450
1453
|
# @return [String]
|
1451
1454
|
attr_accessor :deploy_end_time
|
1452
1455
|
|
1453
|
-
# Output only. The reason this
|
1454
|
-
# while the
|
1456
|
+
# Output only. The reason this rollout failed. This will always be unspecified
|
1457
|
+
# while the rollout is in progress.
|
1455
1458
|
# Corresponds to the JSON property `deployFailureCause`
|
1456
1459
|
# @return [String]
|
1457
1460
|
attr_accessor :deploy_failure_cause
|
@@ -1485,7 +1488,7 @@ module Google
|
|
1485
1488
|
# @return [String]
|
1486
1489
|
attr_accessor :etag
|
1487
1490
|
|
1488
|
-
# Output only.
|
1491
|
+
# Output only. Additional information about the rollout failure, if available.
|
1489
1492
|
# Corresponds to the JSON property `failureReason`
|
1490
1493
|
# @return [String]
|
1491
1494
|
attr_accessor :failure_reason
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ClouddeployV1
|
18
18
|
# Version of the google-apis-clouddeploy_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220811"
|
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-clouddeploy_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.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-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|