Skip to content

Commit 047ad4d

Browse files
1 parent c936f3d commit 047ad4d

File tree

4 files changed

+54
-6
lines changed

4 files changed

+54
-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-rev20250623-2.0.0</version>
25+
<version>v1-rev20250701-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-rev20250623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-managedkafka:v1-rev20250701-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,20 @@ public final class ConnectCluster extends com.google.api.client.json.GenericJson
8383
@com.google.api.client.util.Key
8484
private java.lang.String name;
8585

86+
/**
87+
* Output only. Reserved for future use.
88+
* The value may be {@code null}.
89+
*/
90+
@com.google.api.client.util.Key
91+
private java.lang.Boolean satisfiesPzi;
92+
93+
/**
94+
* Output only. Reserved for future use.
95+
* The value may be {@code null}.
96+
*/
97+
@com.google.api.client.util.Key
98+
private java.lang.Boolean satisfiesPzs;
99+
86100
/**
87101
* Output only. The current state of the cluster.
88102
* The value may be {@code null}.
@@ -224,6 +238,40 @@ public ConnectCluster setName(java.lang.String name) {
224238
return this;
225239
}
226240

241+
/**
242+
* Output only. Reserved for future use.
243+
* @return value or {@code null} for none
244+
*/
245+
public java.lang.Boolean getSatisfiesPzi() {
246+
return satisfiesPzi;
247+
}
248+
249+
/**
250+
* Output only. Reserved for future use.
251+
* @param satisfiesPzi satisfiesPzi or {@code null} for none
252+
*/
253+
public ConnectCluster setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
254+
this.satisfiesPzi = satisfiesPzi;
255+
return this;
256+
}
257+
258+
/**
259+
* Output only. Reserved for future use.
260+
* @return value or {@code null} for none
261+
*/
262+
public java.lang.Boolean getSatisfiesPzs() {
263+
return satisfiesPzs;
264+
}
265+
266+
/**
267+
* Output only. Reserved for future use.
268+
* @param satisfiesPzs satisfiesPzs or {@code null} for none
269+
*/
270+
public ConnectCluster setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
271+
this.satisfiesPzs = satisfiesPzs;
272+
return this;
273+
}
274+
227275
/**
228276
* Output only. The current state of the cluster.
229277
* @return value or {@code null} for none

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-rev20250623-2.0.0</version>
12-
<name>Managed Service for Apache Kafka API v1-rev20250623-2.0.0</name>
11+
<version>v1-rev20250701-2.0.0</version>
12+
<name>Managed Service for Apache Kafka API v1-rev20250701-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-rev20250623-2.0.0</version>
25+
<version>v1-rev20250701-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-rev20250623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-managedkafka:v1-rev20250701-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)