Skip to content

Commit 200dca7

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were added: - schemas.GoogleCloudDataplexV1DataScanExecutionStatus.properties.latestJobCreateTime (Total Keys: 2)
1 parent 587024b commit 200dca7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/dyn/dataplex_v1.projects.locations.dataScans.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ <h3>Method Details</h3>
380380
},
381381
},
382382
&quot;executionStatus&quot;: { # Status of the data scan execution. # Output only. Status of the data scan execution.
383+
&quot;latestJobCreateTime&quot;: &quot;A String&quot;, # Optional. The time when the DataScanJob execution was created.
383384
&quot;latestJobEndTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob ended.
384385
&quot;latestJobStartTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob started.
385386
},
@@ -796,6 +797,7 @@ <h3>Method Details</h3>
796797
},
797798
},
798799
&quot;executionStatus&quot;: { # Status of the data scan execution. # Output only. Status of the data scan execution.
800+
&quot;latestJobCreateTime&quot;: &quot;A String&quot;, # Optional. The time when the DataScanJob execution was created.
799801
&quot;latestJobEndTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob ended.
800802
&quot;latestJobStartTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob started.
801803
},
@@ -1128,6 +1130,7 @@ <h3>Method Details</h3>
11281130
},
11291131
},
11301132
&quot;executionStatus&quot;: { # Status of the data scan execution. # Output only. Status of the data scan execution.
1133+
&quot;latestJobCreateTime&quot;: &quot;A String&quot;, # Optional. The time when the DataScanJob execution was created.
11311134
&quot;latestJobEndTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob ended.
11321135
&quot;latestJobStartTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob started.
11331136
},
@@ -1421,6 +1424,7 @@ <h3>Method Details</h3>
14211424
},
14221425
},
14231426
&quot;executionStatus&quot;: { # Status of the data scan execution. # Output only. Status of the data scan execution.
1427+
&quot;latestJobCreateTime&quot;: &quot;A String&quot;, # Optional. The time when the DataScanJob execution was created.
14241428
&quot;latestJobEndTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob ended.
14251429
&quot;latestJobStartTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob started.
14261430
},

googleapiclient/discovery_cache/documents/dataplex.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5271,7 +5271,7 @@
52715271
}
52725272
}
52735273
},
5274-
"revision": "20240529",
5274+
"revision": "20240611",
52755275
"rootUrl": "https://dataplex.googleapis.com/",
52765276
"schemas": {
52775277
"Empty": {
@@ -7687,6 +7687,11 @@
76877687
"description": "Status of the data scan execution.",
76887688
"id": "GoogleCloudDataplexV1DataScanExecutionStatus",
76897689
"properties": {
7690+
"latestJobCreateTime": {
7691+
"description": "Optional. The time when the DataScanJob execution was created.",
7692+
"format": "google-datetime",
7693+
"type": "string"
7694+
},
76907695
"latestJobEndTime": {
76917696
"description": "The time when the latest DataScanJob ended.",
76927697
"format": "google-datetime",

0 commit comments

Comments
 (0)