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
Copy file name to clipboardexpand all lines: docs/dyn/sqladmin_v1.backupRuns.html
+16
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,10 @@ <h3>Method Details</h3>
132
132
},
133
133
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
134
134
"csvExportOptions": { # Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only.
135
+
"escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped.
136
+
"fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file.
137
+
"linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
138
+
"quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted.
135
139
"selectQuery": "A String", # The select query used to extract the data.
136
140
},
137
141
"databases": [ # Databases to be exported. **MySQL instances:** If **fileType** is **SQL** and no database is specified, all databases are exported, except for the **mysql** system database. If **fileType** is **CSV**, you can specify one database, either by using this property or by using the **csvExportOptions.selectQuery** property, which takes precedence over this property. **PostgreSQL instances:** You must specify one database to be exported. If **fileType** is **CSV**, this database must match the one specified in the **csvExportOptions.selectQuery** property. **SQL Server instances:** You must specify one database to be exported, and the **fileType** must be **BAK**.
@@ -163,6 +167,10 @@ <h3>Method Details</h3>
163
167
"columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
164
168
"A String",
165
169
],
170
+
"escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped.
171
+
"fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file.
172
+
"linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
173
+
"quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted.
166
174
"table": "A String", # The table to which CSV data is imported.
167
175
},
168
176
"database": "A String", # The target database for the import. If **fileType** is **SQL**, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If **fileType** is **CSV**, one database must be specified.
@@ -296,6 +304,10 @@ <h3>Method Details</h3>
296
304
},
297
305
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
298
306
"csvExportOptions": { # Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only.
307
+
"escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped.
308
+
"fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file.
309
+
"linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
310
+
"quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted.
299
311
"selectQuery": "A String", # The select query used to extract the data.
300
312
},
301
313
"databases": [ # Databases to be exported. **MySQL instances:** If **fileType** is **SQL** and no database is specified, all databases are exported, except for the **mysql** system database. If **fileType** is **CSV**, you can specify one database, either by using this property or by using the **csvExportOptions.selectQuery** property, which takes precedence over this property. **PostgreSQL instances:** You must specify one database to be exported. If **fileType** is **CSV**, this database must match the one specified in the **csvExportOptions.selectQuery** property. **SQL Server instances:** You must specify one database to be exported, and the **fileType** must be **BAK**.
@@ -327,6 +339,10 @@ <h3>Method Details</h3>
327
339
"columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
328
340
"A String",
329
341
],
342
+
"escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped.
343
+
"fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file.
344
+
"linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
345
+
"quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted.
330
346
"table": "A String", # The table to which CSV data is imported.
331
347
},
332
348
"database": "A String", # The target database for the import. If **fileType** is **SQL**, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If **fileType** is **CSV**, one database must be specified.
Copy file name to clipboardexpand all lines: docs/dyn/sqladmin_v1.connect.html
+1
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,7 @@ <h3>Method Details</h3>
155
155
},
156
156
],
157
157
"kind": "A String", # This is always `sql#connectSettings`.
158
+
"region": "A String", # The cloud region for the instance. e.g. **us-central1**, **europe-west1**. The region cannot be changed after instance creation.
Copy file name to clipboardexpand all lines: docs/dyn/sqladmin_v1.databases.html
+32
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,10 @@ <h3>Method Details</h3>
135
135
},
136
136
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
137
137
"csvExportOptions": { # Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only.
138
+
"escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped.
139
+
"fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file.
140
+
"linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
141
+
"quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted.
138
142
"selectQuery": "A String", # The select query used to extract the data.
139
143
},
140
144
"databases": [ # Databases to be exported. **MySQL instances:** If **fileType** is **SQL** and no database is specified, all databases are exported, except for the **mysql** system database. If **fileType** is **CSV**, you can specify one database, either by using this property or by using the **csvExportOptions.selectQuery** property, which takes precedence over this property. **PostgreSQL instances:** You must specify one database to be exported. If **fileType** is **CSV**, this database must match the one specified in the **csvExportOptions.selectQuery** property. **SQL Server instances:** You must specify one database to be exported, and the **fileType** must be **BAK**.
@@ -166,6 +170,10 @@ <h3>Method Details</h3>
166
170
"columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
167
171
"A String",
168
172
],
173
+
"escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped.
174
+
"fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file.
175
+
"linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
176
+
"quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted.
169
177
"table": "A String", # The table to which CSV data is imported.
170
178
},
171
179
"database": "A String", # The target database for the import. If **fileType** is **SQL**, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If **fileType** is **CSV**, one database must be specified.
@@ -271,6 +279,10 @@ <h3>Method Details</h3>
271
279
},
272
280
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
273
281
"csvExportOptions": { # Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only.
282
+
"escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped.
283
+
"fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file.
284
+
"linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
285
+
"quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted.
274
286
"selectQuery": "A String", # The select query used to extract the data.
275
287
},
276
288
"databases": [ # Databases to be exported. **MySQL instances:** If **fileType** is **SQL** and no database is specified, all databases are exported, except for the **mysql** system database. If **fileType** is **CSV**, you can specify one database, either by using this property or by using the **csvExportOptions.selectQuery** property, which takes precedence over this property. **PostgreSQL instances:** You must specify one database to be exported. If **fileType** is **CSV**, this database must match the one specified in the **csvExportOptions.selectQuery** property. **SQL Server instances:** You must specify one database to be exported, and the **fileType** must be **BAK**.
@@ -302,6 +314,10 @@ <h3>Method Details</h3>
302
314
"columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
303
315
"A String",
304
316
],
317
+
"escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped.
318
+
"fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file.
319
+
"linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
320
+
"quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted.
305
321
"table": "A String", # The table to which CSV data is imported.
306
322
},
307
323
"database": "A String", # The target database for the import. If **fileType** is **SQL**, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If **fileType** is **CSV**, one database must be specified.
@@ -412,6 +428,10 @@ <h3>Method Details</h3>
412
428
},
413
429
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
414
430
"csvExportOptions": { # Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only.
431
+
"escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped.
432
+
"fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file.
433
+
"linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
434
+
"quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted.
415
435
"selectQuery": "A String", # The select query used to extract the data.
416
436
},
417
437
"databases": [ # Databases to be exported. **MySQL instances:** If **fileType** is **SQL** and no database is specified, all databases are exported, except for the **mysql** system database. If **fileType** is **CSV**, you can specify one database, either by using this property or by using the **csvExportOptions.selectQuery** property, which takes precedence over this property. **PostgreSQL instances:** You must specify one database to be exported. If **fileType** is **CSV**, this database must match the one specified in the **csvExportOptions.selectQuery** property. **SQL Server instances:** You must specify one database to be exported, and the **fileType** must be **BAK**.
@@ -443,6 +463,10 @@ <h3>Method Details</h3>
443
463
"columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
444
464
"A String",
445
465
],
466
+
"escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped.
467
+
"fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file.
468
+
"linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
469
+
"quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted.
446
470
"table": "A String", # The table to which CSV data is imported.
447
471
},
448
472
"database": "A String", # The target database for the import. If **fileType** is **SQL**, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If **fileType** is **CSV**, one database must be specified.
@@ -517,6 +541,10 @@ <h3>Method Details</h3>
517
541
},
518
542
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
519
543
"csvExportOptions": { # Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only.
544
+
"escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped.
545
+
"fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file.
546
+
"linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
547
+
"quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted.
520
548
"selectQuery": "A String", # The select query used to extract the data.
521
549
},
522
550
"databases": [ # Databases to be exported. **MySQL instances:** If **fileType** is **SQL** and no database is specified, all databases are exported, except for the **mysql** system database. If **fileType** is **CSV**, you can specify one database, either by using this property or by using the **csvExportOptions.selectQuery** property, which takes precedence over this property. **PostgreSQL instances:** You must specify one database to be exported. If **fileType** is **CSV**, this database must match the one specified in the **csvExportOptions.selectQuery** property. **SQL Server instances:** You must specify one database to be exported, and the **fileType** must be **BAK**.
@@ -548,6 +576,10 @@ <h3>Method Details</h3>
548
576
"columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
549
577
"A String",
550
578
],
579
+
"escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped.
580
+
"fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file.
581
+
"linesTerminatedBy": "A String", # This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
582
+
"quoteCharacter": "A String", # Specifies the quoting character to be used when a data value is quoted.
551
583
"table": "A String", # The table to which CSV data is imported.
552
584
},
553
585
"database": "A String", # The target database for the import. If **fileType** is **SQL**, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If **fileType** is **CSV**, one database must be specified.
0 commit comments