google-apis-alloydb_v1alpha 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: a59743e954a7ff3c704433ff410fc97f6ac163813f345fb3dda53f8be2720ecb
|
4
|
+
data.tar.gz: 8000963dbd69bedfbdd287bd3c8cd3f17ab306186e5babcba8e06d6d33f07426
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55258266446d8377472aa06b4dcb387436c1fc67ae4ce1afda388504f7aba7c162c9a54c8623c87a7af33b4efa625c2bf45b2ab5ef3b065d5d57c1113960003a
|
7
|
+
data.tar.gz: 472a0c88b2e0801eef98672e3d29060cfd902951d8961bff2cbe357615a686a74974bc7a6349320bc2ebafa9154c6a0fe424cc5aed85f67e6db9ba8474426a65
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1alpha
|
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
|
@@ -472,7 +472,7 @@ module Google
|
|
472
472
|
attr_accessor :etag
|
473
473
|
|
474
474
|
# Cluster level configuration parameters related to the Gemini in Databases add-
|
475
|
-
# on.
|
475
|
+
# on.
|
476
476
|
# Corresponds to the JSON property `geminiConfig`
|
477
477
|
# @return [Google::Apis::AlloydbV1alpha::GeminiClusterConfig]
|
478
478
|
attr_accessor :gemini_config
|
@@ -792,55 +792,6 @@ module Google
|
|
792
792
|
end
|
793
793
|
end
|
794
794
|
|
795
|
-
# DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not
|
796
|
-
# be scheduled to start within this deny period. The start_date must be less
|
797
|
-
# than the end_date.
|
798
|
-
class DenyMaintenancePeriod
|
799
|
-
include Google::Apis::Core::Hashable
|
800
|
-
|
801
|
-
# Represents a whole or partial calendar date, such as a birthday. The time of
|
802
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
803
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
804
|
-
# following: * A full date, with non-zero year, month, and day values. * A month
|
805
|
-
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
806
|
-
# with a zero month and a zero day. * A year and month, with a zero day (for
|
807
|
-
# example, a credit card expiration date). Related types: * google.type.
|
808
|
-
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
809
|
-
# Corresponds to the JSON property `endDate`
|
810
|
-
# @return [Google::Apis::AlloydbV1alpha::GoogleTypeDate]
|
811
|
-
attr_accessor :end_date
|
812
|
-
|
813
|
-
# Represents a whole or partial calendar date, such as a birthday. The time of
|
814
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
815
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
816
|
-
# following: * A full date, with non-zero year, month, and day values. * A month
|
817
|
-
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
818
|
-
# with a zero month and a zero day. * A year and month, with a zero day (for
|
819
|
-
# example, a credit card expiration date). Related types: * google.type.
|
820
|
-
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
821
|
-
# Corresponds to the JSON property `startDate`
|
822
|
-
# @return [Google::Apis::AlloydbV1alpha::GoogleTypeDate]
|
823
|
-
attr_accessor :start_date
|
824
|
-
|
825
|
-
# Represents a time of day. The date and time zone are either not significant or
|
826
|
-
# are specified elsewhere. An API may choose to allow leap seconds. Related
|
827
|
-
# types are google.type.Date and `google.protobuf.Timestamp`.
|
828
|
-
# Corresponds to the JSON property `time`
|
829
|
-
# @return [Google::Apis::AlloydbV1alpha::GoogleTypeTimeOfDay]
|
830
|
-
attr_accessor :time
|
831
|
-
|
832
|
-
def initialize(**args)
|
833
|
-
update!(**args)
|
834
|
-
end
|
835
|
-
|
836
|
-
# Update properties of this object
|
837
|
-
def update!(**args)
|
838
|
-
@end_date = args[:end_date] if args.key?(:end_date)
|
839
|
-
@start_date = args[:start_date] if args.key?(:start_date)
|
840
|
-
@time = args[:time] if args.key?(:time)
|
841
|
-
end
|
842
|
-
end
|
843
|
-
|
844
795
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
845
796
|
# messages in your APIs. A typical example is to use it as the request or the
|
846
797
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
@@ -942,7 +893,7 @@ module Google
|
|
942
893
|
end
|
943
894
|
|
944
895
|
# Cluster level configuration parameters related to the Gemini in Databases add-
|
945
|
-
# on.
|
896
|
+
# on.
|
946
897
|
class GeminiClusterConfig
|
947
898
|
include Google::Apis::Core::Hashable
|
948
899
|
|
@@ -966,7 +917,7 @@ module Google
|
|
966
917
|
end
|
967
918
|
|
968
919
|
# Instance level configuration parameters related to the Gemini in Databases add-
|
969
|
-
# on.
|
920
|
+
# on.
|
970
921
|
class GeminiInstanceConfig
|
971
922
|
include Google::Apis::Core::Hashable
|
972
923
|
|
@@ -1061,47 +1012,6 @@ module Google
|
|
1061
1012
|
end
|
1062
1013
|
end
|
1063
1014
|
|
1064
|
-
# Represents a whole or partial calendar date, such as a birthday. The time of
|
1065
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
1066
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
1067
|
-
# following: * A full date, with non-zero year, month, and day values. * A month
|
1068
|
-
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
1069
|
-
# with a zero month and a zero day. * A year and month, with a zero day (for
|
1070
|
-
# example, a credit card expiration date). Related types: * google.type.
|
1071
|
-
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
1072
|
-
class GoogleTypeDate
|
1073
|
-
include Google::Apis::Core::Hashable
|
1074
|
-
|
1075
|
-
# Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to
|
1076
|
-
# specify a year by itself or a year and month where the day isn't significant.
|
1077
|
-
# Corresponds to the JSON property `day`
|
1078
|
-
# @return [Fixnum]
|
1079
|
-
attr_accessor :day
|
1080
|
-
|
1081
|
-
# Month of a year. Must be from 1 to 12, or 0 to specify a year without a month
|
1082
|
-
# and day.
|
1083
|
-
# Corresponds to the JSON property `month`
|
1084
|
-
# @return [Fixnum]
|
1085
|
-
attr_accessor :month
|
1086
|
-
|
1087
|
-
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
|
1088
|
-
# year.
|
1089
|
-
# Corresponds to the JSON property `year`
|
1090
|
-
# @return [Fixnum]
|
1091
|
-
attr_accessor :year
|
1092
|
-
|
1093
|
-
def initialize(**args)
|
1094
|
-
update!(**args)
|
1095
|
-
end
|
1096
|
-
|
1097
|
-
# Update properties of this object
|
1098
|
-
def update!(**args)
|
1099
|
-
@day = args[:day] if args.key?(:day)
|
1100
|
-
@month = args[:month] if args.key?(:month)
|
1101
|
-
@year = args[:year] if args.key?(:year)
|
1102
|
-
end
|
1103
|
-
end
|
1104
|
-
|
1105
1015
|
# Represents a time of day. The date and time zone are either not significant or
|
1106
1016
|
# are specified elsewhere. An API may choose to allow leap seconds. Related
|
1107
1017
|
# types are google.type.Date and `google.protobuf.Timestamp`.
|
@@ -1254,7 +1164,7 @@ module Google
|
|
1254
1164
|
attr_accessor :gce_zone
|
1255
1165
|
|
1256
1166
|
# Instance level configuration parameters related to the Gemini in Databases add-
|
1257
|
-
# on.
|
1167
|
+
# on.
|
1258
1168
|
# Corresponds to the JSON property `geminiConfig`
|
1259
1169
|
# @return [Google::Apis::AlloydbV1alpha::GeminiInstanceConfig]
|
1260
1170
|
attr_accessor :gemini_config
|
@@ -1690,11 +1600,6 @@ module Google
|
|
1690
1600
|
class MaintenanceUpdatePolicy
|
1691
1601
|
include Google::Apis::Core::Hashable
|
1692
1602
|
|
1693
|
-
# Periods to deny maintenance. Currently limited to 1.
|
1694
|
-
# Corresponds to the JSON property `denyMaintenancePeriods`
|
1695
|
-
# @return [Array<Google::Apis::AlloydbV1alpha::DenyMaintenancePeriod>]
|
1696
|
-
attr_accessor :deny_maintenance_periods
|
1697
|
-
|
1698
1603
|
# Preferred windows to perform maintenance. Currently limited to 1.
|
1699
1604
|
# Corresponds to the JSON property `maintenanceWindows`
|
1700
1605
|
# @return [Array<Google::Apis::AlloydbV1alpha::MaintenanceWindow>]
|
@@ -1706,7 +1611,6 @@ module Google
|
|
1706
1611
|
|
1707
1612
|
# Update properties of this object
|
1708
1613
|
def update!(**args)
|
1709
|
-
@deny_maintenance_periods = args[:deny_maintenance_periods] if args.key?(:deny_maintenance_periods)
|
1710
1614
|
@maintenance_windows = args[:maintenance_windows] if args.key?(:maintenance_windows)
|
1711
1615
|
end
|
1712
1616
|
end
|
@@ -2479,6 +2383,13 @@ module Google
|
|
2479
2383
|
# @return [String]
|
2480
2384
|
attr_accessor :availability_type
|
2481
2385
|
|
2386
|
+
# Checks for resources that are configured to have redundancy, and ongoing
|
2387
|
+
# replication across regions
|
2388
|
+
# Corresponds to the JSON property `crossRegionReplicaConfigured`
|
2389
|
+
# @return [Boolean]
|
2390
|
+
attr_accessor :cross_region_replica_configured
|
2391
|
+
alias_method :cross_region_replica_configured?, :cross_region_replica_configured
|
2392
|
+
|
2482
2393
|
#
|
2483
2394
|
# Corresponds to the JSON property `externalReplicaConfigured`
|
2484
2395
|
# @return [Boolean]
|
@@ -2498,6 +2409,7 @@ module Google
|
|
2498
2409
|
# Update properties of this object
|
2499
2410
|
def update!(**args)
|
2500
2411
|
@availability_type = args[:availability_type] if args.key?(:availability_type)
|
2412
|
+
@cross_region_replica_configured = args[:cross_region_replica_configured] if args.key?(:cross_region_replica_configured)
|
2501
2413
|
@external_replica_configured = args[:external_replica_configured] if args.key?(:external_replica_configured)
|
2502
2414
|
@promotable_replica_configured = args[:promotable_replica_configured] if args.key?(:promotable_replica_configured)
|
2503
2415
|
end
|
@@ -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.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
|
@@ -94,12 +94,6 @@ module Google
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
95
95
|
end
|
96
96
|
|
97
|
-
class DenyMaintenancePeriod
|
98
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
-
|
100
|
-
include Google::Apis::Core::JsonObjectSupport
|
101
|
-
end
|
102
|
-
|
103
97
|
class Empty
|
104
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
99
|
|
@@ -148,12 +142,6 @@ module Google
|
|
148
142
|
include Google::Apis::Core::JsonObjectSupport
|
149
143
|
end
|
150
144
|
|
151
|
-
class GoogleTypeDate
|
152
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
-
|
154
|
-
include Google::Apis::Core::JsonObjectSupport
|
155
|
-
end
|
156
|
-
|
157
145
|
class GoogleTypeTimeOfDay
|
158
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
147
|
|
@@ -679,18 +667,6 @@ module Google
|
|
679
667
|
end
|
680
668
|
end
|
681
669
|
|
682
|
-
class DenyMaintenancePeriod
|
683
|
-
# @private
|
684
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
685
|
-
property :end_date, as: 'endDate', class: Google::Apis::AlloydbV1alpha::GoogleTypeDate, decorator: Google::Apis::AlloydbV1alpha::GoogleTypeDate::Representation
|
686
|
-
|
687
|
-
property :start_date, as: 'startDate', class: Google::Apis::AlloydbV1alpha::GoogleTypeDate, decorator: Google::Apis::AlloydbV1alpha::GoogleTypeDate::Representation
|
688
|
-
|
689
|
-
property :time, as: 'time', class: Google::Apis::AlloydbV1alpha::GoogleTypeTimeOfDay, decorator: Google::Apis::AlloydbV1alpha::GoogleTypeTimeOfDay::Representation
|
690
|
-
|
691
|
-
end
|
692
|
-
end
|
693
|
-
|
694
670
|
class Empty
|
695
671
|
# @private
|
696
672
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -754,15 +730,6 @@ module Google
|
|
754
730
|
end
|
755
731
|
end
|
756
732
|
|
757
|
-
class GoogleTypeDate
|
758
|
-
# @private
|
759
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
760
|
-
property :day, as: 'day'
|
761
|
-
property :month, as: 'month'
|
762
|
-
property :year, as: 'year'
|
763
|
-
end
|
764
|
-
end
|
765
|
-
|
766
733
|
class GoogleTypeTimeOfDay
|
767
734
|
# @private
|
768
735
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -921,8 +888,6 @@ module Google
|
|
921
888
|
class MaintenanceUpdatePolicy
|
922
889
|
# @private
|
923
890
|
class Representation < Google::Apis::Core::JsonRepresentation
|
924
|
-
collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::AlloydbV1alpha::DenyMaintenancePeriod, decorator: Google::Apis::AlloydbV1alpha::DenyMaintenancePeriod::Representation
|
925
|
-
|
926
891
|
collection :maintenance_windows, as: 'maintenanceWindows', class: Google::Apis::AlloydbV1alpha::MaintenanceWindow, decorator: Google::Apis::AlloydbV1alpha::MaintenanceWindow::Representation
|
927
892
|
|
928
893
|
end
|
@@ -1118,6 +1083,7 @@ module Google
|
|
1118
1083
|
# @private
|
1119
1084
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1120
1085
|
property :availability_type, as: 'availabilityType'
|
1086
|
+
property :cross_region_replica_configured, as: 'crossRegionReplicaConfigured'
|
1121
1087
|
property :external_replica_configured, as: 'externalReplicaConfigured'
|
1122
1088
|
property :promotable_replica_configured, as: 'promotableReplicaConfigured'
|
1123
1089
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.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_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|