google-cloud-managed_kafka-v1 1.9.0 → 1.9.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: 616ba71088f8f3bbbd7a6c8d0081fc898085c4ac13ae5f9f73f81aa9b020aa31
|
|
4
|
+
data.tar.gz: 5cd4a6d2f2095705e9f034c6e29b37f0caa6991ba6b3d8d28ab0c13e497efe86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0786c5abbe4c42ef37185669584c50c40302cebdabf942085bfc7a6339c4f7da5e8bdf75b1c90367eea018ea49a77818e40ce7a2ef4b792dc174541b37563e0
|
|
7
|
+
data.tar.gz: 00f274b45b10e3f67704bfb09e8f922b77ebf0dc93d5de195df9b48fc785ef98ae5b5a4f6573b71413fb82763f79e48d8d3487facd2f80d67436a850572a3c81
|
|
@@ -1163,7 +1163,7 @@ module Google
|
|
|
1163
1163
|
uri_method: :get,
|
|
1164
1164
|
uri_template: "/v1/{name}",
|
|
1165
1165
|
matches: [
|
|
1166
|
-
["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/consumerGroups(
|
|
1166
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/consumerGroups(?:/(?<__wildcard__>.*))?$}, true]
|
|
1167
1167
|
]
|
|
1168
1168
|
)
|
|
1169
1169
|
transcoder.transcode request_pb
|
|
@@ -1185,7 +1185,7 @@ module Google
|
|
|
1185
1185
|
uri_template: "/v1/{consumer_group.name}",
|
|
1186
1186
|
body: "consumer_group",
|
|
1187
1187
|
matches: [
|
|
1188
|
-
["consumer_group.name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/consumerGroups(
|
|
1188
|
+
["consumer_group.name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/consumerGroups(?:/(?<__wildcard__>.*))?$}, true]
|
|
1189
1189
|
]
|
|
1190
1190
|
)
|
|
1191
1191
|
transcoder.transcode request_pb
|
|
@@ -1206,7 +1206,7 @@ module Google
|
|
|
1206
1206
|
uri_method: :delete,
|
|
1207
1207
|
uri_template: "/v1/{name}",
|
|
1208
1208
|
matches: [
|
|
1209
|
-
["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/consumerGroups(
|
|
1209
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/consumerGroups(?:/(?<__wildcard__>.*))?$}, true]
|
|
1210
1210
|
]
|
|
1211
1211
|
)
|
|
1212
1212
|
transcoder.transcode request_pb
|
|
@@ -1248,7 +1248,7 @@ module Google
|
|
|
1248
1248
|
uri_method: :get,
|
|
1249
1249
|
uri_template: "/v1/{name}",
|
|
1250
1250
|
matches: [
|
|
1251
|
-
["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(
|
|
1251
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/(?<__wildcard__>.*))?$}, true]
|
|
1252
1252
|
]
|
|
1253
1253
|
)
|
|
1254
1254
|
transcoder.transcode request_pb
|
|
@@ -1292,7 +1292,7 @@ module Google
|
|
|
1292
1292
|
uri_template: "/v1/{acl.name}",
|
|
1293
1293
|
body: "acl",
|
|
1294
1294
|
matches: [
|
|
1295
|
-
["acl.name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(
|
|
1295
|
+
["acl.name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/(?<__wildcard__>.*))?$}, true]
|
|
1296
1296
|
]
|
|
1297
1297
|
)
|
|
1298
1298
|
transcoder.transcode request_pb
|
|
@@ -1313,7 +1313,7 @@ module Google
|
|
|
1313
1313
|
uri_method: :delete,
|
|
1314
1314
|
uri_template: "/v1/{name}",
|
|
1315
1315
|
matches: [
|
|
1316
|
-
["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(
|
|
1316
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/(?<__wildcard__>.*))?$}, true]
|
|
1317
1317
|
]
|
|
1318
1318
|
)
|
|
1319
1319
|
transcoder.transcode request_pb
|
|
@@ -1335,7 +1335,7 @@ module Google
|
|
|
1335
1335
|
uri_template: "/v1/{acl}:addAclEntry",
|
|
1336
1336
|
body: "acl_entry",
|
|
1337
1337
|
matches: [
|
|
1338
|
-
["acl", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(
|
|
1338
|
+
["acl", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/(?<__wildcard__>.*))?$}, true]
|
|
1339
1339
|
]
|
|
1340
1340
|
)
|
|
1341
1341
|
transcoder.transcode request_pb
|
|
@@ -1357,7 +1357,7 @@ module Google
|
|
|
1357
1357
|
uri_template: "/v1/{acl}:removeAclEntry",
|
|
1358
1358
|
body: "acl_entry",
|
|
1359
1359
|
matches: [
|
|
1360
|
-
["acl", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(
|
|
1360
|
+
["acl", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/(?<__wildcard__>.*))?$}, true]
|
|
1361
1361
|
]
|
|
1362
1362
|
)
|
|
1363
1363
|
transcoder.transcode request_pb
|