google-cloud-deploy-v1 1.2.0 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cde6bf57b6e330090fbb6b52a76cd6aa7cf472ddd423c6fb5fb95e8ed193eb92
|
4
|
+
data.tar.gz: 1713550e3371c9c9716d3042262c8e25c45e63b4d0032b6f726edf49093826ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f5304fff7459211ead734f10ebe5c8492dfc0ce56542d98cb43b2ed7a633a299f136b49546fc573706e98a4191b96e5e17d4f28f6f20a8fc592a2c39f070f69
|
7
|
+
data.tar.gz: 63bf8c61e007d9f93c61276138a83185122483d94d19197e945e66f3c051801dd59f558c332bdf86a58f553e94e596b6a939c978df0bfb061ab34f8a06f4e8a2
|
@@ -196,9 +196,26 @@ module Google
|
|
196
196
|
# @!attribute [rw] common
|
197
197
|
# @return [::Google::Api::CommonLanguageSettings]
|
198
198
|
# Some settings.
|
199
|
+
# @!attribute [rw] experimental_features
|
200
|
+
# @return [::Google::Api::PythonSettings::ExperimentalFeatures]
|
201
|
+
# Experimental features to be included during client library generation.
|
199
202
|
class PythonSettings
|
200
203
|
include ::Google::Protobuf::MessageExts
|
201
204
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
205
|
+
|
206
|
+
# Experimental features to be included during client library generation.
|
207
|
+
# These fields will be deprecated once the feature graduates and is enabled
|
208
|
+
# by default.
|
209
|
+
# @!attribute [rw] rest_async_io_enabled
|
210
|
+
# @return [::Boolean]
|
211
|
+
# Enables generation of asynchronous REST clients if `rest` transport is
|
212
|
+
# enabled. By default, asynchronous REST clients will not be generated.
|
213
|
+
# This feature will be enabled by default 1 month after launching the
|
214
|
+
# feature in preview packages.
|
215
|
+
class ExperimentalFeatures
|
216
|
+
include ::Google::Protobuf::MessageExts
|
217
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
218
|
+
end
|
202
219
|
end
|
203
220
|
|
204
221
|
# Settings for Node client libraries.
|
@@ -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.2
|
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-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|