google-cloud-speech-v1 1.8.0 → 1.8.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: 206480c463ff038d846a65b5b8f77ec4f13195666936b134c36ef3cc76356295
|
|
4
|
+
data.tar.gz: c2e681896a6520a392dfb4e0fe9d12b1945028c64f95d6c14694ef827b02325e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19ebf9747cc01f198059704e6a7c25a0719af1fce308b22bbc4bd729cc80721432471a03b270574cfe8e605d8904bcd55d484edb65a28e80b1b88747fa1e17f1
|
|
7
|
+
data.tar.gz: 9cf972995e30cc464e4ee7d0baec1bd630f1e93f363f728bb611f0e46ddfcaa9df2a0ef54a389d2cc5bc1827d2013ebcf103bcc53a376e2f3850a59fd871c6a5
|
|
@@ -868,7 +868,7 @@ module Google
|
|
|
868
868
|
uri_method: :get,
|
|
869
869
|
uri_template: "/v1/operations/{name}",
|
|
870
870
|
matches: [
|
|
871
|
-
["name", %r{
|
|
871
|
+
["name", %r{^(?<__wildcard__>.*)$}, true]
|
|
872
872
|
]
|
|
873
873
|
)
|
|
874
874
|
transcoder.transcode request_pb
|
|
@@ -889,7 +889,7 @@ module Google
|
|
|
889
889
|
uri_method: :delete,
|
|
890
890
|
uri_template: "/v1/{name}",
|
|
891
891
|
matches: [
|
|
892
|
-
["name", %r{^operations(
|
|
892
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
893
893
|
]
|
|
894
894
|
)
|
|
895
895
|
transcoder.transcode request_pb
|
|
@@ -911,7 +911,7 @@ module Google
|
|
|
911
911
|
uri_template: "/v1/{name}:cancel",
|
|
912
912
|
body: "*",
|
|
913
913
|
matches: [
|
|
914
|
-
["name", %r{^operations(
|
|
914
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
915
915
|
]
|
|
916
916
|
)
|
|
917
917
|
transcoder.transcode request_pb
|