Skip to content

Commit 787a9fd

Browse files
1 parent 1389e07 commit 787a9fd

File tree

4 files changed

+29
-6
lines changed

4 files changed

+29
-6
lines changed

clients/google-api-services-managedkafka/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-managedkafka</artifactId>
25-
<version>v1-rev20251212-2.0.0</version>
25+
<version>v1-rev20260108-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-managedkafka:v1-rev20251212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-managedkafka:v1-rev20260108-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-managedkafka/v1/2.0.0/com/google/api/services/managedkafka/v1/ManagedKafka.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3215,6 +3215,29 @@ public List setParent(java.lang.String parent) {
32153215
return this;
32163216
}
32173217

3218+
/**
3219+
* Optional. Filter expression for the result. Only supports filtering by topic name as
3220+
* a key in the `topics` map.
3221+
*/
3222+
@com.google.api.client.util.Key
3223+
private java.lang.String filter;
3224+
3225+
/** Optional. Filter expression for the result. Only supports filtering by topic name as a key in the
3226+
`topics` map.
3227+
*/
3228+
public java.lang.String getFilter() {
3229+
return filter;
3230+
}
3231+
3232+
/**
3233+
* Optional. Filter expression for the result. Only supports filtering by topic name as
3234+
* a key in the `topics` map.
3235+
*/
3236+
public List setFilter(java.lang.String filter) {
3237+
this.filter = filter;
3238+
return this;
3239+
}
3240+
32183241
/**
32193242
* Optional. The maximum number of consumer groups to return. The service may return
32203243
* fewer than this value. If unset or zero, all consumer groups for the parent is

clients/google-api-services-managedkafka/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-managedkafka</artifactId>
11-
<version>v1-rev20251212-2.0.0</version>
12-
<name>Managed Service for Apache Kafka API v1-rev20251212-2.0.0</name>
11+
<version>v1-rev20260108-2.0.0</version>
12+
<name>Managed Service for Apache Kafka API v1-rev20260108-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-managedkafka/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-managedkafka</artifactId>
25-
<version>v1-rev20251212-2.0.0</version>
25+
<version>v1-rev20260108-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-managedkafka:v1-rev20251212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-managedkafka:v1-rev20260108-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)