google-cloud-dialogflow-v2 1.17.0 → 1.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: da56e0e41bbc0bbe88c424ca15a38fef2ab8e81c3d3909860b4a4ad28180faf2
4
- data.tar.gz: 00ead4611c497c8677dbdab4c1130c658765c7f3861f3422c88747ac87269943
3
+ metadata.gz: e94b246c21ff4e41b037c905c9eb1cd8cf60292a1a8ed127de273e6b9baeaf7d
4
+ data.tar.gz: b613b737b23920661a721059e034a05dd0f94e73853c0aad97cc1f5fe673e54d
5
5
  SHA512:
6
- metadata.gz: 646fb91cac07ac3aa441552006cf7d943eb47b937803619cb7d49a137f9b61d8fcccd4cfadeeeba94ab7f2b8c9a452bce87287ff478659326eebe420b774ceb9
7
- data.tar.gz: a2e982547d5d558e718d8103f3b48b914d3f8ebe64db134d4ed0287b439ae8b63f50c376f4439af6cb3fa9a9bdbfe11b48d8c23bd5e5f7b6de4c7207f227fff2
6
+ metadata.gz: 8aa37711256e95c53871d26fa4097343dfd00d9f6040ba8e1c46c9a0ad8b1aaa3c5e7f7e699a2135f826b7ba09d59a9028c6d1a573e8c1bfcefd6c43fe85d5e2
7
+ data.tar.gz: a88dfa0e015b51dd98b8127e75b92a47bee5474315eeb8d6b7e8afa15b2c4572f59113f6fcc45ebd9c8192874d6db871151fa49ecb35f97169ca08080dfe1b99
@@ -905,7 +905,7 @@ module Google
905
905
  uri_method: :delete,
906
906
  uri_template: "/v1/{name}",
907
907
  matches: [
908
- ["name", %r{^operations(?:/.*)?$}, true]
908
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
909
909
  ]
910
910
  )
911
911
  transcoder.transcode request_pb
@@ -905,7 +905,7 @@ module Google
905
905
  uri_method: :delete,
906
906
  uri_template: "/v1/{name}",
907
907
  matches: [
908
- ["name", %r{^operations(?:/.*)?$}, true]
908
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
909
909
  ]
910
910
  )
911
911
  transcoder.transcode request_pb
@@ -905,7 +905,7 @@ module Google
905
905
  uri_method: :delete,
906
906
  uri_template: "/v1/{name}",
907
907
  matches: [
908
- ["name", %r{^operations(?:/.*)?$}, true]
908
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
909
909
  ]
910
910
  )
911
911
  transcoder.transcode request_pb
@@ -905,7 +905,7 @@ module Google
905
905
  uri_method: :delete,
906
906
  uri_template: "/v1/{name}",
907
907
  matches: [
908
- ["name", %r{^operations(?:/.*)?$}, true]
908
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
909
909
  ]
910
910
  )
911
911
  transcoder.transcode request_pb
@@ -905,7 +905,7 @@ module Google
905
905
  uri_method: :delete,
906
906
  uri_template: "/v1/{name}",
907
907
  matches: [
908
- ["name", %r{^operations(?:/.*)?$}, true]
908
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
909
909
  ]
910
910
  )
911
911
  transcoder.transcode request_pb
@@ -905,7 +905,7 @@ module Google
905
905
  uri_method: :delete,
906
906
  uri_template: "/v1/{name}",
907
907
  matches: [
908
- ["name", %r{^operations(?:/.*)?$}, true]
908
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
909
909
  ]
910
910
  )
911
911
  transcoder.transcode request_pb
@@ -905,7 +905,7 @@ module Google
905
905
  uri_method: :delete,
906
906
  uri_template: "/v1/{name}",
907
907
  matches: [
908
- ["name", %r{^operations(?:/.*)?$}, true]
908
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
909
909
  ]
910
910
  )
911
911
  transcoder.transcode request_pb
@@ -905,7 +905,7 @@ module Google
905
905
  uri_method: :delete,
906
906
  uri_template: "/v1/{name}",
907
907
  matches: [
908
- ["name", %r{^operations(?:/.*)?$}, true]
908
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
909
909
  ]
910
910
  )
911
911
  transcoder.transcode request_pb
@@ -905,7 +905,7 @@ module Google
905
905
  uri_method: :delete,
906
906
  uri_template: "/v1/{name}",
907
907
  matches: [
908
- ["name", %r{^operations(?:/.*)?$}, true]
908
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
909
909
  ]
910
910
  )
911
911
  transcoder.transcode request_pb
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module V2
24
- VERSION = "1.17.0"
24
+ VERSION = "1.17.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC