Skip to content

Commit 508b3c6

Browse files
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - schemas.ApplyJobDetails (Total Keys: 4) - schemas.BackgroundJobLogEntry.properties.applyJobDetails.$ref (Total Keys: 1) - schemas.BackgroundJobLogEntry.properties.convertJobDetails.$ref (Total Keys: 1) - schemas.ConvertJobDetails (Total Keys: 3)
1 parent 69f19ae commit 508b3c6

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

docs/dyn/datamigration_v1.projects.locations.conversionWorkspaces.html

+7
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,15 @@ <h3>Method Details</h3>
880880
{ # Response message for &#x27;SearchBackgroundJobs&#x27; request.
881881
&quot;jobs&quot;: [ # The list of conversion workspace mapping rules.
882882
{ # Execution log of a background job.
883+
&quot;applyJobDetails&quot;: { # Details regarding an Apply background job. # Apply job details.
884+
&quot;connectionProfile&quot;: &quot;A String&quot;, # The connection profile which was used for the apply job.
885+
&quot;filter&quot;: &quot;A String&quot;, # AIP-160 based filter used to specify the entities to apply
886+
},
883887
&quot;completionComment&quot;: &quot;A String&quot;, # Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.
884888
&quot;completionState&quot;: &quot;A String&quot;, # Job completion state, i.e. the final state after the job completed.
889+
&quot;convertJobDetails&quot;: { # Details regarding a Convert background job. # Convert job details.
890+
&quot;filter&quot;: &quot;A String&quot;, # AIP-160 based filter used to specify the entities to convert
891+
},
885892
&quot;finishTime&quot;: &quot;A String&quot;, # The timestamp when the background job was finished.
886893
&quot;id&quot;: &quot;A String&quot;, # The background job log entry ID.
887894
&quot;importRulesJobDetails&quot;: { # Details regarding an Import Rules background job. # Import rules job details.

googleapiclient/discovery_cache/documents/datamigration.v1.json

+35-1
Original file line numberDiff line numberDiff line change
@@ -1831,7 +1831,7 @@
18311831
}
18321832
}
18331833
},
1834-
"revision": "20230215",
1834+
"revision": "20230222",
18351835
"rootUrl": "https://datamigration.googleapis.com/",
18361836
"schemas": {
18371837
"AlloyDbConnectionProfile": {
@@ -1889,6 +1889,21 @@
18891889
},
18901890
"type": "object"
18911891
},
1892+
"ApplyJobDetails": {
1893+
"description": "Details regarding an Apply background job.",
1894+
"id": "ApplyJobDetails",
1895+
"properties": {
1896+
"connectionProfile": {
1897+
"description": "The connection profile which was used for the apply job.",
1898+
"type": "string"
1899+
},
1900+
"filter": {
1901+
"description": "AIP-160 based filter used to specify the entities to apply",
1902+
"type": "string"
1903+
}
1904+
},
1905+
"type": "object"
1906+
},
18921907
"AuditConfig": {
18931908
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:[email protected]\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:[email protected]\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `[email protected]` from DATA_READ logging, and `[email protected]` from DATA_WRITE logging.",
18941909
"id": "AuditConfig",
@@ -1941,6 +1956,10 @@
19411956
"description": "Execution log of a background job.",
19421957
"id": "BackgroundJobLogEntry",
19431958
"properties": {
1959+
"applyJobDetails": {
1960+
"$ref": "ApplyJobDetails",
1961+
"description": "Apply job details."
1962+
},
19441963
"completionComment": {
19451964
"description": "Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.",
19461965
"type": "string"
@@ -1959,6 +1978,10 @@
19591978
],
19601979
"type": "string"
19611980
},
1981+
"convertJobDetails": {
1982+
"$ref": "ConvertJobDetails",
1983+
"description": "Convert job details."
1984+
},
19621985
"finishTime": {
19631986
"description": "The timestamp when the background job was finished.",
19641987
"format": "google-datetime",
@@ -2544,6 +2567,17 @@
25442567
},
25452568
"type": "object"
25462569
},
2570+
"ConvertJobDetails": {
2571+
"description": "Details regarding a Convert background job.",
2572+
"id": "ConvertJobDetails",
2573+
"properties": {
2574+
"filter": {
2575+
"description": "AIP-160 based filter used to specify the entities to convert",
2576+
"type": "string"
2577+
}
2578+
},
2579+
"type": "object"
2580+
},
25472581
"DatabaseEngineInfo": {
25482582
"description": "The type and version of a source or destination database.",
25492583
"id": "DatabaseEngineInfo",

googleapiclient/discovery_cache/documents/datamigration.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@
10491049
}
10501050
}
10511051
},
1052-
"revision": "20230215",
1052+
"revision": "20230222",
10531053
"rootUrl": "https://datamigration.googleapis.com/",
10541054
"schemas": {
10551055
"AuditConfig": {

0 commit comments

Comments
 (0)