You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-managedkafka/v1/2.0.0/com/google/api/services/managedkafka/v1/ManagedKafka.java
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3215,6 +3215,29 @@ public List setParent(java.lang.String parent) {
3215
3215
return this;
3216
3216
}
3217
3217
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
+
3218
3241
/**
3219
3242
* Optional. The maximum number of consumer groups to return. The service may return
3220
3243
* fewer than this value. If unset or zero, all consumer groups for the parent is
0 commit comments