Skip to content

Commit b131a7b

Browse files
1 parent d9f72eb commit b131a7b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/ManagedKafka.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
365365
'type' => 'string',
366366
'required' => true,
367367
],
368+
'filter' => [
369+
'location' => 'query',
370+
'type' => 'string',
371+
],
368372
'pageSize' => [
369373
'location' => 'query',
370374
'type' => 'integer',

src/ManagedKafka/Resource/ProjectsLocationsClustersConsumerGroups.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ public function get($name, $optParams = [])
7272
* `projects/{project}/locations/{location}/clusters/{cluster}`.
7373
* @param array $optParams Optional parameters.
7474
*
75+
* @opt_param string filter Optional. Filter expression for the result. Only
76+
* supports filtering by topic name as a key in the `topics` map.
7577
* @opt_param int pageSize Optional. The maximum number of consumer groups to
7678
* return. The service may return fewer than this value. If unset or zero, all
7779
* consumer groups for the parent is returned.

0 commit comments

Comments
 (0)