blob: f2c4e56012a75e6f5a31768ce448a11849a6bb62 [file] [log] [blame]
Bu Sun Kim65020912020-05-20 12:08:20 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="sqladmin_v1beta4.html">Cloud SQL Admin API</a> . <a href="sqladmin_v1beta4.projects.html">projects</a> . <a href="sqladmin_v1beta4.projects.instances.html">instances</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#rescheduleMaintenance">rescheduleMaintenance(project, instance, body=None, x__xgafv=None)</a></code></p>
79<p class="firstline">Reschedules the maintenance on the given instance.</p>
80<p class="toc_element">
81 <code><a href="#startExternalSync">startExternalSync(project, instance, syncMode=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Start External master migration.</p>
83<p class="toc_element">
84 <code><a href="#verifyExternalSyncSettings">verifyExternalSyncSettings(project, instance, syncMode=None, verifyConnectionOnly=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Verify External master external sync settings.</p>
86<h3>Method Details</h3>
87<div class="method">
88 <code class="details" id="rescheduleMaintenance">rescheduleMaintenance(project, instance, body=None, x__xgafv=None)</code>
89 <pre>Reschedules the maintenance on the given instance.
90
91Args:
92 project: string, ID of the project that contains the instance. (required)
93 instance: string, Cloud SQL instance ID. This does not include the project ID. (required)
94 body: object, The request body.
95 The object takes the form of:
96
97{ # Reschedule options for maintenance windows.
98 &quot;reschedule&quot;: { # Required. The type of the reschedule the user wants.
99 &quot;rescheduleType&quot;: &quot;A String&quot;, # Required. The type of the reschedule.
100 &quot;scheduleTime&quot;: &quot;A String&quot;, # Optional. Timestamp when the maintenance shall be rescheduled to if
101 # reschedule_type=SPECIFIC_TIME, in &lt;a
102 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for
103 # example &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
104 },
105 }
106
107 x__xgafv: string, V1 error format.
108 Allowed values
109 1 - v1 error format
110 2 - v2 error format
111
112Returns:
113 An object of the form:
114
115 { # An Operation resource.&amp;nbsp;For successful operations that return an
116 # Operation resource, only the fields relevant to the operation are populated
117 # in the resource.
118 &quot;endTime&quot;: &quot;A String&quot;, # The time this operation finished in UTC timezone in &lt;a
119 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
120 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
121 &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in &lt;a
122 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
123 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
124 &quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in &lt;a
125 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
126 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
127 &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
128 &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
129 &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
130 &quot;targetLink&quot;: &quot;A String&quot;,
131 &quot;operationType&quot;: &quot;A String&quot;, # The type of the operation. Valid values are &lt;code&gt;CREATE&lt;/code&gt;,
132 # &lt;code&gt;DELETE&lt;/code&gt;, &lt;code&gt;UPDATE&lt;/code&gt;, &lt;code&gt;RESTART&lt;/code&gt;,
133 # &lt;code&gt;IMPORT&lt;/code&gt;, &lt;code&gt;EXPORT&lt;/code&gt;, &lt;code&gt;BACKUP_VOLUME&lt;/code&gt;,
134 # &lt;code&gt;RESTORE_VOLUME&lt;/code&gt;, &lt;code&gt;CREATE_USER&lt;/code&gt;,
135 # &lt;code&gt;DELETE_USER&lt;/code&gt;, &lt;code&gt;CREATE_DATABASE&lt;/code&gt;,
136 # &lt;code&gt;DELETE_DATABASE&lt;/code&gt; .
137 &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be
138 # populated.
139 &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
140 { # Database instance operation error.
141 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operationError&lt;/code&gt;.
142 &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
143 &quot;message&quot;: &quot;A String&quot;, # Additional information about the error encountered.
144 },
145 ],
146 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operationErrors&lt;/code&gt;.
147 },
148 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operation&lt;/code&gt;.
149 &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
150 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#importContext&lt;/code&gt;.
151 &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
152 &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
153 &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns
154 # of the database table are loaded with CSV data.
155 &quot;A String&quot;,
156 ],
157 },
158 &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If &lt;code&gt;fileType&lt;/code&gt; is
159 # &lt;code&gt;SQL&lt;/code&gt;, this field is required only if the import file does not
160 # specify a database, and is overridden by any database specification in the
161 # import file. If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;, one database
162 # must be specified.
163 &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
164 &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
165 &quot;encryptionOptions&quot;: {
166 &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form
167 # &lt;code&gt;gs://bucketName/fileName&lt;/code&gt;. The instance must have
168 # write permissions to the bucket and read access to the file.
169 &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the
170 # form &lt;code&gt;gs://bucketName/fileName&lt;/code&gt;. The instance must have
171 # write permissions to the bucket and read access to the file.
172 &quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
173 },
174 },
175 &quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form
176 # &lt;code&gt;gs:
177 # //bucketName/fileName&lt;/code&gt;. Compressed gzip files (.gz) are supported
178 # // when &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;SQL&lt;/code&gt;. The instance must have
179 # // write permissions to the bucket and read access to the file.
180 &quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri. &lt;br&gt;&lt;code&gt;SQL&lt;/code&gt;: The file
181 # contains SQL statements. &lt;br&gt;&lt;code&gt;CSV&lt;/code&gt;: The file contains CSV data.
182 },
183 &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are &lt;code&gt;PENDING&lt;/code&gt;,
184 # &lt;code&gt;RUNNING&lt;/code&gt;, &lt;code&gt;DONE&lt;/code&gt;,
185 # &lt;code&gt;SQL_OPERATION_STATUS_UNSPECIFIED&lt;/code&gt;.
186 &quot;name&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this
187 # identifier to retrieve the Operations resource that has information about
188 # the operation.
189 &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
190 &quot;databases&quot;: [ # Databases to be exported. &lt;br /&gt; &lt;b&gt;MySQL instances:&lt;/b&gt; If
191 # &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;SQL&lt;/code&gt; and no database is specified, all
192 # databases are exported, except for the &lt;code&gt;mysql&lt;/code&gt; system database.
193 # If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;, you can specify one database,
194 # either by using this property or by using the
195 # &lt;code&gt;csvExportOptions.selectQuery&lt;/code&gt; property, which takes precedence
196 # over this property. &lt;br /&gt; &lt;b&gt;PostgreSQL instances:&lt;/b&gt; You must specify
197 # one database to be exported. If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;,
198 # this database must match the one specified in the
199 # &lt;code&gt;csvExportOptions.selectQuery&lt;/code&gt; property.
200 &quot;A String&quot;,
201 ],
202 &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
203 &quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If
204 # you specify tables, specify one and only one database. For PostgreSQL
205 # instances, you can specify only one table.
206 &quot;A String&quot;,
207 ],
208 &quot;schemaOnly&quot;: True or False, # Export only schemas.
209 &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
210 &quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication.
211 # If set to &lt;code&gt;1&lt;/code&gt;, the dump file includes
212 # a CHANGE MASTER TO statement with the binary log coordinates.
213 # If set to &lt;code&gt;2&lt;/code&gt;, the CHANGE MASTER TO statement is written as
214 # a SQL comment, and has no effect.
215 # All other values are ignored.
216 },
217 },
218 &quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri. &lt;br&gt;&lt;code&gt;SQL&lt;/code&gt;: The file
219 # contains SQL statements. &lt;br&gt;&lt;code&gt;CSV&lt;/code&gt;: The file contains CSV data.
220 &quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be
221 # stored. The URI is in the form &lt;code&gt;gs:
222 # //bucketName/fileName&lt;/code&gt;. If the file already exists, the requests
223 # // succeeds, but the operation fails. If &lt;code&gt;fileType&lt;/code&gt; is
224 # // &lt;code&gt;SQL&lt;/code&gt; and the filename ends with .gz, the contents are
225 # // compressed.
226 &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
227 &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
228 },
229 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#exportContext&lt;/code&gt;.
230 },
231 &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
232 }</pre>
233</div>
234
235<div class="method">
236 <code class="details" id="startExternalSync">startExternalSync(project, instance, syncMode=None, x__xgafv=None)</code>
237 <pre>Start External master migration.
238
239Args:
240 project: string, ID of the project that contains the first generation instance. (required)
241 instance: string, Cloud SQL instance ID. This does not include the project ID. (required)
242 syncMode: string, External sync mode
243 x__xgafv: string, V1 error format.
244 Allowed values
245 1 - v1 error format
246 2 - v2 error format
247
248Returns:
249 An object of the form:
250
251 { # An Operation resource.&amp;nbsp;For successful operations that return an
252 # Operation resource, only the fields relevant to the operation are populated
253 # in the resource.
254 &quot;endTime&quot;: &quot;A String&quot;, # The time this operation finished in UTC timezone in &lt;a
255 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
256 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
257 &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in &lt;a
258 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
259 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
260 &quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in &lt;a
261 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
262 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
263 &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
264 &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
265 &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
266 &quot;targetLink&quot;: &quot;A String&quot;,
267 &quot;operationType&quot;: &quot;A String&quot;, # The type of the operation. Valid values are &lt;code&gt;CREATE&lt;/code&gt;,
268 # &lt;code&gt;DELETE&lt;/code&gt;, &lt;code&gt;UPDATE&lt;/code&gt;, &lt;code&gt;RESTART&lt;/code&gt;,
269 # &lt;code&gt;IMPORT&lt;/code&gt;, &lt;code&gt;EXPORT&lt;/code&gt;, &lt;code&gt;BACKUP_VOLUME&lt;/code&gt;,
270 # &lt;code&gt;RESTORE_VOLUME&lt;/code&gt;, &lt;code&gt;CREATE_USER&lt;/code&gt;,
271 # &lt;code&gt;DELETE_USER&lt;/code&gt;, &lt;code&gt;CREATE_DATABASE&lt;/code&gt;,
272 # &lt;code&gt;DELETE_DATABASE&lt;/code&gt; .
273 &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be
274 # populated.
275 &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
276 { # Database instance operation error.
277 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operationError&lt;/code&gt;.
278 &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
279 &quot;message&quot;: &quot;A String&quot;, # Additional information about the error encountered.
280 },
281 ],
282 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operationErrors&lt;/code&gt;.
283 },
284 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operation&lt;/code&gt;.
285 &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
286 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#importContext&lt;/code&gt;.
287 &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
288 &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
289 &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns
290 # of the database table are loaded with CSV data.
291 &quot;A String&quot;,
292 ],
293 },
294 &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If &lt;code&gt;fileType&lt;/code&gt; is
295 # &lt;code&gt;SQL&lt;/code&gt;, this field is required only if the import file does not
296 # specify a database, and is overridden by any database specification in the
297 # import file. If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;, one database
298 # must be specified.
299 &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
300 &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
301 &quot;encryptionOptions&quot;: {
302 &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form
303 # &lt;code&gt;gs://bucketName/fileName&lt;/code&gt;. The instance must have
304 # write permissions to the bucket and read access to the file.
305 &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the
306 # form &lt;code&gt;gs://bucketName/fileName&lt;/code&gt;. The instance must have
307 # write permissions to the bucket and read access to the file.
308 &quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
309 },
310 },
311 &quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form
312 # &lt;code&gt;gs:
313 # //bucketName/fileName&lt;/code&gt;. Compressed gzip files (.gz) are supported
314 # // when &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;SQL&lt;/code&gt;. The instance must have
315 # // write permissions to the bucket and read access to the file.
316 &quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri. &lt;br&gt;&lt;code&gt;SQL&lt;/code&gt;: The file
317 # contains SQL statements. &lt;br&gt;&lt;code&gt;CSV&lt;/code&gt;: The file contains CSV data.
318 },
319 &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are &lt;code&gt;PENDING&lt;/code&gt;,
320 # &lt;code&gt;RUNNING&lt;/code&gt;, &lt;code&gt;DONE&lt;/code&gt;,
321 # &lt;code&gt;SQL_OPERATION_STATUS_UNSPECIFIED&lt;/code&gt;.
322 &quot;name&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this
323 # identifier to retrieve the Operations resource that has information about
324 # the operation.
325 &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
326 &quot;databases&quot;: [ # Databases to be exported. &lt;br /&gt; &lt;b&gt;MySQL instances:&lt;/b&gt; If
327 # &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;SQL&lt;/code&gt; and no database is specified, all
328 # databases are exported, except for the &lt;code&gt;mysql&lt;/code&gt; system database.
329 # If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;, you can specify one database,
330 # either by using this property or by using the
331 # &lt;code&gt;csvExportOptions.selectQuery&lt;/code&gt; property, which takes precedence
332 # over this property. &lt;br /&gt; &lt;b&gt;PostgreSQL instances:&lt;/b&gt; You must specify
333 # one database to be exported. If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;,
334 # this database must match the one specified in the
335 # &lt;code&gt;csvExportOptions.selectQuery&lt;/code&gt; property.
336 &quot;A String&quot;,
337 ],
338 &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
339 &quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If
340 # you specify tables, specify one and only one database. For PostgreSQL
341 # instances, you can specify only one table.
342 &quot;A String&quot;,
343 ],
344 &quot;schemaOnly&quot;: True or False, # Export only schemas.
345 &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
346 &quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication.
347 # If set to &lt;code&gt;1&lt;/code&gt;, the dump file includes
348 # a CHANGE MASTER TO statement with the binary log coordinates.
349 # If set to &lt;code&gt;2&lt;/code&gt;, the CHANGE MASTER TO statement is written as
350 # a SQL comment, and has no effect.
351 # All other values are ignored.
352 },
353 },
354 &quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri. &lt;br&gt;&lt;code&gt;SQL&lt;/code&gt;: The file
355 # contains SQL statements. &lt;br&gt;&lt;code&gt;CSV&lt;/code&gt;: The file contains CSV data.
356 &quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be
357 # stored. The URI is in the form &lt;code&gt;gs:
358 # //bucketName/fileName&lt;/code&gt;. If the file already exists, the requests
359 # // succeeds, but the operation fails. If &lt;code&gt;fileType&lt;/code&gt; is
360 # // &lt;code&gt;SQL&lt;/code&gt; and the filename ends with .gz, the contents are
361 # // compressed.
362 &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
363 &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
364 },
365 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#exportContext&lt;/code&gt;.
366 },
367 &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
368 }</pre>
369</div>
370
371<div class="method">
372 <code class="details" id="verifyExternalSyncSettings">verifyExternalSyncSettings(project, instance, syncMode=None, verifyConnectionOnly=None, x__xgafv=None)</code>
373 <pre>Verify External master external sync settings.
374
375Args:
376 project: string, Project ID of the project that contains the instance. (required)
377 instance: string, Cloud SQL instance ID. This does not include the project ID. (required)
378 syncMode: string, External sync mode
379 verifyConnectionOnly: boolean, Flag to enable verifying connection only
380 x__xgafv: string, V1 error format.
381 Allowed values
382 1 - v1 error format
383 2 - v2 error format
384
385Returns:
386 An object of the form:
387
388 { # Instance verify external sync settings response.
389 &quot;errors&quot;: [ # List of migration violations.
390 { # External master migration setting error.
391 &quot;detail&quot;: &quot;A String&quot;, # Additional information about the error encountered.
392 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#migrationSettingError&lt;/code&gt;.
393 &quot;type&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
394 },
395 ],
396 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#migrationSettingErrorList&lt;/code&gt;.
397 }</pre>
398</div>
399
400</body></html>