google-apis-alloydb_v1beta 0.46.0 → 0.47.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: 514e39d200ec5016e771d7b2c0d541358b35bcd5c89bff582c5066793308a4af
|
|
4
|
+
data.tar.gz: 83549e368b305071fe2425dddf69cbbfdaa0b7e90a7d90382697d73a51be7ba9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 767aacec24b6ba5d03f70d8d414a625ecb043345e5a517b7cfefe985b11ee0ea4a62a0edb1f2c67bc3508d3d2056b3207c8c28a0a59b28aff841c8d98f17e29f
|
|
7
|
+
data.tar.gz: 23a7b21a50b53a50c2259c2064793203a4ba826c0c98658b3bcdc61de26bdd9dcda3161f4d66349e9aa8aaca2b948e7c68752d4855af9e1b904474cd3948d827
|
data/CHANGELOG.md
CHANGED
|
@@ -4842,6 +4842,18 @@ module Google
|
|
|
4842
4842
|
class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo
|
|
4843
4843
|
include Google::Apis::Core::Hashable
|
|
4844
4844
|
|
|
4845
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
4846
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
4847
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
4848
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
4849
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
4850
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
4851
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
4852
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
4853
|
+
# Corresponds to the JSON property `currentVersionReleaseDate`
|
|
4854
|
+
# @return [Google::Apis::AlloydbV1beta::GoogleTypeDate]
|
|
4855
|
+
attr_accessor :current_version_release_date
|
|
4856
|
+
|
|
4845
4857
|
# Optional. List of Deny maintenance period for the database resource.
|
|
4846
4858
|
# Corresponds to the JSON property `denyMaintenanceSchedules`
|
|
4847
4859
|
# @return [Array<Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule>]
|
|
@@ -4879,26 +4891,19 @@ module Google
|
|
|
4879
4891
|
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance]
|
|
4880
4892
|
attr_accessor :upcoming_maintenance
|
|
4881
4893
|
|
|
4882
|
-
# Optional. This field will contain the date when the last version update was
|
|
4883
|
-
# applied to the database resource. This will be used to calculate the age of
|
|
4884
|
-
# the maintenance version.
|
|
4885
|
-
# Corresponds to the JSON property `versionUpdateTime`
|
|
4886
|
-
# @return [String]
|
|
4887
|
-
attr_accessor :version_update_time
|
|
4888
|
-
|
|
4889
4894
|
def initialize(**args)
|
|
4890
4895
|
update!(**args)
|
|
4891
4896
|
end
|
|
4892
4897
|
|
|
4893
4898
|
# Update properties of this object
|
|
4894
4899
|
def update!(**args)
|
|
4900
|
+
@current_version_release_date = args[:current_version_release_date] if args.key?(:current_version_release_date)
|
|
4895
4901
|
@deny_maintenance_schedules = args[:deny_maintenance_schedules] if args.key?(:deny_maintenance_schedules)
|
|
4896
4902
|
@is_instance_stopped = args[:is_instance_stopped] if args.key?(:is_instance_stopped)
|
|
4897
4903
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
|
4898
4904
|
@maintenance_state = args[:maintenance_state] if args.key?(:maintenance_state)
|
|
4899
4905
|
@maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
|
|
4900
4906
|
@upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
|
|
4901
|
-
@version_update_time = args[:version_update_time] if args.key?(:version_update_time)
|
|
4902
4907
|
end
|
|
4903
4908
|
end
|
|
4904
4909
|
|
|
@@ -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.47.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 = "20260205"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2002,6 +2002,8 @@ module Google
|
|
|
2002
2002
|
class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo
|
|
2003
2003
|
# @private
|
|
2004
2004
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2005
|
+
property :current_version_release_date, as: 'currentVersionReleaseDate', class: Google::Apis::AlloydbV1beta::GoogleTypeDate, decorator: Google::Apis::AlloydbV1beta::GoogleTypeDate::Representation
|
|
2006
|
+
|
|
2005
2007
|
collection :deny_maintenance_schedules, as: 'denyMaintenanceSchedules', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule::Representation
|
|
2006
2008
|
|
|
2007
2009
|
property :is_instance_stopped, as: 'isInstanceStopped'
|
|
@@ -2011,7 +2013,6 @@ module Google
|
|
|
2011
2013
|
property :maintenance_version, as: 'maintenanceVersion'
|
|
2012
2014
|
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance::Representation
|
|
2013
2015
|
|
|
2014
|
-
property :version_update_time, as: 'versionUpdateTime'
|
|
2015
2016
|
end
|
|
2016
2017
|
end
|
|
2017
2018
|
|
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.47.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.47.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:
|