Skip to content

Commit c5bffcd

Browse files
1 parent 559a8e7 commit c5bffcd

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ public final class RunStreamRequest extends com.google.api.client.json.GenericJs
3636
@com.google.api.client.util.Key
3737
private CdcStrategy cdcStrategy;
3838

39+
/**
40+
* Optional. Update the stream without validating it.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.Boolean force;
45+
3946
/**
4047
* Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
4148
* @return value or {@code null} for none
@@ -53,6 +60,23 @@ public RunStreamRequest setCdcStrategy(CdcStrategy cdcStrategy) {
5360
return this;
5461
}
5562

63+
/**
64+
* Optional. Update the stream without validating it.
65+
* @return value or {@code null} for none
66+
*/
67+
public java.lang.Boolean getForce() {
68+
return force;
69+
}
70+
71+
/**
72+
* Optional. Update the stream without validating it.
73+
* @param force force or {@code null} for none
74+
*/
75+
public RunStreamRequest setForce(java.lang.Boolean force) {
76+
this.force = force;
77+
return this;
78+
}
79+
5680
@Override
5781
public RunStreamRequest set(String fieldName, Object value) {
5882
return (RunStreamRequest) super.set(fieldName, value);

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-rev20240814-2.0.0</version>
12-
<name>Datastream API v1-rev20240814-2.0.0</name>
11+
<version>v1-rev20240904-2.0.0</version>
12+
<name>Datastream API v1-rev20240904-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-rev20240814-2.0.0</version>
25+
<version>v1-rev20240904-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-rev20240814-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1-rev20240904-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)