Skip to content

Commit

Permalink
feat(alloydb): update the api
Browse files Browse the repository at this point in the history
#### alloydb:v1

The following keys were added:
- schemas.Cluster.properties.maintenanceSchedule (Total Keys: 2)
- schemas.MaintenanceSchedule (Total Keys: 5)
  • Loading branch information
yoshi-automation committed May 7, 2024
1 parent 37a1410 commit 509e9e6
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 3 deletions.
18 changes: 18 additions & 0 deletions docs/dyn/alloydb_v1.projects.locations.clusters.html
Expand Up @@ -209,6 +209,9 @@ <h3>Method Details</h3>
&quot;labels&quot;: { # Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;maintenanceSchedule&quot;: { # MaintenanceSchedule stores the maintenance schedule generated from the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if MaintenanceWindow is set, and if there is no conflicting DenyPeriod. The schedule is cleared once the update takes place. This field cannot be manually changed; modify the MaintenanceUpdatePolicy instead. # Output only. The maintenance schedule for the cluster, generated for a specific rollout if a maintenance window is set.
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The scheduled start time for the maintenance.
},
&quot;maintenanceUpdatePolicy&quot;: { # MaintenanceUpdatePolicy defines the policy for system updates. # Optional. The maintenance update policy determines when to allow or deny updates.
&quot;maintenanceWindows&quot;: [ # Preferred windows to perform maintenance. Currently limited to 1.
{ # MaintenanceWindow specifies a preferred day and time for maintenance.
Expand Down Expand Up @@ -376,6 +379,9 @@ <h3>Method Details</h3>
&quot;labels&quot;: { # Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;maintenanceSchedule&quot;: { # MaintenanceSchedule stores the maintenance schedule generated from the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if MaintenanceWindow is set, and if there is no conflicting DenyPeriod. The schedule is cleared once the update takes place. This field cannot be manually changed; modify the MaintenanceUpdatePolicy instead. # Output only. The maintenance schedule for the cluster, generated for a specific rollout if a maintenance window is set.
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The scheduled start time for the maintenance.
},
&quot;maintenanceUpdatePolicy&quot;: { # MaintenanceUpdatePolicy defines the policy for system updates. # Optional. The maintenance update policy determines when to allow or deny updates.
&quot;maintenanceWindows&quot;: [ # Preferred windows to perform maintenance. Currently limited to 1.
{ # MaintenanceWindow specifies a preferred day and time for maintenance.
Expand Down Expand Up @@ -592,6 +598,9 @@ <h3>Method Details</h3>
&quot;labels&quot;: { # Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;maintenanceSchedule&quot;: { # MaintenanceSchedule stores the maintenance schedule generated from the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if MaintenanceWindow is set, and if there is no conflicting DenyPeriod. The schedule is cleared once the update takes place. This field cannot be manually changed; modify the MaintenanceUpdatePolicy instead. # Output only. The maintenance schedule for the cluster, generated for a specific rollout if a maintenance window is set.
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The scheduled start time for the maintenance.
},
&quot;maintenanceUpdatePolicy&quot;: { # MaintenanceUpdatePolicy defines the policy for system updates. # Optional. The maintenance update policy determines when to allow or deny updates.
&quot;maintenanceWindows&quot;: [ # Preferred windows to perform maintenance. Currently limited to 1.
{ # MaintenanceWindow specifies a preferred day and time for maintenance.
Expand Down Expand Up @@ -739,6 +748,9 @@ <h3>Method Details</h3>
&quot;labels&quot;: { # Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;maintenanceSchedule&quot;: { # MaintenanceSchedule stores the maintenance schedule generated from the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if MaintenanceWindow is set, and if there is no conflicting DenyPeriod. The schedule is cleared once the update takes place. This field cannot be manually changed; modify the MaintenanceUpdatePolicy instead. # Output only. The maintenance schedule for the cluster, generated for a specific rollout if a maintenance window is set.
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The scheduled start time for the maintenance.
},
&quot;maintenanceUpdatePolicy&quot;: { # MaintenanceUpdatePolicy defines the policy for system updates. # Optional. The maintenance update policy determines when to allow or deny updates.
&quot;maintenanceWindows&quot;: [ # Preferred windows to perform maintenance. Currently limited to 1.
{ # MaintenanceWindow specifies a preferred day and time for maintenance.
Expand Down Expand Up @@ -895,6 +907,9 @@ <h3>Method Details</h3>
&quot;labels&quot;: { # Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;maintenanceSchedule&quot;: { # MaintenanceSchedule stores the maintenance schedule generated from the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if MaintenanceWindow is set, and if there is no conflicting DenyPeriod. The schedule is cleared once the update takes place. This field cannot be manually changed; modify the MaintenanceUpdatePolicy instead. # Output only. The maintenance schedule for the cluster, generated for a specific rollout if a maintenance window is set.
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The scheduled start time for the maintenance.
},
&quot;maintenanceUpdatePolicy&quot;: { # MaintenanceUpdatePolicy defines the policy for system updates. # Optional. The maintenance update policy determines when to allow or deny updates.
&quot;maintenanceWindows&quot;: [ # Preferred windows to perform maintenance. Currently limited to 1.
{ # MaintenanceWindow specifies a preferred day and time for maintenance.
Expand Down Expand Up @@ -1112,6 +1127,9 @@ <h3>Method Details</h3>
&quot;labels&quot;: { # Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;maintenanceSchedule&quot;: { # MaintenanceSchedule stores the maintenance schedule generated from the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if MaintenanceWindow is set, and if there is no conflicting DenyPeriod. The schedule is cleared once the update takes place. This field cannot be manually changed; modify the MaintenanceUpdatePolicy instead. # Output only. The maintenance schedule for the cluster, generated for a specific rollout if a maintenance window is set.
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The scheduled start time for the maintenance.
},
&quot;maintenanceUpdatePolicy&quot;: { # MaintenanceUpdatePolicy defines the policy for system updates. # Optional. The maintenance update policy determines when to allow or deny updates.
&quot;maintenanceWindows&quot;: [ # Preferred windows to perform maintenance. Currently limited to 1.
{ # MaintenanceWindow specifies a preferred day and time for maintenance.
Expand Down
23 changes: 22 additions & 1 deletion googleapiclient/discovery_cache/documents/alloydb.v1.json
Expand Up @@ -1461,7 +1461,7 @@
}
}
},
"revision": "20240417",
"revision": "20240424",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -1856,6 +1856,11 @@ false
"description": "Labels as key value pairs",
"type": "object"
},
"maintenanceSchedule": {
"$ref": "MaintenanceSchedule",
"description": "Output only. The maintenance schedule for the cluster, generated for a specific rollout if a maintenance window is set.",
"readOnly": true
},
"maintenanceUpdatePolicy": {
"$ref": "MaintenanceUpdatePolicy",
"description": "Optional. The maintenance update policy determines when to allow or deny updates."
Expand Down Expand Up @@ -2596,6 +2601,19 @@ false
},
"type": "object"
},
"MaintenanceSchedule": {
"description": "MaintenanceSchedule stores the maintenance schedule generated from the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if MaintenanceWindow is set, and if there is no conflicting DenyPeriod. The schedule is cleared once the update takes place. This field cannot be manually changed; modify the MaintenanceUpdatePolicy instead.",
"id": "MaintenanceSchedule",
"properties": {
"startTime": {
"description": "Output only. The scheduled start time for the maintenance.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"MaintenanceUpdatePolicy": {
"description": "MaintenanceUpdatePolicy defines the policy for system updates.",
"id": "MaintenanceUpdatePolicy",
Expand Down Expand Up @@ -4209,6 +4227,7 @@ false
"PRODUCT_TYPE_ON_PREM",
"ON_PREM",
"PRODUCT_TYPE_MEMORYSTORE",
"PRODUCT_TYPE_BIGTABLE",
"PRODUCT_TYPE_OTHER"
],
"enumDeprecated": [
Expand All @@ -4221,6 +4240,7 @@ false,
false,
true,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -4233,6 +4253,7 @@ false
"On premises database product.",
"On premises database product.",
"Memorystore product area in GCP",
"Bigtable product area in GCP",
"Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum."
],
"type": "string"
Expand Down
Expand Up @@ -1461,7 +1461,7 @@
}
}
},
"revision": "20240417",
"revision": "20240424",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4338,6 +4338,7 @@ false
"PRODUCT_TYPE_ON_PREM",
"ON_PREM",
"PRODUCT_TYPE_MEMORYSTORE",
"PRODUCT_TYPE_BIGTABLE",
"PRODUCT_TYPE_OTHER"
],
"enumDeprecated": [
Expand All @@ -4350,6 +4351,7 @@ false,
false,
true,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -4362,6 +4364,7 @@ false
"On premises database product.",
"On premises database product.",
"Memorystore product area in GCP",
"Bigtable product area in GCP",
"Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum."
],
"type": "string"
Expand Down
Expand Up @@ -1458,7 +1458,7 @@
}
}
},
"revision": "20240417",
"revision": "20240424",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4314,6 +4314,7 @@ false
"PRODUCT_TYPE_ON_PREM",
"ON_PREM",
"PRODUCT_TYPE_MEMORYSTORE",
"PRODUCT_TYPE_BIGTABLE",
"PRODUCT_TYPE_OTHER"
],
"enumDeprecated": [
Expand All @@ -4326,6 +4327,7 @@ false,
false,
true,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -4338,6 +4340,7 @@ false
"On premises database product.",
"On premises database product.",
"Memorystore product area in GCP",
"Bigtable product area in GCP",
"Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum."
],
"type": "string"
Expand Down

0 comments on commit 509e9e6

Please sign in to comment.