Skip to content

Commit be20b4e

Browse files
feat(datastream): update the api
#### datastream:v1 The following keys were added: - schemas.OracleScnPosition (Total Keys: 4) - schemas.SpecificStartPosition.properties.oracleScnPosition.$ref (Total Keys: 1)
1 parent 06bf8b4 commit be20b4e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

docs/dyn/datastream_v1.projects.locations.streams.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,6 +1493,9 @@ <h3>Method Details</h3>
14931493
&quot;logFile&quot;: &quot;A String&quot;, # Required. The binary log file name.
14941494
&quot;logPosition&quot;: 42, # Optional. The position within the binary log file. Default is head of file.
14951495
},
1496+
&quot;oracleScnPosition&quot;: { # Oracle SCN position # Oracle specific log position to start replicating from.
1497+
&quot;scn&quot;: &quot;A String&quot;, # Required. SCN number from where Logs will be read
1498+
},
14961499
},
14971500
},
14981501
}

googleapiclient/discovery_cache/documents/datastream.v1.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@
12501250
}
12511251
}
12521252
},
1253-
"revision": "20231206",
1253+
"revision": "20240103",
12541254
"rootUrl": "https://datastream.googleapis.com/",
12551255
"schemas": {
12561256
"AvroFileFormat": {
@@ -2372,6 +2372,18 @@
23722372
},
23732373
"type": "object"
23742374
},
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+
},
23752387
"OracleSourceConfig": {
23762388
"description": "Oracle data source configuration",
23772389
"id": "OracleSourceConfig",
@@ -2805,6 +2817,10 @@
28052817
"mysqlLogPosition": {
28062818
"$ref": "MysqlLogPosition",
28072819
"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."
28082824
}
28092825
},
28102826
"type": "object"

googleapiclient/discovery_cache/documents/datastream.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@
12241224
}
12251225
}
12261226
},
1227-
"revision": "20231206",
1227+
"revision": "20240103",
12281228
"rootUrl": "https://datastream.googleapis.com/",
12291229
"schemas": {
12301230
"AvroFileFormat": {

0 commit comments

Comments
 (0)