Skip to content

Commit 7692294

Browse files
feat(datastream): update the api
#### datastream:v1 The following keys were added: - schemas.MysqlSourceConfig.properties.maxConcurrentBackfillTasks (Total Keys: 2) - schemas.OracleSourceConfig.properties.maxConcurrentBackfillTasks (Total Keys: 2) - schemas.PostgresqlSourceConfig.properties.maxConcurrentBackfillTasks (Total Keys: 2)
1 parent b4c58ac commit 7692294

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ <h3>Method Details</h3>
285285
},
286286
],
287287
},
288+
&quot;maxConcurrentBackfillTasks&quot;: 42, # Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
288289
&quot;maxConcurrentCdcTasks&quot;: 42, # Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
289290
},
290291
&quot;oracleSourceConfig&quot;: { # Oracle data source configuration # Oracle data source configuration.
@@ -340,6 +341,7 @@ <h3>Method Details</h3>
340341
},
341342
],
342343
},
344+
&quot;maxConcurrentBackfillTasks&quot;: 42, # Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
343345
&quot;maxConcurrentCdcTasks&quot;: 42, # Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
344346
&quot;streamLargeObjects&quot;: { # Configuration to stream large object values. # Stream large object values. NOTE: This feature is currently experimental.
345347
},
@@ -393,6 +395,7 @@ <h3>Method Details</h3>
393395
},
394396
],
395397
},
398+
&quot;maxConcurrentBackfillTasks&quot;: 42, # Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
396399
&quot;publication&quot;: &quot;A String&quot;, # Required. The name of the publication that includes the set of all tables that are defined in the stream&#x27;s include_objects.
397400
&quot;replicationSlot&quot;: &quot;A String&quot;, # Required. Immutable. The name of the logical replication slot that&#x27;s configured with the pgoutput plugin.
398401
},
@@ -655,6 +658,7 @@ <h3>Method Details</h3>
655658
},
656659
],
657660
},
661+
&quot;maxConcurrentBackfillTasks&quot;: 42, # Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
658662
&quot;maxConcurrentCdcTasks&quot;: 42, # Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
659663
},
660664
&quot;oracleSourceConfig&quot;: { # Oracle data source configuration # Oracle data source configuration.
@@ -710,6 +714,7 @@ <h3>Method Details</h3>
710714
},
711715
],
712716
},
717+
&quot;maxConcurrentBackfillTasks&quot;: 42, # Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
713718
&quot;maxConcurrentCdcTasks&quot;: 42, # Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
714719
&quot;streamLargeObjects&quot;: { # Configuration to stream large object values. # Stream large object values. NOTE: This feature is currently experimental.
715720
},
@@ -763,6 +768,7 @@ <h3>Method Details</h3>
763768
},
764769
],
765770
},
771+
&quot;maxConcurrentBackfillTasks&quot;: 42, # Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
766772
&quot;publication&quot;: &quot;A String&quot;, # Required. The name of the publication that includes the set of all tables that are defined in the stream&#x27;s include_objects.
767773
&quot;replicationSlot&quot;: &quot;A String&quot;, # Required. Immutable. The name of the logical replication slot that&#x27;s configured with the pgoutput plugin.
768774
},
@@ -964,6 +970,7 @@ <h3>Method Details</h3>
964970
},
965971
],
966972
},
973+
&quot;maxConcurrentBackfillTasks&quot;: 42, # Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
967974
&quot;maxConcurrentCdcTasks&quot;: 42, # Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
968975
},
969976
&quot;oracleSourceConfig&quot;: { # Oracle data source configuration # Oracle data source configuration.
@@ -1019,6 +1026,7 @@ <h3>Method Details</h3>
10191026
},
10201027
],
10211028
},
1029+
&quot;maxConcurrentBackfillTasks&quot;: 42, # Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
10221030
&quot;maxConcurrentCdcTasks&quot;: 42, # Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
10231031
&quot;streamLargeObjects&quot;: { # Configuration to stream large object values. # Stream large object values. NOTE: This feature is currently experimental.
10241032
},
@@ -1072,6 +1080,7 @@ <h3>Method Details</h3>
10721080
},
10731081
],
10741082
},
1083+
&quot;maxConcurrentBackfillTasks&quot;: 42, # Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
10751084
&quot;publication&quot;: &quot;A String&quot;, # Required. The name of the publication that includes the set of all tables that are defined in the stream&#x27;s include_objects.
10761085
&quot;replicationSlot&quot;: &quot;A String&quot;, # Required. Immutable. The name of the logical replication slot that&#x27;s configured with the pgoutput plugin.
10771086
},
@@ -1280,6 +1289,7 @@ <h3>Method Details</h3>
12801289
},
12811290
],
12821291
},
1292+
&quot;maxConcurrentBackfillTasks&quot;: 42, # Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
12831293
&quot;maxConcurrentCdcTasks&quot;: 42, # Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
12841294
},
12851295
&quot;oracleSourceConfig&quot;: { # Oracle data source configuration # Oracle data source configuration.
@@ -1335,6 +1345,7 @@ <h3>Method Details</h3>
13351345
},
13361346
],
13371347
},
1348+
&quot;maxConcurrentBackfillTasks&quot;: 42, # Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
13381349
&quot;maxConcurrentCdcTasks&quot;: 42, # Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
13391350
&quot;streamLargeObjects&quot;: { # Configuration to stream large object values. # Stream large object values. NOTE: This feature is currently experimental.
13401351
},
@@ -1388,6 +1399,7 @@ <h3>Method Details</h3>
13881399
},
13891400
],
13901401
},
1402+
&quot;maxConcurrentBackfillTasks&quot;: 42, # Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system&#x27;s default value will be used.
13911403
&quot;publication&quot;: &quot;A String&quot;, # Required. The name of the publication that includes the set of all tables that are defined in the stream&#x27;s include_objects.
13921404
&quot;replicationSlot&quot;: &quot;A String&quot;, # Required. Immutable. The name of the logical replication slot that&#x27;s configured with the pgoutput plugin.
13931405
},

