google-apis-alloydb_v1alpha 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: 7d88cedac88b670b8e6515919744e31a6b5ce8a6b25f8135a267385cfefde0f8
|
4
|
+
data.tar.gz: a48a2451213c74ba086bdf0f403aaa5fd508f287f074ab7d95318a9d0bcd415c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32e58c357586f275b7faba299e5ab3bdd47ee0c52b02ee590655a4036620cfde27f3f425a37382075cf97ba535e14ea06ffbc4524a2f0e84f45d85ae19c0751e
|
7
|
+
data.tar.gz: eb6c90521dee97a7f7e2e05fa10c74c4146156e72c91d7c408cc8d6e4fee654eb576b5fa01a2c1c6507f933356ac7645c1b9900d40b15e836d8892e480e2cc6a
|
data/CHANGELOG.md
CHANGED
@@ -741,6 +741,12 @@ module Google
|
|
741
741
|
# @return [Google::Apis::AlloydbV1alpha::MaintenanceUpdatePolicy]
|
742
742
|
attr_accessor :maintenance_update_policy
|
743
743
|
|
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
|
+
|
744
750
|
# Subset of the source instance configuration that is available when reading the
|
745
751
|
# cluster resource.
|
746
752
|
# Corresponds to the JSON property `migrationSource`
|
@@ -882,6 +888,7 @@ module Google
|
|
882
888
|
@labels = args[:labels] if args.key?(:labels)
|
883
889
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
884
890
|
@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)
|
885
892
|
@migration_source = args[:migration_source] if args.key?(:migration_source)
|
886
893
|
@name = args[:name] if args.key?(:name)
|
887
894
|
@network = args[:network] if args.key?(:network)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1alpha
|
18
18
|
# Version of the google-apis-alloydb_v1alpha 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
|
@@ -946,6 +946,7 @@ module Google
|
|
946
946
|
|
947
947
|
property :maintenance_update_policy, as: 'maintenanceUpdatePolicy', class: Google::Apis::AlloydbV1alpha::MaintenanceUpdatePolicy, decorator: Google::Apis::AlloydbV1alpha::MaintenanceUpdatePolicy::Representation
|
948
948
|
|
949
|
+
property :maintenance_version_selection_policy, as: 'maintenanceVersionSelectionPolicy'
|
949
950
|
property :migration_source, as: 'migrationSource', class: Google::Apis::AlloydbV1alpha::MigrationSource, decorator: Google::Apis::AlloydbV1alpha::MigrationSource::Representation
|
950
951
|
|
951
952
|
property :name, as: 'name'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1alpha
|
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_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.39.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|