File tree 2 files changed +23
-2
lines changed
googleapiclient/discovery_cache/documents
2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,11 @@ <h3>Method Details</h3>
181
181
An object of the form:
182
182
183
183
{ # Response message for ProcessOpenLineageRunEvent.
184
+ "lineageEvents": [ # Created lineage event names. Format: `projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}`.
185
+ "A String",
186
+ ],
187
+ "process": "A String", # Created process name. Format: `projects/{project}/locations/{location}/processes/{process}`.
188
+ "run": "A String", # Created run name. Format: `projects/{project}/locations/{location}/processes/{process}/runs/{run}`.
184
189
}</ pre >
185
190
</ div >
186
191
Original file line number Diff line number Diff line change 798
798
}
799
799
}
800
800
},
801
- "revision" : " 20230808 " ,
801
+ "revision" : " 20230901 " ,
802
802
"rootUrl" : " https://datalineage.googleapis.com/" ,
803
803
"schemas" : {
804
804
"GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest" : {
1144
1144
"GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse" : {
1145
1145
"description" : " Response message for ProcessOpenLineageRunEvent." ,
1146
1146
"id" : " GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse" ,
1147
- "properties" : {},
1147
+ "properties" : {
1148
+ "lineageEvents" : {
1149
+ "description" : " Created lineage event names. Format: `projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}`." ,
1150
+ "items" : {
1151
+ "type" : " string"
1152
+ },
1153
+ "type" : " array"
1154
+ },
1155
+ "process" : {
1156
+ "description" : " Created process name. Format: `projects/{project}/locations/{location}/processes/{process}`." ,
1157
+ "type" : " string"
1158
+ },
1159
+ "run" : {
1160
+ "description" : " Created run name. Format: `projects/{project}/locations/{location}/processes/{process}/runs/{run}`." ,
1161
+ "type" : " string"
1162
+ }
1163
+ },
1148
1164
"type" : " object"
1149
1165
},
1150
1166
"GoogleCloudDatacatalogLineageV1Run" : {
You can’t perform that action at this time.
0 commit comments