google-apis-alloydb_v1alpha 0.11.0 → 0.12.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: bbe9ca4b0ef74851f41a6831ce004c546afaa938b9b70fcdf7b8acf07c4f894b
4
- data.tar.gz: 371eb6871111ad85a83bbfe0d85cf222ffeb925932d83904a5a834bab460c1e3
3
+ metadata.gz: 7904598948401294a0206e2bbfd815734091fe9a56531a5da7523dcfee03e48c
4
+ data.tar.gz: 9208639126b373fd81a3bc34b0b242140ed76ac2eb6a49e7f14433addbd93820
5
5
  SHA512:
6
- metadata.gz: 2f2e51dd9cda49072494bdf72d62ec61fc29d9270ef05f156f72bbe06570ee2f85de8675fd9ddfe082d2b3921bbbebfb636338f534c68c6b1c17f494465b68c0
7
- data.tar.gz: 71131cf8169a0ea21d111c1247a32871d8e3993e6d89f327ddefd9160ed2f79c2fef245515e00ab6d9eaf97003acfcc28cbd4ab89c9f82b7596106aed2733497
6
+ metadata.gz: 4813ab76e636adf7d06b30e63e24d82210f27af12f3385270e6adf830e135b4d0797b119737bf8099c3f06182df38464d06f1099914c8d29de8ccb7d7aecee90
7
+ data.tar.gz: 87449d8fcef3e9394a830aac0021020b8bf10d8332ef74aa2eda078cfa667174423dca5eaf225a114e7eb0779c4070c2ab39b33d63bb5fd1789f8df2c6fec901
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1alpha
2
2
 
3
+ ### v0.12.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240410
6
+
3
7
  ### v0.11.0 (2024-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20240320
@@ -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.
@@ -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`.
@@ -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
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.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 = "20240320"
25
+ REVISION = "20240410"
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
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.11.0
4
+ version: 0.12.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-03-31 00:00:00.000000000 Z
11
+ date: 2024-04-21 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.12.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: []