google-cloud-deploy-v1 1.2.0 → 1.2.1
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: a8cfa98f3a9cbc5b5c124a54a769eadde120fc4bb0f09e511a517546b5227c93
|
|
4
|
+
data.tar.gz: f1625095e08b77bbed90a8b67ecd664128c0bf73a78be81291a2bb2541cc0613
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b79aa57c1b27926fef54c85160e5c47ba155b770816a8f80d7b4aeba1b91957bf2b983fce74a3c2c780d61d6ed2e48047bb2da7ea8a3edf56f89b8dbc292e6c
|
|
7
|
+
data.tar.gz: 162f94fa4fa0a7c951870a0aa8cdcce1467164c99a8e0838ae96dc4d8664e987b55b6293d602b190c11bbe3e27ec1210f7f55c4b835d08dda151cf25af1c46b8
|
|
@@ -1480,9 +1480,8 @@ module Google
|
|
|
1480
1480
|
# ID of the `Target`. The value of this field could be one of the
|
|
1481
1481
|
# following:
|
|
1482
1482
|
#
|
|
1483
|
-
# * The last segment of a target name
|
|
1484
|
-
#
|
|
1485
|
-
# * "*", all targets in a location.
|
|
1483
|
+
# * The last segment of a target name
|
|
1484
|
+
# * "*", all targets in a location
|
|
1486
1485
|
# @!attribute [rw] labels
|
|
1487
1486
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
1488
1487
|
# Target labels.
|
|
@@ -3262,10 +3261,8 @@ module Google
|
|
|
3262
3261
|
# deploying. If unspecified, default it to the next stage in the promotion
|
|
3263
3262
|
# flow. The value of this field could be one of the following:
|
|
3264
3263
|
#
|
|
3265
|
-
# * The last segment of a target name
|
|
3266
|
-
#
|
|
3267
|
-
# in the pipeline.
|
|
3268
|
-
# * "@next", the next target in the promotion sequence.
|
|
3264
|
+
# * The last segment of a target name
|
|
3265
|
+
# * "@next", the next target in the promotion sequence
|
|
3269
3266
|
# @!attribute [r] condition
|
|
3270
3267
|
# @return [::Google::Cloud::Deploy::V1::AutomationRuleCondition]
|
|
3271
3268
|
# Output only. Information around the state of the Automation rule.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-deploy-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
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-08-
|
|
11
|
+
date: 2024-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|