Skip to content

Commit e53f470

Browse files
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were added: - resources.instances.methods.preCheckMajorVersionUpgrade (Total Keys: 14) - schemas.InstancesPreCheckMajorVersionUpgradeRequest (Total Keys: 3) - schemas.Operation.properties.preCheckMajorVersionUpgradeContext.$ref (Total Keys: 1) - schemas.PreCheckMajorVersionUpgradeContext (Total Keys: 7) - schemas.PreCheckResponse (Total Keys: 6) - schemas.ReadPoolAutoScaleConfig.properties.scaleInCooldownSeconds (Total Keys: 2) - schemas.ReadPoolAutoScaleConfig.properties.scaleOutCooldownSeconds (Total Keys: 2) #### sqladmin:v1beta4 The following keys were added: - resources.instances.methods.preCheckMajorVersionUpgrade (Total Keys: 14) - schemas.InstancesPreCheckMajorVersionUpgradeRequest (Total Keys: 3) - schemas.Operation.properties.preCheckMajorVersionUpgradeContext.$ref (Total Keys: 1) - schemas.PreCheckMajorVersionUpgradeContext (Total Keys: 7) - schemas.PreCheckResponse (Total Keys: 6) - schemas.ReadPoolAutoScaleConfig.properties.scaleInCooldownSeconds (Total Keys: 2) - schemas.ReadPoolAutoScaleConfig.properties.scaleOutCooldownSeconds (Total Keys: 2)
1 parent 781371b commit e53f470

18 files changed

+2139
-7
lines changed