googleapiclient/discovery_cache/documents/datastream.v1.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@
12221222
}
12231223
}
12241224
},
1225-
"revision": "20230114",
1225+
"revision": "20230201",
12261226
"rootUrl": "https://datastream.googleapis.com/",
12271227
"schemas": {
12281228
"AvroFileFormat": {
@@ -2003,6 +2003,11 @@
20032003
"$ref": "MysqlRdbms",
20042004
"description": "MySQL objects to retrieve from the source."
20052005
},
2006+
"maxConcurrentBackfillTasks": {
2007+
"description": "Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.",
2008+
"format": "int32",
2009+
"type": "integer"
2010+
},
20062011
"maxConcurrentCdcTasks": {
20072012
"description": "Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.",
20082013
"format": "int32",
@@ -2292,6 +2297,11 @@
22922297
"$ref": "OracleRdbms",
22932298
"description": "Oracle objects to include in the stream."
22942299
},
2300+
"maxConcurrentBackfillTasks": {
2301+
"description": "Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.",
2302+
"format": "int32",
2303+
"type": "integer"
2304+
},
22952305
"maxConcurrentCdcTasks": {
22962306
"description": "Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.",
22972307
"format": "int32",
@@ -2452,6 +2462,11 @@
24522462
"$ref": "PostgresqlRdbms",
24532463
"description": "PostgreSQL objects to include in the stream."
24542464
},
2465+
"maxConcurrentBackfillTasks": {
2466+
"description": "Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.",
2467+
"format": "int32",
2468+
"type": "integer"
2469+
},
24552470
"publication": {
24562471
"description": "Required. The name of the publication that includes the set of all tables that are defined in the stream's include_objects.",
24572472
"type": "string"

googleapiclient/discovery_cache/documents/datastream.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@
11961196
}
11971197
}
11981198
},
1199-
"revision": "20230114",
1199+
"revision": "20230201",
12001200
"rootUrl": "https://datastream.googleapis.com/",
12011201
"schemas": {
12021202
"AvroFileFormat": {

0 commit comments

Comments
 (0)