You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-datastream/v1/2.0.0/com/google/api/services/datastream/v1/model/OracleSourceConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ public final class OracleSourceConfig extends com.google.api.client.json.Generic
67
67
privatejava.lang.IntegermaxConcurrentCdcTasks;
68
68
69
69
/**
70
-
* Stream large object values. NOTE: This feature is currently experimental.
70
+
* Stream large object values.
71
71
* The value may be {@code null}.
72
72
*/
73
73
@com.google.api.client.util.Key
@@ -163,15 +163,15 @@ public OracleSourceConfig setMaxConcurrentCdcTasks(java.lang.Integer maxConcurre
163
163
}
164
164
165
165
/**
166
-
* Stream large object values. NOTE: This feature is currently experimental.
166
+
* Stream large object values.
167
167
* @return value or {@code null} for none
168
168
*/
169
169
publicStreamLargeObjectsgetStreamLargeObjects() {
170
170
returnstreamLargeObjects;
171
171
}
172
172
173
173
/**
174
-
* Stream large object values. NOTE: This feature is currently experimental.
174
+
* Stream large object values.
175
175
* @param streamLargeObjects streamLargeObjects or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-datastream/v1/2.0.0/com/google/api/services/datastream/v1/model/SpecificStartPosition.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class SpecificStartPosition extends com.google.api.client.json.Gene
37
37
privateMysqlLogPositionmysqlLogPosition;
38
38
39
39
/**
40
-
* Oracle specific log position to start replicating from.
40
+
* Oracle SCN to start replicating from.
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public SpecificStartPosition setMysqlLogPosition(MysqlLogPosition mysqlLogPositi
61
61
}
62
62
63
63
/**
64
-
* Oracle specific log position to start replicating from.
64
+
* Oracle SCN to start replicating from.
65
65
* @return value or {@code null} for none
66
66
*/
67
67
publicOracleScnPositiongetOracleScnPosition() {
68
68
returnoracleScnPosition;
69
69
}
70
70
71
71
/**
72
-
* Oracle specific log position to start replicating from.
72
+
* Oracle SCN to start replicating from.
73
73
* @param oracleScnPosition oracleScnPosition or {@code null} for none
0 commit comments