Skip to content

Commit 709dbef

Browse files
1 parent f359746 commit 709dbef

File tree

6 files changed

+14
-14
lines changed

6 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public final class OracleSourceConfig extends com.google.api.client.json.Generic
6767
private java.lang.Integer maxConcurrentCdcTasks;
6868

6969
/**
70-
* Stream large object values. NOTE: This feature is currently experimental.
70+
* Stream large object values.
7171
* The value may be {@code null}.
7272
*/
7373
@com.google.api.client.util.Key
@@ -163,15 +163,15 @@ public OracleSourceConfig setMaxConcurrentCdcTasks(java.lang.Integer maxConcurre
163163
}
164164

165165
/**
166-
* Stream large object values. NOTE: This feature is currently experimental.
166+
* Stream large object values.
167167
* @return value or {@code null} for none
168168
*/
169169
public StreamLargeObjects getStreamLargeObjects() {
170170
return streamLargeObjects;
171171
}
172172

173173
/**
174-
* Stream large object values. NOTE: This feature is currently experimental.
174+
* Stream large object values.
175175
* @param streamLargeObjects streamLargeObjects or {@code null} for none
176176
*/
177177
public OracleSourceConfig setStreamLargeObjects(StreamLargeObjects streamLargeObjects) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class SpecificStartPosition extends com.google.api.client.json.Gene
3737
private MysqlLogPosition mysqlLogPosition;
3838

3939
/**
40-
* Oracle specific log position to start replicating from.
40+
* Oracle SCN to start replicating from.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public SpecificStartPosition setMysqlLogPosition(MysqlLogPosition mysqlLogPositi
6161
}
6262

6363
/**
64-
* Oracle specific log position to start replicating from.
64+
* Oracle SCN to start replicating from.
6565
* @return value or {@code null} for none
6666
*/
6767
public OracleScnPosition getOracleScnPosition() {
6868
return oracleScnPosition;
6969
}
7070

7171
/**
72-
* Oracle specific log position to start replicating from.
72+
* Oracle SCN to start replicating from.
7373
* @param oracleScnPosition oracleScnPosition or {@code null} for none
7474
*/
7575
public SpecificStartPosition setOracleScnPosition(OracleScnPosition oracleScnPosition) {

clients/google-api-services-datastream/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-rev20240103-2.0.0</version>
12-
<name>Datastream API v1-rev20240103-2.0.0</name>
11+
<version>v1-rev20240117-2.0.0</version>
12+
<name>Datastream API v1-rev20240117-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.43.3/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.34.1/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.35.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.2.0/</link>
9696
</links>
9797
</configuration>

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

clients/google-api-services-datastream/v1alpha1/2.0.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.43.3/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.34.1/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.35.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.2.0/</link>
9696
</links>
9797
</configuration>

0 commit comments

Comments
 (0)