Skip to content

Commit d07d351

Browse files
1 parent f6d3fe8 commit d07d351

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-datastream/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-datastream</artifactId>
25-
<version>v1-rev20251021-2.0.0</version>
25+
<version>v1-rev20251029-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-datastream:v1-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1-rev20251029-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datastream/v1/2.0.0/com/google/api/services/datastream/v1/model/MongodbSourceConfig.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ public final class MongodbSourceConfig extends com.google.api.client.json.Generi
4343
@com.google.api.client.util.Key
4444
private MongodbCluster includeObjects;
4545

46+
/**
47+
* Optional. MongoDB JSON mode to use for the stream.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.lang.String jsonMode;
52+
4653
/**
4754
* Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and
4855
* less than or equal to 50. If not set (or set to 0), the system's default value is used
@@ -85,6 +92,23 @@ public MongodbSourceConfig setIncludeObjects(MongodbCluster includeObjects) {
8592
return this;
8693
}
8794

95+
/**
96+
* Optional. MongoDB JSON mode to use for the stream.
97+
* @return value or {@code null} for none
98+
*/
99+
public java.lang.String getJsonMode() {
100+
return jsonMode;
101+
}
102+
103+
/**
104+
* Optional. MongoDB JSON mode to use for the stream.
105+
* @param jsonMode jsonMode or {@code null} for none
106+
*/
107+
public MongodbSourceConfig setJsonMode(java.lang.String jsonMode) {
108+
this.jsonMode = jsonMode;
109+
return this;
110+
}
111+
88112
/**
89113
* Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and
90114
* less than or equal to 50. If not set (or set to 0), the system's default value is used

clients/google-api-services-datastream/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-datastream</artifactId>
11-
<version>v1-rev20251021-2.0.0</version>
12-
<name>Datastream API v1-rev20251021-2.0.0</name>
11+
<version>v1-rev20251029-2.0.0</version>
12+
<name>Datastream API v1-rev20251029-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-datastream/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-datastream</artifactId>
25-
<version>v1-rev20251021-2.0.0</version>
25+
<version>v1-rev20251029-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-datastream:v1-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1-rev20251029-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)