Skip to content

Commit bc324de

Browse files
feat(datastream): update the api
#### datastream:v1 The following keys were added: - schemas.OracleDropLargeObjects (Total Keys: 2) - schemas.OracleSourceConfig.properties.dropLargeObjects.$ref (Total Keys: 1) #### datastream:v1alpha1 The following keys were added: - schemas.OracleDropLargeObjects (Total Keys: 2) - schemas.OracleSourceConfig.properties.dropLargeObjects.$ref (Total Keys: 1)
1 parent fbfe2be commit bc324de

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ <h3>Method Details</h3>
250250
},
251251
},
252252
&quot;oracleSourceConfig&quot;: { # Oracle data source configuration # Oracle data source configuration.
253+
&quot;dropLargeObjects&quot;: { # Configuration to drop large object values. # Drop large object values.
254+
},
253255
&quot;excludeObjects&quot;: { # Oracle database structure. # Oracle objects to exclude from the stream.
254256
&quot;oracleSchemas&quot;: [ # Oracle schemas/databases in the database server.
255257
{ # Oracle schema.
@@ -525,6 +527,8 @@ <h3>Method Details</h3>
525527
},
526528
},
527529
&quot;oracleSourceConfig&quot;: { # Oracle data source configuration # Oracle data source configuration.
530+
&quot;dropLargeObjects&quot;: { # Configuration to drop large object values. # Drop large object values.
531+
},
528532
&quot;excludeObjects&quot;: { # Oracle database structure. # Oracle objects to exclude from the stream.
529533
&quot;oracleSchemas&quot;: [ # Oracle schemas/databases in the database server.
530534
{ # Oracle schema.
@@ -739,6 +743,8 @@ <h3>Method Details</h3>
739743
},
740744
},
741745
&quot;oracleSourceConfig&quot;: { # Oracle data source configuration # Oracle data source configuration.
746+
&quot;dropLargeObjects&quot;: { # Configuration to drop large object values. # Drop large object values.
747+
},
742748
&quot;excludeObjects&quot;: { # Oracle database structure. # Oracle objects to exclude from the stream.
743749
&quot;oracleSchemas&quot;: [ # Oracle schemas/databases in the database server.
744750
{ # Oracle schema.
@@ -960,6 +966,8 @@ <h3>Method Details</h3>
960966
},
961967
},
962968
&quot;oracleSourceConfig&quot;: { # Oracle data source configuration # Oracle data source configuration.
969+
&quot;dropLargeObjects&quot;: { # Configuration to drop large object values. # Drop large object values.
970+
},
963971
&quot;excludeObjects&quot;: { # Oracle database structure. # Oracle objects to exclude from the stream.
964972
&quot;oracleSchemas&quot;: [ # Oracle schemas/databases in the database server.
965973
{ # Oracle schema.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ <h3>Method Details</h3>
279279
},
280280
],
281281
},
282+
&quot;dropLargeObjects&quot;: { # Configuration to drop large object values. # Drop large object values.
283+
},
282284
&quot;rejectlist&quot;: { # Oracle database structure. # Oracle objects to exclude from the stream.
283285
&quot;oracleSchemas&quot;: [ # Oracle schemas/databases in the database server.
284286
{ # Oracle schema.
@@ -596,6 +598,8 @@ <h3>Method Details</h3>
596598
},
597599
],
598600
},
601+
&quot;dropLargeObjects&quot;: { # Configuration to drop large object values. # Drop large object values.
602+
},
599603
&quot;rejectlist&quot;: { # Oracle database structure. # Oracle objects to exclude from the stream.
600604
&quot;oracleSchemas&quot;: [ # Oracle schemas/databases in the database server.
601605
{ # Oracle schema.
@@ -811,6 +815,8 @@ <h3>Method Details</h3>
811815
},
812816
],
813817
},
818+
&quot;dropLargeObjects&quot;: { # Configuration to drop large object values. # Drop large object values.
819+
},
814820
&quot;rejectlist&quot;: { # Oracle database structure. # Oracle objects to exclude from the stream.
815821
&quot;oracleSchemas&quot;: [ # Oracle schemas/databases in the database server.
816822
{ # Oracle schema.
@@ -1033,6 +1039,8 @@ <h3>Method Details</h3>
10331039
},
10341040
],
10351041
},
1042+
&quot;dropLargeObjects&quot;: { # Configuration to drop large object values. # Drop large object values.
1043+
},
10361044
&quot;rejectlist&quot;: { # Oracle database structure. # Oracle objects to exclude from the stream.
10371045
&quot;oracleSchemas&quot;: [ # Oracle schemas/databases in the database server.
10381046
{ # Oracle schema.

googleapiclient/discovery_cache/documents/datastream.v1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@
12171217
}
12181218
}
12191219
},
1220-
"revision": "20220302",
1220+
"revision": "20220316",
12211221
"rootUrl": "https://datastream.googleapis.com/",
12221222
"schemas": {
12231223
"AvroFileFormat": {
@@ -2110,6 +2110,12 @@
21102110
},
21112111
"type": "object"
21122112
},
2113+
"OracleDropLargeObjects": {
2114+
"description": "Configuration to drop large object values.",
2115+
"id": "OracleDropLargeObjects",
2116+
"properties": {},
2117+
"type": "object"
2118+
},
21132119
"OracleObjectIdentifier": {
21142120
"description": "Oracle data source object identifier.",
21152121
"id": "OracleObjectIdentifier",
@@ -2196,6 +2202,10 @@
21962202
"description": "Oracle data source configuration",
21972203
"id": "OracleSourceConfig",
21982204
"properties": {
2205+
"dropLargeObjects": {
2206+
"$ref": "OracleDropLargeObjects",
2207+
"description": "Drop large object values."
2208+
},
21992209
"excludeObjects": {
22002210
"$ref": "OracleRdbms",
22012211
"description": "Oracle objects to exclude from the stream."

googleapiclient/discovery_cache/documents/datastream.v1alpha1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@
11961196
}
11971197
}
11981198
},
1199-
"revision": "20220302",
1199+
"revision": "20220316",
12001200
"rootUrl": "https://datastream.googleapis.com/",
12011201
"schemas": {
12021202
"AvroFileFormat": {
@@ -2115,6 +2115,12 @@
21152115
},
21162116
"type": "object"
21172117
},
2118+
"OracleDropLargeObjects": {
2119+
"description": "Configuration to drop large object values.",
2120+
"id": "OracleDropLargeObjects",
2121+
"properties": {},
2122+
"type": "object"
2123+
},
21182124
"OracleObjectIdentifier": {
21192125
"description": "Oracle data source object identifier.",
21202126
"id": "OracleObjectIdentifier",
@@ -2205,6 +2211,10 @@
22052211
"$ref": "OracleRdbms",
22062212
"description": "Oracle objects to include in the stream."
22072213
},
2214+
"dropLargeObjects": {
2215+
"$ref": "OracleDropLargeObjects",
2216+
"description": "Drop large object values."
2217+
},
22082218
"rejectlist": {
22092219
"$ref": "OracleRdbms",
22102220
"description": "Oracle objects to exclude from the stream."

0 commit comments

Comments
 (0)