google-cloud-workflows-v1beta 0.17.0 → 0.17.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: d53ac5718d008a437935b218666834e36e310df4863a8dacc50555a33d146dd7
4
- data.tar.gz: e96cf7ce0b4b4efbc15b413a37630f89b506522823caa2af35328645e10f5922
3
+ metadata.gz: 8c1262c45d581b18c06cdf949c4950d4ea725682ff8bfcaea373145db996c728
4
+ data.tar.gz: 2dd98dd96a2248d4b529362d48807d3670c02183d902f36602f92e378b38fc18
5
5
  SHA512:
6
- metadata.gz: 2eba33cde2142e07ddd12d50b18a115ca97b4c0ca3d3b6f8e763259d4753cc37656b798d60125c4e19bb0a100ed954ca0c283b8d9f3bd7a72b8bb06a81c5c7f4
7
- data.tar.gz: bf75d50aa34ae1c5be134b0c2db188bfaa88f4d36f2940f3b8dfd6f171f44824a7a0312e1386a09927a8f94131b2a2d736e4a116d139fe8833750c442f7b077e
6
+ metadata.gz: 4b76ddd288b2901364a515fa49176c77c8ef9cf24b079c8164cf91c22d11e78468188acc3617baa14bb42f0208efe55a01a35adc094478eeb6adb9303e0f1cdf
7
+ data.tar.gz: 5dbe3579b0a8a9eaa152b1afdb82e37f8fc0f3183a8d1128bb86d533082b78aef5f380229b52d1ae51dbdd9aa0be99c751d2daefd2c9e2a8fca44a98101ba2bb
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workflows
23
23
  module V1beta
24
- VERSION = "0.17.0"
24
+ VERSION = "0.17.1"
25
25
  end
26
26
  end
27
27
  end
@@ -913,7 +913,7 @@ module Google
913
913
  uri_template: "/v1/{name}:cancel",
914
914
  body: "*",
915
915
  matches: [
916
- ["name", %r{^operations(?:/.*)?$}, true]
916
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
917
917
  ]
918
918
  )
919
919
  transcoder.transcode request_pb
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-workflows-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC