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.Backups.html
+47Lines changed: 47 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -427,6 +427,8 @@ <h3>Method Details</h3>
427
427
"enabled": True or False, # Indicates whether read pool auto scaling is enabled.
428
428
"maxNodeCount": 42, # Maximum number of read pool nodes to be maintained.
429
429
"minNodeCount": 42, # Minimum number of read pool nodes to be maintained.
430
+
"scaleInCooldownSeconds": 42, # The cooldown period for scale-in operations.
431
+
"scaleOutCooldownSeconds": 42, # The cooldown period for scale-out operations.
430
432
"targetMetrics": [ # Optional. Target metrics for read pool auto scaling.
431
433
{ # Target metric for read pool auto scaling.
432
434
"metric": "A String", # The metric name to be used for auto scaling.
@@ -616,6 +618,19 @@ <h3>Method Details</h3>
616
618
"kind": "A String", # This is always `sql#operation`.
617
619
"name": "A String", # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
618
620
"operationType": "A String", # 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
+
"preCheckMajorVersionUpgradeContext": { # 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
+
"kind": "A String", # Optional. This is always `sql#preCheckMajorVersionUpgradeContext`.
623
+
"preCheckResponse": [ # Output only. The responses from the precheck operation.
624
+
{ # Structured PreCheckResponse containing message, type, and required actions.
625
+
"actionsRequired": [ # The actions that the user needs to take. Use repeated for multiple actions.
626
+
"A String",
627
+
],
628
+
"message": "A String", # The message to be displayed to the user.
629
+
"messageType": "A String", # The type of message whether it is an info, warning, or error.
630
+
},
631
+
],
632
+
"targetDatabaseVersion": "A String", # Required. The target database version to upgrade to.
633
+
},
619
634
"selfLink": "A String", # The URI of this resource.
620
635
"startTime": "A String", # 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`.
621
636
"status": "A String", # The status of an operation.
@@ -766,6 +781,19 @@ <h3>Method Details</h3>
766
781
"kind": "A String", # This is always `sql#operation`.
767
782
"name": "A String", # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
768
783
"operationType": "A String", # 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
+
"preCheckMajorVersionUpgradeContext": { # 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
+
"kind": "A String", # Optional. This is always `sql#preCheckMajorVersionUpgradeContext`.
786
+
"preCheckResponse": [ # Output only. The responses from the precheck operation.
787
+
{ # Structured PreCheckResponse containing message, type, and required actions.
788
+
"actionsRequired": [ # The actions that the user needs to take. Use repeated for multiple actions.
789
+
"A String",
790
+
],
791
+
"message": "A String", # The message to be displayed to the user.
792
+
"messageType": "A String", # The type of message whether it is an info, warning, or error.
793
+
},
794
+
],
795
+
"targetDatabaseVersion": "A String", # Required. The target database version to upgrade to.
796
+
},
769
797
"selfLink": "A String", # The URI of this resource.
770
798
"startTime": "A String", # 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`.
771
799
"status": "A String", # The status of an operation.
@@ -1115,6 +1143,8 @@ <h3>Method Details</h3>
1115
1143
"enabled": True or False, # Indicates whether read pool auto scaling is enabled.
1116
1144
"maxNodeCount": 42, # Maximum number of read pool nodes to be maintained.
1117
1145
"minNodeCount": 42, # Minimum number of read pool nodes to be maintained.
1146
+
"scaleInCooldownSeconds": 42, # The cooldown period for scale-in operations.
1147
+
"scaleOutCooldownSeconds": 42, # The cooldown period for scale-out operations.
1118
1148
"targetMetrics": [ # Optional. Target metrics for read pool auto scaling.
1119
1149
{ # Target metric for read pool auto scaling.
1120
1150
"metric": "A String", # The metric name to be used for auto scaling.
@@ -1515,6 +1545,8 @@ <h3>Method Details</h3>
1515
1545
"enabled": True or False, # Indicates whether read pool auto scaling is enabled.
1516
1546
"maxNodeCount": 42, # Maximum number of read pool nodes to be maintained.
1517
1547
"minNodeCount": 42, # Minimum number of read pool nodes to be maintained.
1548
+
"scaleInCooldownSeconds": 42, # The cooldown period for scale-in operations.
1549
+
"scaleOutCooldownSeconds": 42, # The cooldown period for scale-out operations.
1518
1550
"targetMetrics": [ # Optional. Target metrics for read pool auto scaling.
1519
1551
{ # Target metric for read pool auto scaling.
1520
1552
"metric": "A String", # The metric name to be used for auto scaling.
@@ -1929,6 +1961,8 @@ <h3>Method Details</h3>
1929
1961
"enabled": True or False, # Indicates whether read pool auto scaling is enabled.
1930
1962
"maxNodeCount": 42, # Maximum number of read pool nodes to be maintained.
1931
1963
"minNodeCount": 42, # Minimum number of read pool nodes to be maintained.
1964
+
"scaleInCooldownSeconds": 42, # The cooldown period for scale-in operations.
1965
+
"scaleOutCooldownSeconds": 42, # The cooldown period for scale-out operations.
1932
1966
"targetMetrics": [ # Optional. Target metrics for read pool auto scaling.
1933
1967
{ # Target metric for read pool auto scaling.
1934
1968
"metric": "A String", # The metric name to be used for auto scaling.
@@ -2119,6 +2153,19 @@ <h3>Method Details</h3>
2119
2153
"kind": "A String", # This is always `sql#operation`.
2120
2154
"name": "A String", # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
2121
2155
"operationType": "A String", # 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
+
"preCheckMajorVersionUpgradeContext": { # 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
+
"kind": "A String", # Optional. This is always `sql#preCheckMajorVersionUpgradeContext`.
2158
+
"preCheckResponse": [ # Output only. The responses from the precheck operation.
2159
+
{ # Structured PreCheckResponse containing message, type, and required actions.
2160
+
"actionsRequired": [ # The actions that the user needs to take. Use repeated for multiple actions.
2161
+
"A String",
2162
+
],
2163
+
"message": "A String", # The message to be displayed to the user.
2164
+
"messageType": "A String", # The type of message whether it is an info, warning, or error.
2165
+
},
2166
+
],
2167
+
"targetDatabaseVersion": "A String", # Required. The target database version to upgrade to.
2168
+
},
2122
2169
"selfLink": "A String", # The URI of this resource.
2123
2170
"startTime": "A String", # 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`.
2124
2171
"status": "A String", # The status of an operation.
Copy file name to clipboardExpand all lines: docs/dyn/sqladmin_v1.backupRuns.html
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,19 @@ <h3>Method Details</h3>
237
237
"kind": "A String", # This is always `sql#operation`.
238
238
"name": "A String", # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
239
239
"operationType": "A String", # 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
+
"preCheckMajorVersionUpgradeContext": { # 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
+
"kind": "A String", # Optional. This is always `sql#preCheckMajorVersionUpgradeContext`.
242
+
"preCheckResponse": [ # Output only. The responses from the precheck operation.
243
+
{ # Structured PreCheckResponse containing message, type, and required actions.
244
+
"actionsRequired": [ # The actions that the user needs to take. Use repeated for multiple actions.
245
+
"A String",
246
+
],
247
+
"message": "A String", # The message to be displayed to the user.
248
+
"messageType": "A String", # The type of message whether it is an info, warning, or error.
249
+
},
250
+
],
251
+
"targetDatabaseVersion": "A String", # Required. The target database version to upgrade to.
252
+
},
240
253
"selfLink": "A String", # The URI of this resource.
241
254
"startTime": "A String", # 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`.
242
255
"status": "A String", # The status of an operation.
@@ -472,6 +485,19 @@ <h3>Method Details</h3>
472
485
"kind": "A String", # This is always `sql#operation`.
473
486
"name": "A String", # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
474
487
"operationType": "A String", # 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
+
"preCheckMajorVersionUpgradeContext": { # 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
+
"kind": "A String", # Optional. This is always `sql#preCheckMajorVersionUpgradeContext`.
490
+
"preCheckResponse": [ # Output only. The responses from the precheck operation.
491
+
{ # Structured PreCheckResponse containing message, type, and required actions.
492
+
"actionsRequired": [ # The actions that the user needs to take. Use repeated for multiple actions.
493
+
"A String",
494
+
],
495
+
"message": "A String", # The message to be displayed to the user.
496
+
"messageType": "A String", # The type of message whether it is an info, warning, or error.
497
+
},
498
+
],
499
+
"targetDatabaseVersion": "A String", # Required. The target database version to upgrade to.
500
+
},
475
501
"selfLink": "A String", # The URI of this resource.
476
502
"startTime": "A String", # 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`.
477
503
"status": "A String", # The status of an operation.
0 commit comments