Skip to content

Commit f0f2305

Browse files
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were added: - schemas.Settings.properties.replicationLagMaxSeconds (Total Keys: 2) #### sqladmin:v1beta4 The following keys were added: - schemas.Settings.properties.replicationLagMaxSeconds (Total Keys: 2)
1 parent f6c177f commit f0f2305

File tree

4 files changed

+38
-10
lines changed

4 files changed

+38
-10
lines changed

docs/dyn/sqladmin_v1.instances.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,6 +1867,7 @@ <h3>Method Details</h3>
18671867
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
18681868
},
18691869
&quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances.
1870+
&quot;replicationLagMaxSeconds&quot;: 42, # Optional. Configuration value for recreation of replica after certain replication lag
18701871
&quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances.
18711872
&quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
18721873
&quot;sqlServerAuditConfig&quot;: { # SQL Server specific audit configuration. # SQL Server specific audit configuration.
@@ -2338,6 +2339,7 @@ <h3>Method Details</h3>
23382339
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
23392340
},
23402341
&quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances.
2342+
&quot;replicationLagMaxSeconds&quot;: 42, # Optional. Configuration value for recreation of replica after certain replication lag
23412343
&quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances.
23422344
&quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
23432345
&quot;sqlServerAuditConfig&quot;: { # SQL Server specific audit configuration. # SQL Server specific audit configuration.
@@ -2767,6 +2769,7 @@ <h3>Method Details</h3>
27672769
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
27682770
},
27692771
&quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances.
2772+
&quot;replicationLagMaxSeconds&quot;: 42, # Optional. Configuration value for recreation of replica after certain replication lag
27702773
&quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances.
27712774
&quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
27722775
&quot;sqlServerAuditConfig&quot;: { # SQL Server specific audit configuration. # SQL Server specific audit configuration.
@@ -3117,6 +3120,7 @@ <h3>Method Details</h3>
31173120
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
31183121
},
31193122
&quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances.
3123+
&quot;replicationLagMaxSeconds&quot;: 42, # Optional. Configuration value for recreation of replica after certain replication lag
31203124
&quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances.
31213125
&quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
31223126
&quot;sqlServerAuditConfig&quot;: { # SQL Server specific audit configuration. # SQL Server specific audit configuration.
@@ -4971,6 +4975,7 @@ <h3>Method Details</h3>
49714975
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
49724976
},
49734977
&quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances.
4978+
&quot;replicationLagMaxSeconds&quot;: 42, # Optional. Configuration value for recreation of replica after certain replication lag
49744979
&quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances.
49754980
&quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
49764981
&quot;sqlServerAuditConfig&quot;: { # SQL Server specific audit configuration. # SQL Server specific audit configuration.

docs/dyn/sqladmin_v1beta4.instances.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,6 +1867,7 @@ <h3>Method Details</h3>
18671867
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
18681868
},
18691869
&quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances.
1870+
&quot;replicationLagMaxSeconds&quot;: 42, # Optional. Configuration value for recreation of replica after certain replication lag
18701871
&quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances.
18711872
&quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
18721873
&quot;sqlServerAuditConfig&quot;: { # SQL Server specific audit configuration. # SQL Server specific audit configuration.
@@ -2338,6 +2339,7 @@ <h3>Method Details</h3>
23382339
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
23392340
},
23402341
&quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances.
2342+
&quot;replicationLagMaxSeconds&quot;: 42, # Optional. Configuration value for recreation of replica after certain replication lag
23412343
&quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances.
23422344
&quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
23432345
&quot;sqlServerAuditConfig&quot;: { # SQL Server specific audit configuration. # SQL Server specific audit configuration.
@@ -2767,6 +2769,7 @@ <h3>Method Details</h3>
27672769
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
27682770
},
27692771
&quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances.
2772+
&quot;replicationLagMaxSeconds&quot;: 42, # Optional. Configuration value for recreation of replica after certain replication lag
27702773
&quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances.
27712774
&quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
27722775
&quot;sqlServerAuditConfig&quot;: { # SQL Server specific audit configuration. # SQL Server specific audit configuration.
@@ -3117,6 +3120,7 @@ <h3>Method Details</h3>
31173120
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
31183121
},
31193122
&quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances.
3123+
&quot;replicationLagMaxSeconds&quot;: 42, # Optional. Configuration value for recreation of replica after certain replication lag
31203124
&quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances.
31213125
&quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
31223126
&quot;sqlServerAuditConfig&quot;: { # SQL Server specific audit configuration. # SQL Server specific audit configuration.
@@ -4971,6 +4975,7 @@ <h3>Method Details</h3>
49714975
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
49724976
},
49734977
&quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances.
4978+
&quot;replicationLagMaxSeconds&quot;: 42, # Optional. Configuration value for recreation of replica after certain replication lag
49744979
&quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances.
49754980
&quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
49764981
&quot;sqlServerAuditConfig&quot;: { # SQL Server specific audit configuration. # SQL Server specific audit configuration.

googleapiclient/discovery_cache/documents/sqladmin.v1.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@
23662366
}
23672367
}
23682368
},
2369-
"revision": "20241210",
2369+
"revision": "20250117",
23702370
"rootUrl": "https://sqladmin.googleapis.com/",
23712371
"schemas": {
23722372
"AclEntry": {
@@ -5696,19 +5696,22 @@ true
56965696
"SQL_DATA_DISK_TYPE_UNSPECIFIED",
56975697
"PD_SSD",
56985698
"PD_HDD",
5699-
"OBSOLETE_LOCAL_SSD"
5699+
"OBSOLETE_LOCAL_SSD",
5700+
"HYPERDISK_BALANCED"
57005701
],
57015702
"enumDeprecated": [
57025703
false,
57035704
false,
57045705
false,
5705-
true
5706+
true,
5707+
false
57065708
],
57075709
"enumDescriptions": [
57085710
"This is an unknown data disk type.",
57095711
"An SSD data disk.",
57105712
"An HDD data disk.",
5711-
"This field is deprecated and will be removed from a future version of the API."
5713+
"This field is deprecated and will be removed from a future version of the API.",
5714+
"A Hyperdisk Balanced data disk."
57125715
],
57135716
"type": "string"
57145717
},
@@ -5794,6 +5797,11 @@ true
57945797
],
57955798
"type": "string"
57965799
},
5800+
"replicationLagMaxSeconds": {
5801+
"description": "Optional. Configuration value for recreation of replica after certain replication lag",
5802+
"format": "int32",
5803+
"type": "integer"
5804+
},
57975805
"replicationType": {
57985806
"deprecated": true,
57995807
"description": "The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances.",

googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@
23662366
}
23672367
}
23682368
},
2369-
"revision": "20241210",
2369+
"revision": "20250117",
23702370
"rootUrl": "https://sqladmin.googleapis.com/",
23712371
"schemas": {
23722372
"AclEntry": {
@@ -3043,12 +3043,14 @@ false
30433043
"enum": [
30443044
"CA_MODE_UNSPECIFIED",
30453045
"GOOGLE_MANAGED_INTERNAL_CA",
3046-
"GOOGLE_MANAGED_CAS_CA"
3046+
"GOOGLE_MANAGED_CAS_CA",
3047+
"CUSTOMER_MANAGED_CAS_CA"
30473048
],
30483049
"enumDescriptions": [
30493050
"CA mode is unspecified. It is effectively the same as `GOOGLE_MANAGED_INTERNAL_CA`.",
30503051
"Google-managed self-signed internal CA.",
3051-
"Google-managed regional CA part of root CA hierarchy hosted on Google Cloud's Certificate Authority Service (CAS)."
3052+
"Google-managed regional CA part of root CA hierarchy hosted on Google Cloud's Certificate Authority Service (CAS).",
3053+
"Customer-managed CA hosted on Google Cloud's Certificate Authority Service (CAS)."
30523054
],
30533055
"type": "string"
30543056
}
@@ -5697,19 +5699,22 @@ true
56975699
"SQL_DATA_DISK_TYPE_UNSPECIFIED",
56985700
"PD_SSD",
56995701
"PD_HDD",
5700-
"OBSOLETE_LOCAL_SSD"
5702+
"OBSOLETE_LOCAL_SSD",
5703+
"HYPERDISK_BALANCED"
57015704
],
57025705
"enumDeprecated": [
57035706
false,
57045707
false,
57055708
false,
5706-
true
5709+
true,
5710+
false
57075711
],
57085712
"enumDescriptions": [
57095713
"This is an unknown data disk type.",
57105714
"An SSD data disk.",
57115715
"An HDD data disk.",
5712-
"This field is deprecated and will be removed from a future version of the API."
5716+
"This field is deprecated and will be removed from a future version of the API.",
5717+
"A Hyperdisk Balanced data disk."
57135718
],
57145719
"type": "string"
57155720
},
@@ -5795,6 +5800,11 @@ true
57955800
],
57965801
"type": "string"
57975802
},
5803+
"replicationLagMaxSeconds": {
5804+
"description": "Optional. Configuration value for recreation of replica after certain replication lag",
5805+
"format": "int32",
5806+
"type": "integer"
5807+
},
57985808
"replicationType": {
57995809
"deprecated": true,
58005810
"description": "The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances.",

0 commit comments

Comments
 (0)