google-apis-alloydb_v1beta 0.38.0 → 0.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa7627775da8c96292804b740119b83aa56185b9f691b5193ea3910339ae13a9
|
4
|
+
data.tar.gz: 3bf1b3d5571f48e4c7c9a3d113708ae7134c3b63a2edab1ba69b4e34bf15b080
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b6a0b1106d29afe49e5730291ad177e6b0a4e09083cefa7d0d25bd1757ebb1dba67f3dfbca07d83be1af3fce8ae7ce4b7d6ce14393324acf5f68a8242aa5b8d
|
7
|
+
data.tar.gz: cc55ab1e6e0516e52cb277ca4fb5eabf44bf6128c18a32f6d81127d1ab628b54f4481c7f907823d7ab3e2fd810632d49f3ff558d5b1f8f2d5748955529b4328f
|
data/CHANGELOG.md
CHANGED
@@ -721,6 +721,12 @@ module Google
|
|
721
721
|
# @return [Google::Apis::AlloydbV1beta::MaintenanceUpdatePolicy]
|
722
722
|
attr_accessor :maintenance_update_policy
|
723
723
|
|
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
|
+
|
724
730
|
# Subset of the source instance configuration that is available when reading the
|
725
731
|
# cluster resource.
|
726
732
|
# Corresponds to the JSON property `migrationSource`
|
@@ -856,6 +862,7 @@ module Google
|
|
856
862
|
@labels = args[:labels] if args.key?(:labels)
|
857
863
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
858
864
|
@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)
|
859
866
|
@migration_source = args[:migration_source] if args.key?(:migration_source)
|
860
867
|
@name = args[:name] if args.key?(:name)
|
861
868
|
@network = args[:network] if args.key?(:network)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1beta
|
18
18
|
# Version of the google-apis-alloydb_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.39.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20251009"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -933,6 +933,7 @@ module Google
|
|
933
933
|
|
934
934
|
property :maintenance_update_policy, as: 'maintenanceUpdatePolicy', class: Google::Apis::AlloydbV1beta::MaintenanceUpdatePolicy, decorator: Google::Apis::AlloydbV1beta::MaintenanceUpdatePolicy::Representation
|
935
935
|
|
936
|
+
property :maintenance_version_selection_policy, as: 'maintenanceVersionSelectionPolicy'
|
936
937
|
property :migration_source, as: 'migrationSource', class: Google::Apis::AlloydbV1beta::MigrationSource, decorator: Google::Apis::AlloydbV1beta::MigrationSource::Representation
|
937
938
|
|
938
939
|
property :name, as: 'name'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.39.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.39.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|