Skip to content

Commit d11ef13

Browse files
1 parent b85d829 commit d11ef13

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

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-rev20260319-2.0.0</version>
25+
<version>v1-rev20260409-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-rev20260319-2.0.0'
38+
implementation 'com.google.apis:google-api-services-managedkafka:v1-rev20260409-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public final class ConnectCluster extends com.google.api.client.json.GenericJson
3838
private CapacityConfig capacityConfig;
3939

4040
/**
41-
* Optional. Configurations for the worker that are overridden from the defaults. The key of the
42-
* map is a Kafka Connect worker property name, for example: `exactly.once.source.support`.
41+
* Optional. Reserved for future use. This field is meant for worker config overrides, but is
42+
* unsupported for now.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -129,17 +129,17 @@ public ConnectCluster setCapacityConfig(CapacityConfig capacityConfig) {
129129
}
130130

131131
/**
132-
* Optional. Configurations for the worker that are overridden from the defaults. The key of the
133-
* map is a Kafka Connect worker property name, for example: `exactly.once.source.support`.
132+
* Optional. Reserved for future use. This field is meant for worker config overrides, but is
133+
* unsupported for now.
134134
* @return value or {@code null} for none
135135
*/
136136
public java.util.Map<String, java.lang.String> getConfig() {
137137
return config;
138138
}
139139

140140
/**
141-
* Optional. Configurations for the worker that are overridden from the defaults. The key of the
142-
* map is a Kafka Connect worker property name, for example: `exactly.once.source.support`.
141+
* Optional. Reserved for future use. This field is meant for worker config overrides, but is
142+
* unsupported for now.
143143
* @param config config or {@code null} for none
144144
*/
145145
public ConnectCluster setConfig(java.util.Map<String, java.lang.String> config) {

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

0 commit comments

Comments
 (0)