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: c5be46b7aa75279c302cd6c32b6943bd76f0fa54e188425ad97e7dd9c784604a
4
- data.tar.gz: 77168a68b9d78eacba8c177fbd67ccf2bc3c988cf4e041b93e6f7260ac35d5ca
3
+ metadata.gz: 616ba71088f8f3bbbd7a6c8d0081fc898085c4ac13ae5f9f73f81aa9b020aa31
4
+ data.tar.gz: 5cd4a6d2f2095705e9f034c6e29b37f0caa6991ba6b3d8d28ab0c13e497efe86
5
5
  SHA512:
6
- metadata.gz: 5ff8a94525a4fbb17b26e170486114ef80ffbab75184ff0ee5a7fa50d0b6a0634656bfc39919682802603803bc6fc4225a07f884046fcd0ad9a823b84e2ceb31
7
- data.tar.gz: b9e0139399aebd6e7bc04385ba7378e8b6f520ebf620205393805cbf49359e789035de1b3cb96afe298898f9235de8eee86ce6c7db94b85d8654bb2c62bae306
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(?:/.*)?$}, true]
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(?:/.*)?$}, true]
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(?:/.*)?$}, true]
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(?:/.*)?$}, true]
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(?:/.*)?$}, true]
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(?:/.*)?$}, true]
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(?:/.*)?$}, true]
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(?:/.*)?$}, true]
1360
+ ["acl", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/(?<__wildcard__>.*))?$}, true]
1361
1361
  ]
1362
1362
  )
1363
1363
  transcoder.transcode request_pb
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ManagedKafka
23
23
  module V1
24
- VERSION = "1.9.0"
24
+ VERSION = "1.9.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-managed_kafka-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC