google-analytics-data-v1beta 0.22.0 → 0.22.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: 1d9124cc68cb4d8c2c17730652d4c9762fb79e53e26012f188b5884b2a7bf02e
|
|
4
|
+
data.tar.gz: aa08b5de2bf3feb481dbf7d8acd4c88d45f7b7156c9770bd491412521e461f59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64e5b7ee508def8a9ee86a3657e7aaa27328a168a23c9bf9c71cde4f6b3ad0df0be20a0f39b0fa8e63ccdf4460f090a88855643daf008d29a37e4bacf45d8e38
|
|
7
|
+
data.tar.gz: 70e0d78bec8c4d58699eaa50d1a8f52c9aee96923eeb680c1c76c0aa19251deac476c04076668a1692390b2d1d226a4c15ee74be9089c4965adbeba59b72c8e4
|
|
@@ -870,7 +870,7 @@ module Google
|
|
|
870
870
|
uri_method: :get,
|
|
871
871
|
uri_template: "/v1/{name}",
|
|
872
872
|
matches: [
|
|
873
|
-
["name", %r{^operations(
|
|
873
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
874
874
|
]
|
|
875
875
|
)
|
|
876
876
|
transcoder.transcode request_pb
|
|
@@ -891,7 +891,7 @@ module Google
|
|
|
891
891
|
uri_method: :delete,
|
|
892
892
|
uri_template: "/v1/{name}",
|
|
893
893
|
matches: [
|
|
894
|
-
["name", %r{^operations(
|
|
894
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
895
895
|
]
|
|
896
896
|
)
|
|
897
897
|
transcoder.transcode request_pb
|
|
@@ -913,7 +913,7 @@ module Google
|
|
|
913
913
|
uri_template: "/v1/{name}:cancel",
|
|
914
914
|
body: "*",
|
|
915
915
|
matches: [
|
|
916
|
-
["name", %r{^operations(
|
|
916
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
917
917
|
]
|
|
918
918
|
)
|
|
919
919
|
transcoder.transcode request_pb
|