docs/dyn/sqladmin_v1.Backups.html

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ <h3>Method Details</h3>
427427
&quot;enabled&quot;: True or False, # Indicates whether read pool auto scaling is enabled.
428428
&quot;maxNodeCount&quot;: 42, # Maximum number of read pool nodes to be maintained.
429429
&quot;minNodeCount&quot;: 42, # Minimum number of read pool nodes to be maintained.
430+
&quot;scaleInCooldownSeconds&quot;: 42, # The cooldown period for scale-in operations.
431+
&quot;scaleOutCooldownSeconds&quot;: 42, # The cooldown period for scale-out operations.
430432
&quot;targetMetrics&quot;: [ # Optional. Target metrics for read pool auto scaling.
431433
{ # Target metric for read pool auto scaling.
432434
&quot;metric&quot;: &quot;A String&quot;, # The metric name to be used for auto scaling.
@@ -616,6 +618,19 @@ <h3>Method Details</h3>
616618
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operation`.
617619
&quot;name&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
618620
&quot;operationType&quot;: &quot;A String&quot;, # The type of the operation. Valid values are: * `CREATE` * `DELETE` * `UPDATE` * `RESTART` * `IMPORT` * `EXPORT` * `BACKUP_VOLUME` * `RESTORE_VOLUME` * `CREATE_USER` * `DELETE_USER` * `CREATE_DATABASE` * `DELETE_DATABASE`
621+
&quot;preCheckMajorVersionUpgradeContext&quot;: { # Pre-check major version upgrade context. # This field is only populated when the operation_type is PRE_CHECK_MAJOR_VERSION_UPGRADE. The PreCheckMajorVersionUpgradeContext message itself contains the details for that pre-check, such as the target database version for the upgrade and the results of the check (including any warnings or errors found).
622+
&quot;kind&quot;: &quot;A String&quot;, # Optional. This is always `sql#preCheckMajorVersionUpgradeContext`.
623+
&quot;preCheckResponse&quot;: [ # Output only. The responses from the precheck operation.
624+
{ # Structured PreCheckResponse containing message, type, and required actions.
625+
&quot;actionsRequired&quot;: [ # The actions that the user needs to take. Use repeated for multiple actions.
626+
&quot;A String&quot;,
627+
],
628+
&quot;message&quot;: &quot;A String&quot;, # The message to be displayed to the user.
629+
&quot;messageType&quot;: &quot;A String&quot;, # The type of message whether it is an info, warning, or error.
630+
},
631+
],
632+
&quot;targetDatabaseVersion&quot;: &quot;A String&quot;, # Required. The target database version to upgrade to.
633+
},
619634
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
620635
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
621636
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
@@ -766,6 +781,19 @@ <h3>Method Details</h3>
766781
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operation`.
767782
&quot;name&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
768783
&quot;operationType&quot;: &quot;A String&quot;, # The type of the operation. Valid values are: * `CREATE` * `DELETE` * `UPDATE` * `RESTART` * `IMPORT` * `EXPORT` * `BACKUP_VOLUME` * `RESTORE_VOLUME` * `CREATE_USER` * `DELETE_USER` * `CREATE_DATABASE` * `DELETE_DATABASE`
784+
&quot;preCheckMajorVersionUpgradeContext&quot;: { # Pre-check major version upgrade context. # This field is only populated when the operation_type is PRE_CHECK_MAJOR_VERSION_UPGRADE. The PreCheckMajorVersionUpgradeContext message itself contains the details for that pre-check, such as the target database version for the upgrade and the results of the check (including any warnings or errors found).
785+
&quot;kind&quot;: &quot;A String&quot;, # Optional. This is always `sql#preCheckMajorVersionUpgradeContext`.
786+
&quot;preCheckResponse&quot;: [ # Output only. The responses from the precheck operation.
787+
{ # Structured PreCheckResponse containing message, type, and required actions.
788+
&quot;actionsRequired&quot;: [ # The actions that the user needs to take. Use repeated for multiple actions.
789+
&quot;A String&quot;,
790+
],
791+
&quot;message&quot;: &quot;A String&quot;, # The message to be displayed to the user.
792+
&quot;messageType&quot;: &quot;A String&quot;, # The type of message whether it is an info, warning, or error.
793+
},
794+
],
795+
&quot;targetDatabaseVersion&quot;: &quot;A String&quot;, # Required. The target database version to upgrade to.
796+
},
769797
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
770798
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
771799
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
@@ -1115,6 +1143,8 @@ <h3>Method Details</h3>
11151143
&quot;enabled&quot;: True or False, # Indicates whether read pool auto scaling is enabled.
11161144
&quot;maxNodeCount&quot;: 42, # Maximum number of read pool nodes to be maintained.
11171145
&quot;minNodeCount&quot;: 42, # Minimum number of read pool nodes to be maintained.
1146+
&quot;scaleInCooldownSeconds&quot;: 42, # The cooldown period for scale-in operations.
1147+
&quot;scaleOutCooldownSeconds&quot;: 42, # The cooldown period for scale-out operations.
11181148
&quot;targetMetrics&quot;: [ # Optional. Target metrics for read pool auto scaling.
11191149
{ # Target metric for read pool auto scaling.
11201150
&quot;metric&quot;: &quot;A String&quot;, # The metric name to be used for auto scaling.
@@ -1515,6 +1545,8 @@ <h3>Method Details</h3>
15151545
&quot;enabled&quot;: True or False, # Indicates whether read pool auto scaling is enabled.
15161546
&quot;maxNodeCount&quot;: 42, # Maximum number of read pool nodes to be maintained.
15171547
&quot;minNodeCount&quot;: 42, # Minimum number of read pool nodes to be maintained.
1548+
&quot;scaleInCooldownSeconds&quot;: 42, # The cooldown period for scale-in operations.
1549+
&quot;scaleOutCooldownSeconds&quot;: 42, # The cooldown period for scale-out operations.
15181550
&quot;targetMetrics&quot;: [ # Optional. Target metrics for read pool auto scaling.
15191551
{ # Target metric for read pool auto scaling.
15201552
&quot;metric&quot;: &quot;A String&quot;, # The metric name to be used for auto scaling.
@@ -1929,6 +1961,8 @@ <h3>Method Details</h3>
19291961
&quot;enabled&quot;: True or False, # Indicates whether read pool auto scaling is enabled.
19301962
&quot;maxNodeCount&quot;: 42, # Maximum number of read pool nodes to be maintained.
19311963
&quot;minNodeCount&quot;: 42, # Minimum number of read pool nodes to be maintained.
1964+
&quot;scaleInCooldownSeconds&quot;: 42, # The cooldown period for scale-in operations.
1965+
&quot;scaleOutCooldownSeconds&quot;: 42, # The cooldown period for scale-out operations.
19321966
&quot;targetMetrics&quot;: [ # Optional. Target metrics for read pool auto scaling.
19331967
{ # Target metric for read pool auto scaling.
19341968
&quot;metric&quot;: &quot;A String&quot;, # The metric name to be used for auto scaling.
@@ -2119,6 +2153,19 @@ <h3>Method Details</h3>
21192153
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operation`.
21202154
&quot;name&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
21212155
&quot;operationType&quot;: &quot;A String&quot;, # The type of the operation. Valid values are: * `CREATE` * `DELETE` * `UPDATE` * `RESTART` * `IMPORT` * `EXPORT` * `BACKUP_VOLUME` * `RESTORE_VOLUME` * `CREATE_USER` * `DELETE_USER` * `CREATE_DATABASE` * `DELETE_DATABASE`
2156+
&quot;preCheckMajorVersionUpgradeContext&quot;: { # Pre-check major version upgrade context. # This field is only populated when the operation_type is PRE_CHECK_MAJOR_VERSION_UPGRADE. The PreCheckMajorVersionUpgradeContext message itself contains the details for that pre-check, such as the target database version for the upgrade and the results of the check (including any warnings or errors found).
2157+
&quot;kind&quot;: &quot;A String&quot;, # Optional. This is always `sql#preCheckMajorVersionUpgradeContext`.
2158+
&quot;preCheckResponse&quot;: [ # Output only. The responses from the precheck operation.
2159+
{ # Structured PreCheckResponse containing message, type, and required actions.
2160+
&quot;actionsRequired&quot;: [ # The actions that the user needs to take. Use repeated for multiple actions.
2161+
&quot;A String&quot;,
2162+
],
2163+
&quot;message&quot;: &quot;A String&quot;, # The message to be displayed to the user.
2164+
&quot;messageType&quot;: &quot;A String&quot;, # The type of message whether it is an info, warning, or error.
2165+
},
2166+
],
2167+
&quot;targetDatabaseVersion&quot;: &quot;A String&quot;, # Required. The target database version to upgrade to.
2168+
},
21222169
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
21232170
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
21242171
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.

docs/dyn/sqladmin_v1.backupRuns.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,19 @@ <h3>Method Details</h3>
237237
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operation`.
238238
&quot;name&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
239239
&quot;operationType&quot;: &quot;A String&quot;, # The type of the operation. Valid values are: * `CREATE` * `DELETE` * `UPDATE` * `RESTART` * `IMPORT` * `EXPORT` * `BACKUP_VOLUME` * `RESTORE_VOLUME` * `CREATE_USER` * `DELETE_USER` * `CREATE_DATABASE` * `DELETE_DATABASE`
240+
&quot;preCheckMajorVersionUpgradeContext&quot;: { # Pre-check major version upgrade context. # This field is only populated when the operation_type is PRE_CHECK_MAJOR_VERSION_UPGRADE. The PreCheckMajorVersionUpgradeContext message itself contains the details for that pre-check, such as the target database version for the upgrade and the results of the check (including any warnings or errors found).
241+
&quot;kind&quot;: &quot;A String&quot;, # Optional. This is always `sql#preCheckMajorVersionUpgradeContext`.
242+
&quot;preCheckResponse&quot;: [ # Output only. The responses from the precheck operation.
243+
{ # Structured PreCheckResponse containing message, type, and required actions.
244+
&quot;actionsRequired&quot;: [ # The actions that the user needs to take. Use repeated for multiple actions.
245+
&quot;A String&quot;,
246+
],
247+
&quot;message&quot;: &quot;A String&quot;, # The message to be displayed to the user.
248+
&quot;messageType&quot;: &quot;A String&quot;, # The type of message whether it is an info, warning, or error.
249+
},
250+
],
251+
&quot;targetDatabaseVersion&quot;: &quot;A String&quot;, # Required. The target database version to upgrade to.
252+
},
240253
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
241254
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
242255
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
@@ -472,6 +485,19 @@ <h3>Method Details</h3>
472485
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operation`.
473486
&quot;name&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
474487
&quot;operationType&quot;: &quot;A String&quot;, # The type of the operation. Valid values are: * `CREATE` * `DELETE` * `UPDATE` * `RESTART` * `IMPORT` * `EXPORT` * `BACKUP_VOLUME` * `RESTORE_VOLUME` * `CREATE_USER` * `DELETE_USER` * `CREATE_DATABASE` * `DELETE_DATABASE`
488+
&quot;preCheckMajorVersionUpgradeContext&quot;: { # Pre-check major version upgrade context. # This field is only populated when the operation_type is PRE_CHECK_MAJOR_VERSION_UPGRADE. The PreCheckMajorVersionUpgradeContext message itself contains the details for that pre-check, such as the target database version for the upgrade and the results of the check (including any warnings or errors found).
489+
&quot;kind&quot;: &quot;A String&quot;, # Optional. This is always `sql#preCheckMajorVersionUpgradeContext`.
490+
&quot;preCheckResponse&quot;: [ # Output only. The responses from the precheck operation.
491+
{ # Structured PreCheckResponse containing message, type, and required actions.
492+
&quot;actionsRequired&quot;: [ # The actions that the user needs to take. Use repeated for multiple actions.
493+
&quot;A String&quot;,
494+
],
495+
&quot;message&quot;: &quot;A String&quot;, # The message to be displayed to the user.
496+
&quot;messageType&quot;: &quot;A String&quot;, # The type of message whether it is an info, warning, or error.
497+
},
498+
],
499+
&quot;targetDatabaseVersion&quot;: &quot;A String&quot;, # Required. The target database version to upgrade to.
500+
},
475501
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
476502
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
477503
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.

0 commit comments

Comments
 (0)