Skip to content

Commit 2c13710

Browse files
1 parent 16635e9 commit 2c13710

File tree

5 files changed

+41
-15
lines changed

5 files changed

+41
-15
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-rev20251114-2.0.0</version>
25+
<version>v1-rev20251204-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-rev20251114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-managedkafka:v1-rev20251204-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
@@ -3243,6 +3243,29 @@ public List setPageToken(java.lang.String pageToken) {
32433243
return this;
32443244
}
32453245

3246+
/**
3247+
* Optional. Specifies the view (BASIC or FULL) of the ConsumerGroup resource to be
3248+
* returned in the response. Defaults to FULL view.
3249+
*/
3250+
@com.google.api.client.util.Key
3251+
private java.lang.String view;
3252+
3253+
/** Optional. Specifies the view (BASIC or FULL) of the ConsumerGroup resource to be returned in the
3254+
response. Defaults to FULL view.
3255+
*/
3256+
public java.lang.String getView() {
3257+
return view;
3258+
}
3259+
3260+
/**
3261+
* Optional. Specifies the view (BASIC or FULL) of the ConsumerGroup resource to be
3262+
* returned in the response. Defaults to FULL view.
3263+
*/
3264+
public List setView(java.lang.String view) {
3265+
this.view = view;
3266+
return this;
3267+
}
3268+
32463269
@Override
32473270
public List set(String parameterName, Object value) {
32483271
return (List) super.set(parameterName, value);

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@
3232
public final class ConnectNetworkConfig extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Optional. Additional subnets may be specified. They may be in another region, but must be in
36-
* the same VPC network. The Connect workers can communicate with network endpoints in either the
37-
* primary or additional subnets.
35+
* Optional. Deprecated: Managed Kafka Connect clusters can now reach any endpoint accessible from
36+
* the primary subnet without the need to define additional subnets. Please see
37+
* https://cloud.google.com/managed-service-for-apache-kafka/docs/connect-cluster/create-connect-
38+
* cluster#worker-subnet for more information.
3839
* The value may be {@code null}.
3940
*/
4041
@com.google.api.client.util.Key
@@ -63,19 +64,21 @@ public final class ConnectNetworkConfig extends com.google.api.client.json.Gener
6364
private java.lang.String primarySubnet;
6465

6566
/**
66-
* Optional. Additional subnets may be specified. They may be in another region, but must be in
67-
* the same VPC network. The Connect workers can communicate with network endpoints in either the
68-
* primary or additional subnets.
67+
* Optional. Deprecated: Managed Kafka Connect clusters can now reach any endpoint accessible from
68+
* the primary subnet without the need to define additional subnets. Please see
69+
* https://cloud.google.com/managed-service-for-apache-kafka/docs/connect-cluster/create-connect-
70+
* cluster#worker-subnet for more information.
6971
* @return value or {@code null} for none
7072
*/
7173
public java.util.List<java.lang.String> getAdditionalSubnets() {
7274
return additionalSubnets;
7375
}
7476

7577
/**
76-
* Optional. Additional subnets may be specified. They may be in another region, but must be in
77-
* the same VPC network. The Connect workers can communicate with network endpoints in either the
78-
* primary or additional subnets.
78+
* Optional. Deprecated: Managed Kafka Connect clusters can now reach any endpoint accessible from
79+
* the primary subnet without the need to define additional subnets. Please see
80+
* https://cloud.google.com/managed-service-for-apache-kafka/docs/connect-cluster/create-connect-
81+
* cluster#worker-subnet for more information.
7982
* @param additionalSubnets additionalSubnets or {@code null} for none
8083
*/
8184
public ConnectNetworkConfig setAdditionalSubnets(java.util.List<java.lang.String> additionalSubnets) {

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

0 commit comments

Comments
 (0)