Skip to content

Commit 05d7829

Browse files
feat(datastream): update the api
#### datastream:v1 The following keys were added: - schemas.MongodbSourceConfig.properties.maxConcurrentBackfillTasks (Total Keys: 2) - schemas.StandardConnectionFormat.properties.directConnection.type (Total Keys: 1)
1 parent d4aef0e commit 05d7829

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ <h3>Method Details</h3>
145145
&quot;srvConnectionFormat&quot;: { # Srv connection format. # Srv connection format.
146146
},
147147
&quot;standardConnectionFormat&quot;: { # Standard connection format. # Standard connection format.
148+
&quot;directConnection&quot;: True or False, # Optional. Specifies whether the client connects directly to the host[:port] in the connection URI.
148149
},
149150
&quot;username&quot;: &quot;A String&quot;, # Required. Username for the MongoDB connection.
150151
},
@@ -356,6 +357,7 @@ <h3>Method Details</h3>
356357
&quot;srvConnectionFormat&quot;: { # Srv connection format. # Srv connection format.
357358
},
358359
&quot;standardConnectionFormat&quot;: { # Standard connection format. # Standard connection format.
360+
&quot;directConnection&quot;: True or False, # Optional. Specifies whether the client connects directly to the host[:port] in the connection URI.
359361
},
360362
&quot;username&quot;: &quot;A String&quot;, # Required. Username for the MongoDB connection.
361363
},
@@ -776,6 +778,7 @@ <h3>Method Details</h3>
776778
&quot;srvConnectionFormat&quot;: { # Srv connection format. # Srv connection format.
777779
},
778780
&quot;standardConnectionFormat&quot;: { # Standard connection format. # Standard connection format.
781+
&quot;directConnection&quot;: True or False, # Optional. Specifies whether the client connects directly to the host[:port] in the connection URI.
779782
},
780783
&quot;username&quot;: &quot;A String&quot;, # Required. Username for the MongoDB connection.
781784
},
@@ -929,6 +932,7 @@ <h3>Method Details</h3>
929932
&quot;srvConnectionFormat&quot;: { # Srv connection format. # Srv connection format.
930933
},
931934
&quot;standardConnectionFormat&quot;: { # Standard connection format. # Standard connection format.
935+
&quot;directConnection&quot;: True or False, # Optional. Specifies whether the client connects directly to the host[:port] in the connection URI.
932936
},
933937
&quot;username&quot;: &quot;A String&quot;, # Required. Username for the MongoDB connection.
934938
},
@@ -1091,6 +1095,7 @@ <h3>Method Details</h3>
10911095
&quot;srvConnectionFormat&quot;: { # Srv connection format. # Srv connection format.
10921096
},
10931097
&quot;standardConnectionFormat&quot;: { # Standard connection format. # Standard connection format.
1098+
&quot;directConnection&quot;: True or False, # Optional. Specifies whether the client connects directly to the host[:port] in the connection URI.
10941099
},
10951100
&quot;username&quot;: &quot;A String&quot;, # Required. Username for the MongoDB connection.
10961101
},

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ <h3>Method Details</h3>
347347
},
348348
],
349349
},
350+
&quot;maxConcurrentBackfillTasks&quot;: 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&#x27;s default value is used
350351
},
351352
&quot;mysqlSourceConfig&quot;: { # MySQL source configuration # MySQL data source configuration.
352353
&quot;binaryLogPosition&quot;: { # Use Binary log position based replication. # Use Binary log position based replication.
@@ -932,6 +933,7 @@ <h3>Method Details</h3>
932933
},
933934
],
934935
},
936+
&quot;maxConcurrentBackfillTasks&quot;: 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&#x27;s default value is used
935937
},
936938
&quot;mysqlSourceConfig&quot;: { # MySQL source configuration # MySQL data source configuration.
937939
&quot;binaryLogPosition&quot;: { # Use Binary log position based replication. # Use Binary log position based replication.
@@ -1456,6 +1458,7 @@ <h3>Method Details</h3>
14561458
},
14571459
],
14581460
},
1461+
&quot;maxConcurrentBackfillTasks&quot;: 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&#x27;s default value is used
14591462
},
14601463
&quot;mysqlSourceConfig&quot;: { # MySQL source configuration # MySQL data source configuration.
14611464
&quot;binaryLogPosition&quot;: { # Use Binary log position based replication. # Use Binary log position based replication.
@@ -1987,6 +1990,7 @@ <h3>Method Details</h3>
19871990
},
19881991
],
19891992
},
1993+
&quot;maxConcurrentBackfillTasks&quot;: 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&#x27;s default value is used
19901994
},
19911995
&quot;mysqlSourceConfig&quot;: { # MySQL source configuration # MySQL data source configuration.
19921996
&quot;binaryLogPosition&quot;: { # Use Binary log position based replication. # Use Binary log position based replication.

googleapiclient/discovery_cache/documents/datastream.v1.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@
12611261
}
12621262
}
12631263
},
1264-
"revision": "20250505",
1264+
"revision": "20250511",
12651265
"rootUrl": "https://datastream.googleapis.com/",
12661266
"schemas": {
12671267
"AppendOnly": {
@@ -2253,6 +2253,11 @@
22532253
"includeObjects": {
22542254
"$ref": "MongodbCluster",
22552255
"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"
22562261
}
22572262
},
22582263
"type": "object"
@@ -3681,7 +3686,12 @@
36813686
"StandardConnectionFormat": {
36823687
"description": "Standard connection format.",
36833688
"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.",
3692+
"type": "boolean"
3693+
}
3694+
},
36853695
"type": "object"
36863696
},
36873697
"StartBackfillJobRequest": {

0 commit comments

Comments
 (0)