File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
googleapiclient/discovery_cache/documents Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -1493,6 +1493,9 @@ <h3>Method Details</h3>
1493
1493
"logFile": "A String", # Required. The binary log file name.
1494
1494
"logPosition": 42, # Optional. The position within the binary log file. Default is head of file.
1495
1495
},
1496
+ "oracleScnPosition": { # Oracle SCN position # Oracle specific log position to start replicating from.
1497
+ "scn": "A String", # Required. SCN number from where Logs will be read
1498
+ },
1496
1499
},
1497
1500
},
1498
1501
}
Original file line number Diff line number Diff line change 1250
1250
}
1251
1251
}
1252
1252
},
1253
- "revision" : " 20231206 " ,
1253
+ "revision" : " 20240103 " ,
1254
1254
"rootUrl" : " https://datastream.googleapis.com/" ,
1255
1255
"schemas" : {
1256
1256
"AvroFileFormat" : {
2372
2372
},
2373
2373
"type" : " object"
2374
2374
},
2375
+ "OracleScnPosition" : {
2376
+ "description" : " Oracle SCN position" ,
2377
+ "id" : " OracleScnPosition" ,
2378
+ "properties" : {
2379
+ "scn" : {
2380
+ "description" : " Required. SCN number from where Logs will be read" ,
2381
+ "format" : " int64" ,
2382
+ "type" : " string"
2383
+ }
2384
+ },
2385
+ "type" : " object"
2386
+ },
2375
2387
"OracleSourceConfig" : {
2376
2388
"description" : " Oracle data source configuration" ,
2377
2389
"id" : " OracleSourceConfig" ,
2805
2817
"mysqlLogPosition" : {
2806
2818
"$ref" : " MysqlLogPosition" ,
2807
2819
"description" : " MySQL specific log position to start replicating from."
2820
+ },
2821
+ "oracleScnPosition" : {
2822
+ "$ref" : " OracleScnPosition" ,
2823
+ "description" : " Oracle specific log position to start replicating from."
2808
2824
}
2809
2825
},
2810
2826
"type" : " object"
Original file line number Diff line number Diff line change 1224
1224
}
1225
1225
}
1226
1226
},
1227
- "revision" : " 20231206 " ,
1227
+ "revision" : " 20240103 " ,
1228
1228
"rootUrl" : " https://datastream.googleapis.com/" ,
1229
1229
"schemas" : {
1230
1230
"AvroFileFormat" : {
You can’t perform that action at this time.
0 commit comments