You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### datamigration:v1
The following keys were added:
- resources.projects.resources.locations.resources.privateConnections.methods.create.parameters.skipValidation (Total Keys: 2)
Copy file name to clipboardExpand all lines: docs/dyn/datamigration_v1.projects.locations.connectionProfiles.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264
264
}
265
265
266
266
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.
268
268
skipValidation: boolean, Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
269
269
validateOnly: boolean, Optional. Only validate the connection profile, but don't create any resources. The default is false. Only supported for Oracle connection profiles.
270
270
x__xgafv: string, V1 error format.
@@ -878,7 +878,7 @@ <h3>Method Details</h3>
878
878
"updateTime": "A String", # Output only. The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
879
879
}
880
880
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.
882
882
skipValidation: boolean, Optional. Update the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
883
883
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the connection profile resource by the update.
884
884
validateOnly: boolean, Optional. Only validate the connection profile, but don't update any resources. The default is false. Only supported for Oracle connection profiles.
<pre>Creates a new private connection in a given project and location.
104
104
105
105
Args:
@@ -133,6 +133,7 @@ <h3>Method Details</h3>
133
133
134
134
privateConnectionId: string, Required. The private connection identifier.
135
135
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.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/datamigration.v1.json
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@
201
201
"type": "string"
202
202
},
203
203
"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.",
205
205
"location": "query",
206
206
"type": "string"
207
207
},
@@ -381,7 +381,7 @@
381
381
"type": "string"
382
382
},
383
383
"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.",
385
385
"location": "query",
386
386
"type": "string"
387
387
},
@@ -1582,6 +1582,11 @@
1582
1582
"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.",
1583
1583
"location": "query",
1584
1584
"type": "string"
1585
+
},
1586
+
"skipValidation": {
1587
+
"description": "Optional. If set to true, will skip validations.",
0 commit comments