Skip to content

Commit 76fb0d5

Browse files
1 parent 2b49748 commit 76fb0d5

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-rev20250701-2.0.0</version>
25+
<version>v1-rev20250731-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-rev20250701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-managedkafka:v1-rev20250731-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
@@ -7897,6 +7897,29 @@ public List setParent(java.lang.String parent) {
78977897
return this;
78987898
}
78997899

7900+
/**
7901+
* Optional. Specifies the view to return for the schema registry instances. If not
7902+
* specified, the default view is SCHEMA_REGISTRY_VIEW_BASIC.
7903+
*/
7904+
@com.google.api.client.util.Key
7905+
private java.lang.String view;
7906+
7907+
/** Optional. Specifies the view to return for the schema registry instances. If not specified, the
7908+
default view is SCHEMA_REGISTRY_VIEW_BASIC.
7909+
*/
7910+
public java.lang.String getView() {
7911+
return view;
7912+
}
7913+
7914+
/**
7915+
* Optional. Specifies the view to return for the schema registry instances. If not
7916+
* specified, the default view is SCHEMA_REGISTRY_VIEW_BASIC.
7917+
*/
7918+
public List setView(java.lang.String view) {
7919+
this.view = view;
7920+
return this;
7921+
}
7922+
79007923
@Override
79017924
public List set(String parameterName, Object value) {
79027925
return (List) super.set(parameterName, value);

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

0 commit comments

Comments
 (0)