google-apis-alloydb_v1alpha 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: 6529b3dc0aaf77bb91c4823fdf81dfaded2bee3bbf9d55f6a1059f5bff2fd713
|
|
4
|
+
data.tar.gz: 86707291fe7ed248cd864401c77c0826052f94619fb47cf0d03189db31340ea3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb6c217a17a443cdb906ade3094345fff00fb6997fee1e3f6559011857cf757269098fdc12ede0003064e858491133faa98d5a09148eab9408579cbc2d28b1c3
|
|
7
|
+
data.tar.gz: ce1c27ef2b2f33cb559babd8f23ceea64290b6ca9e5eb286d8ad3e045470a66779fccb8e5535af45e6626ab0f124c146d231887cfeb9d4e44226a29db8f710d0
|
data/CHANGELOG.md
CHANGED
|
@@ -4876,6 +4876,18 @@ module Google
|
|
|
4876
4876
|
class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo
|
|
4877
4877
|
include Google::Apis::Core::Hashable
|
|
4878
4878
|
|
|
4879
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
4880
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
4881
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
4882
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
4883
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
4884
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
4885
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
4886
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
4887
|
+
# Corresponds to the JSON property `currentVersionReleaseDate`
|
|
4888
|
+
# @return [Google::Apis::AlloydbV1alpha::GoogleTypeDate]
|
|
4889
|
+
attr_accessor :current_version_release_date
|
|
4890
|
+
|
|
4879
4891
|
# Optional. List of Deny maintenance period for the database resource.
|
|
4880
4892
|
# Corresponds to the JSON property `denyMaintenanceSchedules`
|
|
4881
4893
|
# @return [Array<Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule>]
|
|
@@ -4913,26 +4925,19 @@ module Google
|
|
|
4913
4925
|
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance]
|
|
4914
4926
|
attr_accessor :upcoming_maintenance
|
|
4915
4927
|
|
|
4916
|
-
# Optional. This field will contain the date when the last version update was
|
|
4917
|
-
# applied to the database resource. This will be used to calculate the age of
|
|
4918
|
-
# the maintenance version.
|
|
4919
|
-
# Corresponds to the JSON property `versionUpdateTime`
|
|
4920
|
-
# @return [String]
|
|
4921
|
-
attr_accessor :version_update_time
|
|
4922
|
-
|
|
4923
4928
|
def initialize(**args)
|
|
4924
4929
|
update!(**args)
|
|
4925
4930
|
end
|
|
4926
4931
|
|
|
4927
4932
|
# Update properties of this object
|
|
4928
4933
|
def update!(**args)
|
|
4934
|
+
@current_version_release_date = args[:current_version_release_date] if args.key?(:current_version_release_date)
|
|
4929
4935
|
@deny_maintenance_schedules = args[:deny_maintenance_schedules] if args.key?(:deny_maintenance_schedules)
|
|
4930
4936
|
@is_instance_stopped = args[:is_instance_stopped] if args.key?(:is_instance_stopped)
|
|
4931
4937
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
|
4932
4938
|
@maintenance_state = args[:maintenance_state] if args.key?(:maintenance_state)
|
|
4933
4939
|
@maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
|
|
4934
4940
|
@upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
|
|
4935
|
-
@version_update_time = args[:version_update_time] if args.key?(:version_update_time)
|
|
4936
4941
|
end
|
|
4937
4942
|
end
|
|
4938
4943
|
|
|
@@ -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.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
|
|
@@ -2017,6 +2017,8 @@ module Google
|
|
|
2017
2017
|
class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo
|
|
2018
2018
|
# @private
|
|
2019
2019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2020
|
+
property :current_version_release_date, as: 'currentVersionReleaseDate', class: Google::Apis::AlloydbV1alpha::GoogleTypeDate, decorator: Google::Apis::AlloydbV1alpha::GoogleTypeDate::Representation
|
|
2021
|
+
|
|
2020
2022
|
collection :deny_maintenance_schedules, as: 'denyMaintenanceSchedules', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule::Representation
|
|
2021
2023
|
|
|
2022
2024
|
property :is_instance_stopped, as: 'isInstanceStopped'
|
|
@@ -2026,7 +2028,6 @@ module Google
|
|
|
2026
2028
|
property :maintenance_version, as: 'maintenanceVersion'
|
|
2027
2029
|
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance::Representation
|
|
2028
2030
|
|
|
2029
|
-
property :version_update_time, as: 'versionUpdateTime'
|
|
2030
2031
|
end
|
|
2031
2032
|
end
|
|
2032
2033
|
|
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.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_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.47.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:
|