Skip to content

Commit a8295f5

Browse files
feat(datalineage): update the api
#### datalineage:v1 The following keys were added: - resources.projects.resources.locations.resources.processes.methods.patch.parameters.requestId (Total Keys: 2)
1 parent a3da27a commit a8295f5

5 files changed

+17
-11
lines changed

docs/dyn/datalineage_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h3>Method Details</h3>
171171
Args:
172172
parent: string, Required. The name of the project and its location that should own the process, run, and lineage event. (required)
173173
body: object, The request body.
174-
requestId: string, A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.
174+
requestId: string, Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.
175175
x__xgafv: string, V1 error format.
176176
Allowed values
177177
1 - v1 error format

docs/dyn/datalineage_v1.projects.locations.processes.html

Lines changed: 4 additions & 3 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, allowMissing=None, body=None, updateMask=None, x__xgafv=None)</a></code></p>
101+
<code><a href="#patch">patch(name, allowMissing=None, body=None, requestId=None, updateMask=None, x__xgafv=None)</a></code></p>
102102
<p class="firstline">Updates a process.</p>
103103
<h3>Method Details</h3>
104104
<div class="method">
@@ -127,7 +127,7 @@ <h3>Method Details</h3>
127127
},
128128
}
129129

130-
requestId: string, A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.
130+
requestId: string, Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.
131131
x__xgafv: string, V1 error format.
132132
Allowed values
133133
1 - v1 error format
@@ -261,7 +261,7 @@ <h3>Method Details</h3>
261261
</div>
262262

263263
<div class="method">
264-
<code class="details" id="patch">patch(name, allowMissing=None, body=None, updateMask=None, x__xgafv=None)</code>
264+
<code class="details" id="patch">patch(name, allowMissing=None, body=None, requestId=None, updateMask=None, x__xgafv=None)</code>
265265
<pre>Updates a process.
266266

267267
Args:
@@ -282,6 +282,7 @@ <h3>Method Details</h3>
282282
}
283283

284284
allowMissing: boolean, If set to true and the process is not found, the request inserts it.
285+
requestId: string, Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.
285286
updateMask: string, The list of fields to update. Currently not used. The whole message is updated.
286287
x__xgafv: string, V1 error format.
287288
Allowed values

docs/dyn/datalineage_v1.projects.locations.processes.runs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
&quot;state&quot;: &quot;A String&quot;, # Required. The state of the run.
127127
}
128128

129-
requestId: string, A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.
129+
requestId: string, Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.
130130
x__xgafv: string, V1 error format.
131131
Allowed values
132132
1 - v1 error format

docs/dyn/datalineage_v1.projects.locations.processes.runs.lineageEvents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h3>Method Details</h3>
123123
&quot;startTime&quot;: &quot;A String&quot;, # Required. The beginning of the transformation which resulted in this lineage event. For streaming scenarios, it should be the beginning of the period from which the lineage is being reported.
124124
}
125125

126-
requestId: string, A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.
126+
requestId: string, Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.
127127
x__xgafv: string, V1 error format.
128128
Allowed values
129129
1 - v1 error format

googleapiclient/discovery_cache/documents/datalineage.v1.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"type": "string"
402402
},
403403
"requestId": {
404-
"description": "A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
404+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
405405
"location": "query",
406406
"type": "string"
407407
}
@@ -593,7 +593,7 @@
593593
"type": "string"
594594
},
595595
"requestId": {
596-
"description": "A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
596+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
597597
"location": "query",
598598
"type": "string"
599599
}
@@ -721,6 +721,11 @@
721721
"required": true,
722722
"type": "string"
723723
},
724+
"requestId": {
725+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
726+
"location": "query",
727+
"type": "string"
728+
},
724729
"updateMask": {
725730
"description": "The list of fields to update. Currently not used. The whole message is updated.",
726731
"format": "google-fieldmask",
@@ -760,7 +765,7 @@
760765
"type": "string"
761766
},
762767
"requestId": {
763-
"description": "A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
768+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
764769
"location": "query",
765770
"type": "string"
766771
}
@@ -927,7 +932,7 @@
927932
"type": "string"
928933
},
929934
"requestId": {
930-
"description": "A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
935+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
931936
"location": "query",
932937
"type": "string"
933938
}
@@ -1045,7 +1050,7 @@
10451050
}
10461051
}
10471052
},
1048-
"revision": "20250319",
1053+
"revision": "20250620",
10491054
"rootUrl": "https://datalineage.googleapis.com/",
10501055
"schemas": {
10511056
"GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest": {

0 commit comments

Comments
 (0)