Skip to content

Commit 3b3753b

Browse files
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were added: - resources.instances.methods.reencrypt (Total Keys: 14) - schemas.BackupReencryptionConfig (Total Keys: 5) - schemas.ConnectSettings.properties.dnsName.type (Total Keys: 1) - schemas.InstancesReencryptRequest (Total Keys: 3) #### sqladmin:v1beta4 The following keys were added: - resources.instances.methods.reencrypt (Total Keys: 14) - schemas.BackupReencryptionConfig (Total Keys: 5) - schemas.ConnectSettings.properties.dnsName.type (Total Keys: 1) - schemas.InstancesReencryptRequest (Total Keys: 3)
1 parent 0b109da commit 3b3753b

18 files changed

+612
-170
lines changed

docs/dyn/sqladmin_v1.backupRuns.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ <h3>Method Details</h3>
133133
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
134134
&quot;bakExportOptions&quot;: { # Options for exporting BAK files (SQL Server-only)
135135
&quot;bakType&quot;: &quot;A String&quot;, # Type of this bak file will be export, FULL or DIFF, SQL Server only
136-
&quot;copyOnly&quot;: 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-
&quot;differentialBase&quot;: 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+
&quot;copyOnly&quot;: True or False, # Deprecated: copy_only is deprecated. Use differential_base instead
137+
&quot;differentialBase&quot;: 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
138138
&quot;stripeCount&quot;: 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.
139139
&quot;striped&quot;: True or False, # Whether or not the export should be striped.
140140
},
@@ -318,8 +318,8 @@ <h3>Method Details</h3>
318318
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
319319
&quot;bakExportOptions&quot;: { # Options for exporting BAK files (SQL Server-only)
320320
&quot;bakType&quot;: &quot;A String&quot;, # Type of this bak file will be export, FULL or DIFF, SQL Server only
321-
&quot;copyOnly&quot;: 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-
&quot;differentialBase&quot;: 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+
&quot;copyOnly&quot;: True or False, # Deprecated: copy_only is deprecated. Use differential_base instead
322+
&quot;differentialBase&quot;: 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
323323
&quot;stripeCount&quot;: 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.
324324
&quot;striped&quot;: True or False, # Whether or not the export should be striped.
325325
},

docs/dyn/sqladmin_v1.connect.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ <h3>Method Details</h3>
148148
{ # Connect settings retrieval response.
149149
&quot;backendType&quot;: &quot;A String&quot;, # `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.
150150
&quot;databaseVersion&quot;: &quot;A String&quot;, # 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+
&quot;dnsName&quot;: &quot;A String&quot;, # The dns name of the instance.
151152
&quot;ipAddresses&quot;: [ # The assigned IP addresses for the instance.
152153
{ # Database instance IP Mapping.
153154
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address assigned.

docs/dyn/sqladmin_v1.databases.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ <h3>Method Details</h3>
136136
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
137137
&quot;bakExportOptions&quot;: { # Options for exporting BAK files (SQL Server-only)
138138
&quot;bakType&quot;: &quot;A String&quot;, # Type of this bak file will be export, FULL or DIFF, SQL Server only
139-
&quot;copyOnly&quot;: 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-
&quot;differentialBase&quot;: 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+
&quot;copyOnly&quot;: True or False, # Deprecated: copy_only is deprecated. Use differential_base instead
140+
&quot;differentialBase&quot;: 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
141141
&quot;stripeCount&quot;: 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.
142142
&quot;striped&quot;: True or False, # Whether or not the export should be striped.
143143
},
@@ -291,8 +291,8 @@ <h3>Method Details</h3>
291291
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
292292
&quot;bakExportOptions&quot;: { # Options for exporting BAK files (SQL Server-only)
293293
&quot;bakType&quot;: &quot;A String&quot;, # Type of this bak file will be export, FULL or DIFF, SQL Server only
294-
&quot;copyOnly&quot;: 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-
&quot;differentialBase&quot;: 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+
&quot;copyOnly&quot;: True or False, # Deprecated: copy_only is deprecated. Use differential_base instead
295+
&quot;differentialBase&quot;: 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
296296
&quot;stripeCount&quot;: 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.
297297
&quot;striped&quot;: True or False, # Whether or not the export should be striped.
298298
},
@@ -451,8 +451,8 @@ <h3>Method Details</h3>
451451
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
452452
&quot;bakExportOptions&quot;: { # Options for exporting BAK files (SQL Server-only)
453453
&quot;bakType&quot;: &quot;A String&quot;, # Type of this bak file will be export, FULL or DIFF, SQL Server only
454-
&quot;copyOnly&quot;: 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-
&quot;differentialBase&quot;: 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+
&quot;copyOnly&quot;: True or False, # Deprecated: copy_only is deprecated. Use differential_base instead
455+
&quot;differentialBase&quot;: 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
456456
&quot;stripeCount&quot;: 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.
457457
&quot;striped&quot;: True or False, # Whether or not the export should be striped.
458458
},
@@ -575,8 +575,8 @@ <h3>Method Details</h3>
575575
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
576576
&quot;bakExportOptions&quot;: { # Options for exporting BAK files (SQL Server-only)
577577
&quot;bakType&quot;: &quot;A String&quot;, # Type of this bak file will be export, FULL or DIFF, SQL Server only
578-
&quot;copyOnly&quot;: 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-
&quot;differentialBase&quot;: 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+
&quot;copyOnly&quot;: True or False, # Deprecated: copy_only is deprecated. Use differential_base instead
579+
&quot;differentialBase&quot;: 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
580580
&quot;stripeCount&quot;: 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.
581581
&quot;striped&quot;: True or False, # Whether or not the export should be striped.
582582
},

0 commit comments

Comments
 (0)