Skip to content

Commit 4ce812b

Browse files
feat: Automated regeneration of alloydb v1alpha client (#24657)
Auto-created at 2025-10-19 09:37:06 +0000 using the toys pull request generator.
1 parent 2b3fe8c commit 4ce812b

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25768,6 +25768,7 @@
2576825768
"/alloydb:v1alpha/Cluster/labels/label": label
2576925769
"/alloydb:v1alpha/Cluster/maintenanceSchedule": maintenance_schedule
2577025770
"/alloydb:v1alpha/Cluster/maintenanceUpdatePolicy": maintenance_update_policy
25771+
"/alloydb:v1alpha/Cluster/maintenanceVersionSelectionPolicy": maintenance_version_selection_policy
2577125772
"/alloydb:v1alpha/Cluster/migrationSource": migration_source
2577225773
"/alloydb:v1alpha/Cluster/name": name
2577325774
"/alloydb:v1alpha/Cluster/network": network

generated/google-apis-alloydb_v1alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-alloydb_v1alpha
22

3+
### v0.39.0 (2025-10-19)
4+
5+
* Regenerated from discovery document revision 20251009
6+
37
### v0.38.0 (2025-10-05)
48

59
* Regenerated from discovery document revision 20250925

generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/classes.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,12 @@ class Cluster
741741
# @return [Google::Apis::AlloydbV1alpha::MaintenanceUpdatePolicy]
742742
attr_accessor :maintenance_update_policy
743743

744+
# Input only. Policy to use to automatically select the maintenance version to
745+
# which to update the cluster's instances.
746+
# Corresponds to the JSON property `maintenanceVersionSelectionPolicy`
747+
# @return [String]
748+
attr_accessor :maintenance_version_selection_policy
749+
744750
# Subset of the source instance configuration that is available when reading the
745751
# cluster resource.
746752
# Corresponds to the JSON property `migrationSource`
@@ -882,6 +888,7 @@ def update!(**args)
882888
@labels = args[:labels] if args.key?(:labels)
883889
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
884890
@maintenance_update_policy = args[:maintenance_update_policy] if args.key?(:maintenance_update_policy)
891+
@maintenance_version_selection_policy = args[:maintenance_version_selection_policy] if args.key?(:maintenance_version_selection_policy)
885892
@migration_source = args[:migration_source] if args.key?(:migration_source)
886893
@name = args[:name] if args.key?(:name)
887894
@network = args[:network] if args.key?(:network)

generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AlloydbV1alpha
1818
# Version of the google-apis-alloydb_v1alpha gem
19-
GEM_VERSION = "0.38.0"
19+
GEM_VERSION = "0.39.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250925"
25+
REVISION = "20251009"
2626
end
2727
end
2828
end

generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
946946

947947
property :maintenance_update_policy, as: 'maintenanceUpdatePolicy', class: Google::Apis::AlloydbV1alpha::MaintenanceUpdatePolicy, decorator: Google::Apis::AlloydbV1alpha::MaintenanceUpdatePolicy::Representation
948948

949+
property :maintenance_version_selection_policy, as: 'maintenanceVersionSelectionPolicy'
949950
property :migration_source, as: 'migrationSource', class: Google::Apis::AlloydbV1alpha::MigrationSource, decorator: Google::Apis::AlloydbV1alpha::MigrationSource::Representation
950951

951952
property :name, as: 'name'

0 commit comments

Comments
 (0)