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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -133,8 +133,8 @@ <h3>Method Details</h3>
133
133
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
134
134
"bakExportOptions": { # Options for exporting BAK files (SQL Server-only)
135
135
"bakType": "A String", # Type of this bak file will be export, FULL or DIFF, SQL Server only
136
-
"copyOnly": True or False, # Whether or not the export will be exeucted with COPY_ONLY, SQL Server only deprecated as the behavior should default to copy_only = true use differential_base instead
137
-
"differentialBase": True or False, # Whether or not the backup can be use as differential base only non copy only backup can be served as differential base
136
+
"copyOnly": True or False, # Deprecated: copy_only is deprecated. Use differential_base instead
137
+
"differentialBase": True or False, # Whether or not the backup can be used as a differential base copy_only backup can not be served as differential base
138
138
"stripeCount": 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
139
139
"striped": True or False, # Whether or not the export should be striped.
140
140
},
@@ -318,8 +318,8 @@ <h3>Method Details</h3>
318
318
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
319
319
"bakExportOptions": { # Options for exporting BAK files (SQL Server-only)
320
320
"bakType": "A String", # Type of this bak file will be export, FULL or DIFF, SQL Server only
321
-
"copyOnly": True or False, # Whether or not the export will be exeucted with COPY_ONLY, SQL Server only deprecated as the behavior should default to copy_only = true use differential_base instead
322
-
"differentialBase": True or False, # Whether or not the backup can be use as differential base only non copy only backup can be served as differential base
321
+
"copyOnly": True or False, # Deprecated: copy_only is deprecated. Use differential_base instead
322
+
"differentialBase": True or False, # Whether or not the backup can be used as a differential base copy_only backup can not be served as differential base
323
323
"stripeCount": 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
324
324
"striped": True or False, # Whether or not the export should be striped.
Copy file name to clipboardExpand all lines: docs/dyn/sqladmin_v1.connect.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,7 @@ <h3>Method Details</h3>
148
148
{ # Connect settings retrieval response.
149
149
"backendType": "A String", # `SECOND_GEN`: Cloud SQL database instance. `EXTERNAL`: A database server that is not managed by Google. This property is read-only; use the `tier` property in the `settings` object to determine the database type.
150
150
"databaseVersion": "A String", # The database engine type and version. The `databaseVersion` field cannot be changed after instance creation. MySQL instances: `MYSQL_8_0`, `MYSQL_5_7` (default), or `MYSQL_5_6`. PostgreSQL instances: `POSTGRES_9_6`, `POSTGRES_10`, `POSTGRES_11`, `POSTGRES_12` (default), `POSTGRES_13`, or `POSTGRES_14`. SQL Server instances: `SQLSERVER_2017_STANDARD` (default), `SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`, `SQLSERVER_2019_STANDARD`, `SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`, or `SQLSERVER_2019_WEB`.
151
+
"dnsName": "A String", # The dns name of the instance.
151
152
"ipAddresses": [ # The assigned IP addresses for the instance.
152
153
{ # Database instance IP Mapping.
153
154
"ipAddress": "A String", # The IP address assigned.
Copy file name to clipboardExpand all lines: docs/dyn/sqladmin_v1.databases.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -136,8 +136,8 @@ <h3>Method Details</h3>
136
136
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
137
137
"bakExportOptions": { # Options for exporting BAK files (SQL Server-only)
138
138
"bakType": "A String", # Type of this bak file will be export, FULL or DIFF, SQL Server only
139
-
"copyOnly": True or False, # Whether or not the export will be exeucted with COPY_ONLY, SQL Server only deprecated as the behavior should default to copy_only = true use differential_base instead
140
-
"differentialBase": True or False, # Whether or not the backup can be use as differential base only non copy only backup can be served as differential base
139
+
"copyOnly": True or False, # Deprecated: copy_only is deprecated. Use differential_base instead
140
+
"differentialBase": True or False, # Whether or not the backup can be used as a differential base copy_only backup can not be served as differential base
141
141
"stripeCount": 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
142
142
"striped": True or False, # Whether or not the export should be striped.
143
143
},
@@ -291,8 +291,8 @@ <h3>Method Details</h3>
291
291
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
292
292
"bakExportOptions": { # Options for exporting BAK files (SQL Server-only)
293
293
"bakType": "A String", # Type of this bak file will be export, FULL or DIFF, SQL Server only
294
-
"copyOnly": True or False, # Whether or not the export will be exeucted with COPY_ONLY, SQL Server only deprecated as the behavior should default to copy_only = true use differential_base instead
295
-
"differentialBase": True or False, # Whether or not the backup can be use as differential base only non copy only backup can be served as differential base
294
+
"copyOnly": True or False, # Deprecated: copy_only is deprecated. Use differential_base instead
295
+
"differentialBase": True or False, # Whether or not the backup can be used as a differential base copy_only backup can not be served as differential base
296
296
"stripeCount": 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
297
297
"striped": True or False, # Whether or not the export should be striped.
298
298
},
@@ -451,8 +451,8 @@ <h3>Method Details</h3>
451
451
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
452
452
"bakExportOptions": { # Options for exporting BAK files (SQL Server-only)
453
453
"bakType": "A String", # Type of this bak file will be export, FULL or DIFF, SQL Server only
454
-
"copyOnly": True or False, # Whether or not the export will be exeucted with COPY_ONLY, SQL Server only deprecated as the behavior should default to copy_only = true use differential_base instead
455
-
"differentialBase": True or False, # Whether or not the backup can be use as differential base only non copy only backup can be served as differential base
454
+
"copyOnly": True or False, # Deprecated: copy_only is deprecated. Use differential_base instead
455
+
"differentialBase": True or False, # Whether or not the backup can be used as a differential base copy_only backup can not be served as differential base
456
456
"stripeCount": 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
457
457
"striped": True or False, # Whether or not the export should be striped.
458
458
},
@@ -575,8 +575,8 @@ <h3>Method Details</h3>
575
575
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
576
576
"bakExportOptions": { # Options for exporting BAK files (SQL Server-only)
577
577
"bakType": "A String", # Type of this bak file will be export, FULL or DIFF, SQL Server only
578
-
"copyOnly": True or False, # Whether or not the export will be exeucted with COPY_ONLY, SQL Server only deprecated as the behavior should default to copy_only = true use differential_base instead
579
-
"differentialBase": True or False, # Whether or not the backup can be use as differential base only non copy only backup can be served as differential base
578
+
"copyOnly": True or False, # Deprecated: copy_only is deprecated. Use differential_base instead
579
+
"differentialBase": True or False, # Whether or not the backup can be used as a differential base copy_only backup can not be served as differential base
580
580
"stripeCount": 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
581
581
"striped": True or False, # Whether or not the export should be striped.
0 commit comments