google-cloud-deploy-v1 1.2.0 → 1.2.2

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: 5204e9e10b9a5e797ef58ca94c7a716d0e89b5b56063ab985db1bf030d3aff4a
4
- data.tar.gz: f755b0923f1eb09748b2e7e60202e287d8483c66820afae20dd866c4c82e4550
3
+ metadata.gz: cde6bf57b6e330090fbb6b52a76cd6aa7cf472ddd423c6fb5fb95e8ed193eb92
4
+ data.tar.gz: 1713550e3371c9c9716d3042262c8e25c45e63b4d0032b6f726edf49093826ea
5
5
  SHA512:
6
- metadata.gz: fc808e27992ebc2e00313155e839401f0c4ac5495921886c741d3f5f93e29af3e826f0004227fd9c3b18377bc30e9baafb882bf9eb0355cecea9f8b853a10908
7
- data.tar.gz: 2370d13593ea21fc8f7b756dbf78abceb827c8608824f5be6258780014849220e05b62c91113c78f074e13fd80771abed5b6504c99d5a7ad943b7e83b6770afb
6
+ metadata.gz: 9f5304fff7459211ead734f10ebe5c8492dfc0ce56542d98cb43b2ed7a633a299f136b49546fc573706e98a4191b96e5e17d4f28f6f20a8fc592a2c39f070f69
7
+ data.tar.gz: 63bf8c61e007d9f93c61276138a83185122483d94d19197e945e66f3c051801dd59f558c332bdf86a58f553e94e596b6a939c978df0bfb061ab34f8a06f4e8a2
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Deploy
23
23
  module V1
24
- VERSION = "1.2.0"
24
+ VERSION = "1.2.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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. It only needs the ID to determine
1484
- # which target is being referred to
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. It only needs the ID to determine
3266
- # if the target is one of the stages in the promotion sequence defined
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.0
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-02 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common