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: docs/dyn/datastream_v1.projects.locations.streams.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -347,6 +347,7 @@ <h3>Method Details</h3>
347
347
},
348
348
],
349
349
},
350
+
"maxConcurrentBackfillTasks": 42, # Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and less than or equal to 50. If not set (or set to 0), the system's default value is used
350
351
},
351
352
"mysqlSourceConfig": { # MySQL source configuration # MySQL data source configuration.
352
353
"binaryLogPosition": { # Use Binary log position based replication. # Use Binary log position based replication.
@@ -932,6 +933,7 @@ <h3>Method Details</h3>
932
933
},
933
934
],
934
935
},
936
+
"maxConcurrentBackfillTasks": 42, # Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and less than or equal to 50. If not set (or set to 0), the system's default value is used
935
937
},
936
938
"mysqlSourceConfig": { # MySQL source configuration # MySQL data source configuration.
937
939
"binaryLogPosition": { # Use Binary log position based replication. # Use Binary log position based replication.
@@ -1456,6 +1458,7 @@ <h3>Method Details</h3>
1456
1458
},
1457
1459
],
1458
1460
},
1461
+
"maxConcurrentBackfillTasks": 42, # Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and less than or equal to 50. If not set (or set to 0), the system's default value is used
1459
1462
},
1460
1463
"mysqlSourceConfig": { # MySQL source configuration # MySQL data source configuration.
1461
1464
"binaryLogPosition": { # Use Binary log position based replication. # Use Binary log position based replication.
@@ -1987,6 +1990,7 @@ <h3>Method Details</h3>
1987
1990
},
1988
1991
],
1989
1992
},
1993
+
"maxConcurrentBackfillTasks": 42, # Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and less than or equal to 50. If not set (or set to 0), the system's default value is used
1990
1994
},
1991
1995
"mysqlSourceConfig": { # MySQL source configuration # MySQL data source configuration.
1992
1996
"binaryLogPosition": { # Use Binary log position based replication. # Use Binary log position based replication.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/datastream.v1.json
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1261,7 +1261,7 @@
1261
1261
}
1262
1262
}
1263
1263
},
1264
-
"revision": "20250505",
1264
+
"revision": "20250511",
1265
1265
"rootUrl": "https://datastream.googleapis.com/",
1266
1266
"schemas": {
1267
1267
"AppendOnly": {
@@ -2253,6 +2253,11 @@
2253
2253
"includeObjects": {
2254
2254
"$ref": "MongodbCluster",
2255
2255
"description": "MongoDB collections to include in the stream."
2256
+
},
2257
+
"maxConcurrentBackfillTasks": {
2258
+
"description": "Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and less than or equal to 50. If not set (or set to 0), the system's default value is used",
2259
+
"format": "int32",
2260
+
"type": "integer"
2256
2261
}
2257
2262
},
2258
2263
"type": "object"
@@ -3681,7 +3686,12 @@
3681
3686
"StandardConnectionFormat": {
3682
3687
"description": "Standard connection format.",
3683
3688
"id": "StandardConnectionFormat",
3684
-
"properties": {},
3689
+
"properties": {
3690
+
"directConnection": {
3691
+
"description": "Optional. Specifies whether the client connects directly to the host[:port] in the connection URI.",
0 commit comments