Skip to content

Commit 702672a

Browse files
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - resources.projects.resources.locations.resources.privateConnections.methods.create.parameters.skipValidation (Total Keys: 2)
1 parent 568c18d commit 702672a

4 files changed

+14
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264264
}
265265

266266
connectionProfileId: string, Required. The connection profile identifier.
267-
requestId: string, A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
267+
requestId: string, Optional. A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
268268
skipValidation: boolean, Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
269269
validateOnly: boolean, Optional. Only validate the connection profile, but don&#x27;t create any resources. The default is false. Only supported for Oracle connection profiles.
270270
x__xgafv: string, V1 error format.
@@ -878,7 +878,7 @@ <h3>Method Details</h3>
878878
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was last updated. A timestamp in RFC3339 UTC &quot;Zulu&quot; format, accurate to nanoseconds. Example: &quot;2014-10-02T15:01:23.045123456Z&quot;.
879879
}
880880

881-
requestId: string, A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
881+
requestId: string, Optional. A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
882882
skipValidation: boolean, Optional. Update the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
883883
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the connection profile resource by the update.
884884
validateOnly: boolean, Optional. Only validate the connection profile, but don&#x27;t update any resources. The default is false. Only supported for Oracle connection profiles.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#create">create(parent, body=None, privateConnectionId=None, requestId=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#create">create(parent, body=None, privateConnectionId=None, requestId=None, skipValidation=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Creates a new private connection in a given project and location.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, requestId=None, x__xgafv=None)</a></code></p>
@@ -99,7 +99,7 @@ <h3>Method Details</h3>
9999
</div>
100100

101101
<div class="method">
102-
<code class="details" id="create">create(parent, body=None, privateConnectionId=None, requestId=None, x__xgafv=None)</code>
102+
<code class="details" id="create">create(parent, body=None, privateConnectionId=None, requestId=None, skipValidation=None, x__xgafv=None)</code>
103103
<pre>Creates a new private connection in a given project and location.
104104

105105
Args:
@@ -133,6 +133,7 @@ <h3>Method Details</h3>
133133

134134
privateConnectionId: string, Required. The private connection identifier.
135135
requestId: string, Optional. A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
136+
skipValidation: boolean, Optional. If set to true, will skip validations.
136137
x__xgafv: string, V1 error format.
137138
Allowed values
138139
1 - v1 error format

googleapiclient/discovery_cache/documents/datamigration.v1.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"type": "string"
202202
},
203203
"requestId": {
204-
"description": "A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
204+
"description": "Optional. A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
205205
"location": "query",
206206
"type": "string"
207207
},
@@ -381,7 +381,7 @@
381381
"type": "string"
382382
},
383383
"requestId": {
384-
"description": "A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
384+
"description": "Optional. A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
385385
"location": "query",
386386
"type": "string"
387387
},
@@ -1582,6 +1582,11 @@
15821582
"description": "Optional. A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
15831583
"location": "query",
15841584
"type": "string"
1585+
},
1586+
"skipValidation": {
1587+
"description": "Optional. If set to true, will skip validations.",
1588+
"location": "query",
1589+
"type": "boolean"
15851590
}
15861591
},
15871592
"path": "v1/{+parent}/privateConnections",
@@ -1703,7 +1708,7 @@
17031708
}
17041709
}
17051710
},
1706-
"revision": "20221220",
1711+
"revision": "20230105",
17071712
"rootUrl": "https://datamigration.googleapis.com/",
17081713
"schemas": {
17091714
"AlloyDbConnectionProfile": {

googleapiclient/discovery_cache/documents/datamigration.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@
10491049
}
10501050
}
10511051
},
1052-
"revision": "20221220",
1052+
"revision": "20230105",
10531053
"rootUrl": "https://datamigration.googleapis.com/",
10541054
"schemas": {
10551055
"AuditConfig": {

0 commit comments

Comments
 (0)