Skip to content

Commit 306c214

Browse files
feat(datastream): update the api
#### datastream:v1 The following keys were added: - resources.projects.resources.locations.resources.streams.methods.patch.parameters.cdcStrategy.specificStartPosition.mysqlLogPosition.logFile (Total Keys: 2) - resources.projects.resources.locations.resources.streams.methods.patch.parameters.cdcStrategy.specificStartPosition.mysqlLogPosition.logPosition (Total Keys: 3) #### datastream:v1alpha1 The following keys were added: - resources.projects.resources.locations.resources.connectionProfiles.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.privateConnections.resources.routes.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.streams.resources.objects.deprecated (Total Keys: 1)
1 parent fd19fd0 commit 306c214

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2>Instance Methods</h2>
9898
<code><a href="#list_next">list_next()</a></code></p>
9999
<p class="firstline">Retrieves the next page of results.</p>
100100
<p class="toc_element">
101-
<code><a href="#patch">patch(name, body=None, force=None, requestId=None, updateMask=None, validateOnly=None, x__xgafv=None)</a></code></p>
101+
<code><a href="#patch">patch(name, body=None, cdcStrategy_specificStartPosition_mysqlLogPosition_logFile=None, cdcStrategy_specificStartPosition_mysqlLogPosition_logPosition=None, force=None, requestId=None, updateMask=None, validateOnly=None, x__xgafv=None)</a></code></p>
102102
<p class="firstline">Use this method to update the configuration of a stream.</p>
103103
<h3>Method Details</h3>
104104
<div class="method">
@@ -1111,7 +1111,7 @@ <h3>Method Details</h3>
11111111
</div>
11121112

11131113
<div class="method">
1114-
<code class="details" id="patch">patch(name, body=None, force=None, requestId=None, updateMask=None, validateOnly=None, x__xgafv=None)</code>
1114+
<code class="details" id="patch">patch(name, body=None, cdcStrategy_specificStartPosition_mysqlLogPosition_logFile=None, cdcStrategy_specificStartPosition_mysqlLogPosition_logPosition=None, force=None, requestId=None, updateMask=None, validateOnly=None, x__xgafv=None)</code>
11151115
<pre>Use this method to update the configuration of a stream.
11161116

11171117
Args:
@@ -1409,6 +1409,8 @@ <h3>Method Details</h3>
14091409
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update time of the stream.
14101410
}
14111411

1412+
cdcStrategy_specificStartPosition_mysqlLogPosition_logFile: string, The binary log file name.
1413+
cdcStrategy_specificStartPosition_mysqlLogPosition_logPosition: integer, The position within the binary log file. Default is head of file.
14121414
force: boolean, Optional. Update the stream without validating it.
14131415
requestId: string, Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
14141416
updateMask: string, Optional. Field mask is used to specify the fields to be overwritten in the stream resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

googleapiclient/discovery_cache/documents/datastream.v1.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,17 @@
10241024
"name"
10251025
],
10261026
"parameters": {
1027+
"cdcStrategy.specificStartPosition.mysqlLogPosition.logFile": {
1028+
"description": "The binary log file name.",
1029+
"location": "query",
1030+
"type": "string"
1031+
},
1032+
"cdcStrategy.specificStartPosition.mysqlLogPosition.logPosition": {
1033+
"description": "The position within the binary log file. Default is head of file.",
1034+
"format": "int32",
1035+
"location": "query",
1036+
"type": "integer"
1037+
},
10271038
"force": {
10281039
"description": "Optional. Update the stream without validating it.",
10291040
"location": "query",
@@ -1222,7 +1233,7 @@
12221233
}
12231234
}
12241235
},
1225-
"revision": "20230510",
1236+
"revision": "20230517",
12261237
"rootUrl": "https://datastream.googleapis.com/",
12271238
"schemas": {
12281239
"AvroFileFormat": {

googleapiclient/discovery_cache/documents/datastream.v1alpha1.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@
215215
},
216216
"resources": {
217217
"connectionProfiles": {
218+
"deprecated": true,
218219
"methods": {
219220
"create": {
220221
"deprecated": true,
@@ -711,6 +712,7 @@
711712
},
712713
"resources": {
713714
"routes": {
715+
"deprecated": true,
714716
"methods": {
715717
"create": {
716718
"deprecated": true,
@@ -1096,6 +1098,7 @@
10961098
},
10971099
"resources": {
10981100
"objects": {
1101+
"deprecated": true,
10991102
"methods": {
11001103
"get": {
11011104
"deprecated": true,
@@ -1221,7 +1224,7 @@
12211224
}
12221225
}
12231226
},
1224-
"revision": "20230510",
1227+
"revision": "20230517",
12251228
"rootUrl": "https://datastream.googleapis.com/",
12261229
"schemas": {
12271230
"AvroFileFormat": {

0 commit comments

Comments
 (0)