Skip to content

Commit 1d2b969

Browse files
feat: Automated regeneration of alloydb v1beta client
1 parent 1fce69b commit 1d2b969

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
@@ -26605,6 +26605,7 @@
2660526605
"/alloydb:v1beta/Cluster/labels/label": label
2660626606
"/alloydb:v1beta/Cluster/maintenanceSchedule": maintenance_schedule
2660726607
"/alloydb:v1beta/Cluster/maintenanceUpdatePolicy": maintenance_update_policy
26608+
"/alloydb:v1beta/Cluster/maintenanceVersionSelectionPolicy": maintenance_version_selection_policy
2660826609
"/alloydb:v1beta/Cluster/migrationSource": migration_source
2660926610
"/alloydb:v1beta/Cluster/name": name
2661026611
"/alloydb:v1beta/Cluster/network": network

generated/google-apis-alloydb_v1beta/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_v1beta
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_v1beta/lib/google/apis/alloydb_v1beta/classes.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,12 @@ class Cluster
721721
# @return [Google::Apis::AlloydbV1beta::MaintenanceUpdatePolicy]
722722
attr_accessor :maintenance_update_policy
723723

724+
# Input only. Policy to use to automatically select the maintenance version to
725+
# which to update the cluster's instances.
726+
# Corresponds to the JSON property `maintenanceVersionSelectionPolicy`
727+
# @return [String]
728+
attr_accessor :maintenance_version_selection_policy
729+
724730
# Subset of the source instance configuration that is available when reading the
725731
# cluster resource.
726732
# Corresponds to the JSON property `migrationSource`
@@ -856,6 +862,7 @@ def update!(**args)
856862
@labels = args[:labels] if args.key?(:labels)
857863
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
858864
@maintenance_update_policy = args[:maintenance_update_policy] if args.key?(:maintenance_update_policy)
865+
@maintenance_version_selection_policy = args[:maintenance_version_selection_policy] if args.key?(:maintenance_version_selection_policy)
859866
@migration_source = args[:migration_source] if args.key?(:migration_source)
860867
@name = args[:name] if args.key?(:name)
861868
@network = args[:network] if args.key?(:network)

generated/google-apis-alloydb_v1beta/lib/google/apis/alloydb_v1beta/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 AlloydbV1beta
1818
# Version of the google-apis-alloydb_v1beta 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_v1beta/lib/google/apis/alloydb_v1beta/representations.rb

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

934934
property :maintenance_update_policy, as: 'maintenanceUpdatePolicy', class: Google::Apis::AlloydbV1beta::MaintenanceUpdatePolicy, decorator: Google::Apis::AlloydbV1beta::MaintenanceUpdatePolicy::Representation
935935

936+
property :maintenance_version_selection_policy, as: 'maintenanceVersionSelectionPolicy'
936937
property :migration_source, as: 'migrationSource', class: Google::Apis::AlloydbV1beta::MigrationSource, decorator: Google::Apis::AlloydbV1beta::MigrationSource::Representation
937938

938939
property :name, as: 'name'

0 commit comments

Comments
 (0)