google-apis-alloydb_v1beta 0.11.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58bc8a069eef60d9779ff4166502044db24cc3788ac8081b65f8bf3c37f57b57
|
4
|
+
data.tar.gz: 48ed268b1e1a07876f50ec28d41f46d574221fb1d88eb190f95da7547bc31105
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29ca37311f7e9eaefb11f288693228ca2eee1dc16dadf680776aa89d298bf2ae5b83673f3ed2fc799d2fde07e0637ae233236899e6722d5e8c4fca43045d222c
|
7
|
+
data.tar.gz: 6367404b65c22e1000ae46c053afb90ad7bd91201585c84ea1504c438164d0cab5e5062a421dd409cf7a7f7e6bd766e6e488d02a6ec430cacc42b4c8b2ebfa72
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1beta
|
2
2
|
|
3
|
+
### v0.13.0 (2024-04-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240417
|
6
|
+
|
7
|
+
### v0.12.0 (2024-04-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240410
|
10
|
+
|
3
11
|
### v0.11.0 (2024-03-31)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240320
|
@@ -452,7 +452,7 @@ module Google
|
|
452
452
|
attr_accessor :etag
|
453
453
|
|
454
454
|
# Cluster level configuration parameters related to the Gemini in Databases add-
|
455
|
-
# on.
|
455
|
+
# on.
|
456
456
|
# Corresponds to the JSON property `geminiConfig`
|
457
457
|
# @return [Google::Apis::AlloydbV1beta::GeminiClusterConfig]
|
458
458
|
attr_accessor :gemini_config
|
@@ -765,55 +765,6 @@ module Google
|
|
765
765
|
end
|
766
766
|
end
|
767
767
|
|
768
|
-
# DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not
|
769
|
-
# be scheduled to start within this deny period. The start_date must be less
|
770
|
-
# than the end_date.
|
771
|
-
class DenyMaintenancePeriod
|
772
|
-
include Google::Apis::Core::Hashable
|
773
|
-
|
774
|
-
# Represents a whole or partial calendar date, such as a birthday. The time of
|
775
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
776
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
777
|
-
# following: * A full date, with non-zero year, month, and day values. * A month
|
778
|
-
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
779
|
-
# with a zero month and a zero day. * A year and month, with a zero day (for
|
780
|
-
# example, a credit card expiration date). Related types: * google.type.
|
781
|
-
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
782
|
-
# Corresponds to the JSON property `endDate`
|
783
|
-
# @return [Google::Apis::AlloydbV1beta::GoogleTypeDate]
|
784
|
-
attr_accessor :end_date
|
785
|
-
|
786
|
-
# Represents a whole or partial calendar date, such as a birthday. The time of
|
787
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
788
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
789
|
-
# following: * A full date, with non-zero year, month, and day values. * A month
|
790
|
-
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
791
|
-
# with a zero month and a zero day. * A year and month, with a zero day (for
|
792
|
-
# example, a credit card expiration date). Related types: * google.type.
|
793
|
-
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
794
|
-
# Corresponds to the JSON property `startDate`
|
795
|
-
# @return [Google::Apis::AlloydbV1beta::GoogleTypeDate]
|
796
|
-
attr_accessor :start_date
|
797
|
-
|
798
|
-
# Represents a time of day. The date and time zone are either not significant or
|
799
|
-
# are specified elsewhere. An API may choose to allow leap seconds. Related
|
800
|
-
# types are google.type.Date and `google.protobuf.Timestamp`.
|
801
|
-
# Corresponds to the JSON property `time`
|
802
|
-
# @return [Google::Apis::AlloydbV1beta::GoogleTypeTimeOfDay]
|
803
|
-
attr_accessor :time
|
804
|
-
|
805
|
-
def initialize(**args)
|
806
|
-
update!(**args)
|
807
|
-
end
|
808
|
-
|
809
|
-
# Update properties of this object
|
810
|
-
def update!(**args)
|
811
|
-
@end_date = args[:end_date] if args.key?(:end_date)
|
812
|
-
@start_date = args[:start_date] if args.key?(:start_date)
|
813
|
-
@time = args[:time] if args.key?(:time)
|
814
|
-
end
|
815
|
-
end
|
816
|
-
|
817
768
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
818
769
|
# messages in your APIs. A typical example is to use it as the request or the
|
819
770
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
@@ -915,7 +866,7 @@ module Google
|
|
915
866
|
end
|
916
867
|
|
917
868
|
# Cluster level configuration parameters related to the Gemini in Databases add-
|
918
|
-
# on.
|
869
|
+
# on.
|
919
870
|
class GeminiClusterConfig
|
920
871
|
include Google::Apis::Core::Hashable
|
921
872
|
|
@@ -939,7 +890,7 @@ module Google
|
|
939
890
|
end
|
940
891
|
|
941
892
|
# Instance level configuration parameters related to the Gemini in Databases add-
|
942
|
-
# on.
|
893
|
+
# on.
|
943
894
|
class GeminiInstanceConfig
|
944
895
|
include Google::Apis::Core::Hashable
|
945
896
|
|
@@ -1034,47 +985,6 @@ module Google
|
|
1034
985
|
end
|
1035
986
|
end
|
1036
987
|
|
1037
|
-
# Represents a whole or partial calendar date, such as a birthday. The time of
|
1038
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
1039
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
1040
|
-
# following: * A full date, with non-zero year, month, and day values. * A month
|
1041
|
-
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
1042
|
-
# with a zero month and a zero day. * A year and month, with a zero day (for
|
1043
|
-
# example, a credit card expiration date). Related types: * google.type.
|
1044
|
-
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
1045
|
-
class GoogleTypeDate
|
1046
|
-
include Google::Apis::Core::Hashable
|
1047
|
-
|
1048
|
-
# Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to
|
1049
|
-
# specify a year by itself or a year and month where the day isn't significant.
|
1050
|
-
# Corresponds to the JSON property `day`
|
1051
|
-
# @return [Fixnum]
|
1052
|
-
attr_accessor :day
|
1053
|
-
|
1054
|
-
# Month of a year. Must be from 1 to 12, or 0 to specify a year without a month
|
1055
|
-
# and day.
|
1056
|
-
# Corresponds to the JSON property `month`
|
1057
|
-
# @return [Fixnum]
|
1058
|
-
attr_accessor :month
|
1059
|
-
|
1060
|
-
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
|
1061
|
-
# year.
|
1062
|
-
# Corresponds to the JSON property `year`
|
1063
|
-
# @return [Fixnum]
|
1064
|
-
attr_accessor :year
|
1065
|
-
|
1066
|
-
def initialize(**args)
|
1067
|
-
update!(**args)
|
1068
|
-
end
|
1069
|
-
|
1070
|
-
# Update properties of this object
|
1071
|
-
def update!(**args)
|
1072
|
-
@day = args[:day] if args.key?(:day)
|
1073
|
-
@month = args[:month] if args.key?(:month)
|
1074
|
-
@year = args[:year] if args.key?(:year)
|
1075
|
-
end
|
1076
|
-
end
|
1077
|
-
|
1078
988
|
# Represents a time of day. The date and time zone are either not significant or
|
1079
989
|
# are specified elsewhere. An API may choose to allow leap seconds. Related
|
1080
990
|
# types are google.type.Date and `google.protobuf.Timestamp`.
|
@@ -1227,7 +1137,7 @@ module Google
|
|
1227
1137
|
attr_accessor :gce_zone
|
1228
1138
|
|
1229
1139
|
# Instance level configuration parameters related to the Gemini in Databases add-
|
1230
|
-
# on.
|
1140
|
+
# on.
|
1231
1141
|
# Corresponds to the JSON property `geminiConfig`
|
1232
1142
|
# @return [Google::Apis::AlloydbV1beta::GeminiInstanceConfig]
|
1233
1143
|
attr_accessor :gemini_config
|
@@ -1656,11 +1566,6 @@ module Google
|
|
1656
1566
|
class MaintenanceUpdatePolicy
|
1657
1567
|
include Google::Apis::Core::Hashable
|
1658
1568
|
|
1659
|
-
# Periods to deny maintenance. Currently limited to 1.
|
1660
|
-
# Corresponds to the JSON property `denyMaintenancePeriods`
|
1661
|
-
# @return [Array<Google::Apis::AlloydbV1beta::DenyMaintenancePeriod>]
|
1662
|
-
attr_accessor :deny_maintenance_periods
|
1663
|
-
|
1664
1569
|
# Preferred windows to perform maintenance. Currently limited to 1.
|
1665
1570
|
# Corresponds to the JSON property `maintenanceWindows`
|
1666
1571
|
# @return [Array<Google::Apis::AlloydbV1beta::MaintenanceWindow>]
|
@@ -1672,7 +1577,6 @@ module Google
|
|
1672
1577
|
|
1673
1578
|
# Update properties of this object
|
1674
1579
|
def update!(**args)
|
1675
|
-
@deny_maintenance_periods = args[:deny_maintenance_periods] if args.key?(:deny_maintenance_periods)
|
1676
1580
|
@maintenance_windows = args[:maintenance_windows] if args.key?(:maintenance_windows)
|
1677
1581
|
end
|
1678
1582
|
end
|
@@ -2445,6 +2349,13 @@ module Google
|
|
2445
2349
|
# @return [String]
|
2446
2350
|
attr_accessor :availability_type
|
2447
2351
|
|
2352
|
+
# Checks for resources that are configured to have redundancy, and ongoing
|
2353
|
+
# replication across regions
|
2354
|
+
# Corresponds to the JSON property `crossRegionReplicaConfigured`
|
2355
|
+
# @return [Boolean]
|
2356
|
+
attr_accessor :cross_region_replica_configured
|
2357
|
+
alias_method :cross_region_replica_configured?, :cross_region_replica_configured
|
2358
|
+
|
2448
2359
|
#
|
2449
2360
|
# Corresponds to the JSON property `externalReplicaConfigured`
|
2450
2361
|
# @return [Boolean]
|
@@ -2464,6 +2375,7 @@ module Google
|
|
2464
2375
|
# Update properties of this object
|
2465
2376
|
def update!(**args)
|
2466
2377
|
@availability_type = args[:availability_type] if args.key?(:availability_type)
|
2378
|
+
@cross_region_replica_configured = args[:cross_region_replica_configured] if args.key?(:cross_region_replica_configured)
|
2467
2379
|
@external_replica_configured = args[:external_replica_configured] if args.key?(:external_replica_configured)
|
2468
2380
|
@promotable_replica_configured = args[:promotable_replica_configured] if args.key?(:promotable_replica_configured)
|
2469
2381
|
end
|
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240417"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -88,12 +88,6 @@ module Google
|
|
88
88
|
include Google::Apis::Core::JsonObjectSupport
|
89
89
|
end
|
90
90
|
|
91
|
-
class DenyMaintenancePeriod
|
92
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
-
|
94
|
-
include Google::Apis::Core::JsonObjectSupport
|
95
|
-
end
|
96
|
-
|
97
91
|
class Empty
|
98
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
93
|
|
@@ -142,12 +136,6 @@ module Google
|
|
142
136
|
include Google::Apis::Core::JsonObjectSupport
|
143
137
|
end
|
144
138
|
|
145
|
-
class GoogleTypeDate
|
146
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
-
|
148
|
-
include Google::Apis::Core::JsonObjectSupport
|
149
|
-
end
|
150
|
-
|
151
139
|
class GoogleTypeTimeOfDay
|
152
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
141
|
|
@@ -665,18 +653,6 @@ module Google
|
|
665
653
|
end
|
666
654
|
end
|
667
655
|
|
668
|
-
class DenyMaintenancePeriod
|
669
|
-
# @private
|
670
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
671
|
-
property :end_date, as: 'endDate', class: Google::Apis::AlloydbV1beta::GoogleTypeDate, decorator: Google::Apis::AlloydbV1beta::GoogleTypeDate::Representation
|
672
|
-
|
673
|
-
property :start_date, as: 'startDate', class: Google::Apis::AlloydbV1beta::GoogleTypeDate, decorator: Google::Apis::AlloydbV1beta::GoogleTypeDate::Representation
|
674
|
-
|
675
|
-
property :time, as: 'time', class: Google::Apis::AlloydbV1beta::GoogleTypeTimeOfDay, decorator: Google::Apis::AlloydbV1beta::GoogleTypeTimeOfDay::Representation
|
676
|
-
|
677
|
-
end
|
678
|
-
end
|
679
|
-
|
680
656
|
class Empty
|
681
657
|
# @private
|
682
658
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -740,15 +716,6 @@ module Google
|
|
740
716
|
end
|
741
717
|
end
|
742
718
|
|
743
|
-
class GoogleTypeDate
|
744
|
-
# @private
|
745
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
746
|
-
property :day, as: 'day'
|
747
|
-
property :month, as: 'month'
|
748
|
-
property :year, as: 'year'
|
749
|
-
end
|
750
|
-
end
|
751
|
-
|
752
719
|
class GoogleTypeTimeOfDay
|
753
720
|
# @private
|
754
721
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -906,8 +873,6 @@ module Google
|
|
906
873
|
class MaintenanceUpdatePolicy
|
907
874
|
# @private
|
908
875
|
class Representation < Google::Apis::Core::JsonRepresentation
|
909
|
-
collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::AlloydbV1beta::DenyMaintenancePeriod, decorator: Google::Apis::AlloydbV1beta::DenyMaintenancePeriod::Representation
|
910
|
-
|
911
876
|
collection :maintenance_windows, as: 'maintenanceWindows', class: Google::Apis::AlloydbV1beta::MaintenanceWindow, decorator: Google::Apis::AlloydbV1beta::MaintenanceWindow::Representation
|
912
877
|
|
913
878
|
end
|
@@ -1103,6 +1068,7 @@ module Google
|
|
1103
1068
|
# @private
|
1104
1069
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1105
1070
|
property :availability_type, as: 'availabilityType'
|
1071
|
+
property :cross_region_replica_configured, as: 'crossRegionReplicaConfigured'
|
1106
1072
|
property :external_replica_configured, as: 'externalReplicaConfigured'
|
1107
1073
|
property :promotable_replica_configured, as: 'promotableReplicaConfigured'
|
1108
1074
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|