File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
clients/google-api-services-datastream/v1
com/google/api/services/datastream/v1 Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-datastream</artifactId >
25
- <version >v1-rev20240529 -2.0.0</version >
25
+ <version >v1-rev20240814 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-datastream:v1-rev20240529 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-datastream:v1-rev20240814 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -5049,8 +5049,7 @@ public Patch set(String parameterName, Object value) {
5049
5049
}
5050
5050
}
5051
5051
/**
5052
- * Use this method to start, resume or recover a stream with a non default CDC strategy. NOTE: This
5053
- * feature is currently experimental.
5052
+ * Use this method to start, resume or recover a stream with a non default CDC strategy.
5054
5053
*
5055
5054
* Create a request for the method "streams.run".
5056
5055
*
@@ -5076,8 +5075,7 @@ public class Run extends DatastreamRequest<com.google.api.services.datastream.v1
5076
5075
java .util .regex .Pattern .compile ("^projects/[^/]+/locations/[^/]+/streams/[^/]+$" );
5077
5076
5078
5077
/**
5079
- * Use this method to start, resume or recover a stream with a non default CDC strategy. NOTE:
5080
- * This feature is currently experimental.
5078
+ * Use this method to start, resume or recover a stream with a non default CDC strategy.
5081
5079
*
5082
5080
* Create a request for the method "streams.run".
5083
5081
*
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-datastream</artifactId >
11
- <version >v1-rev20240529 -2.0.0</version >
12
- <name >Datastream API v1-rev20240529 -2.0.0</name >
11
+ <version >v1-rev20240814 -2.0.0</version >
12
+ <name >Datastream API v1-rev20240814 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-datastream</artifactId >
25
- <version >v1-rev20240529 -2.0.0</version >
25
+ <version >v1-rev20240814 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-datastream:v1-rev20240529 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-datastream:v1-rev20240814 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments