google-apis-alloydb_v1 0.60.0 → 0.62.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/alloydb_v1/classes.rb +54 -2
- data/lib/google/apis/alloydb_v1/gem_version.rb +3 -3
- data/lib/google/apis/alloydb_v1/representations.rb +19 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 10585d80e2b7d68b5ac057ae97ba4220b0ab004c378b09949da06b1928e3e644
|
|
4
|
+
data.tar.gz: 810804f22fd7abed1016c98dab7deea2f5e1f80f3244561750dae77334f0515f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d713bba5559ea2e41df10875fe4e961a485dd58e8aab2ba602936238da79cf98e9609b41fbd9a93ab0b74c41df1308c5cd52aad19c9e98c18f2a6fd1e6bcf7fd
|
|
7
|
+
data.tar.gz: 4fc62a4ab705767c4ab6df3810e67f345306adb8d98c3568e7c641a001d15c8ecaab814ea2b6b5c99344396c395c72a57c32cea0100783e4a87d591f2347fec9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-alloydb_v1
|
|
2
2
|
|
|
3
|
+
### v0.62.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260605
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
8
|
+
### v0.61.0 (2026-05-31)
|
|
9
|
+
|
|
10
|
+
* Regenerated from discovery document revision 20260520
|
|
11
|
+
|
|
3
12
|
### v0.60.0 (2026-05-17)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20260507
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/alloydb/) may provide guida
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -3793,7 +3793,7 @@ module Google
|
|
|
3793
3793
|
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
|
3794
3794
|
attr_accessor :resource_id
|
|
3795
3795
|
|
|
3796
|
-
# Common model for database resource instance metadata. Next ID:
|
|
3796
|
+
# Common model for database resource instance metadata. Next ID: 35
|
|
3797
3797
|
# Corresponds to the JSON property `resourceMetadata`
|
|
3798
3798
|
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
|
|
3799
3799
|
attr_accessor :resource_metadata
|
|
@@ -3991,10 +3991,15 @@ module Google
|
|
|
3991
3991
|
end
|
|
3992
3992
|
end
|
|
3993
3993
|
|
|
3994
|
-
# Common model for database resource instance metadata. Next ID:
|
|
3994
|
+
# Common model for database resource instance metadata. Next ID: 35
|
|
3995
3995
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
|
|
3996
3996
|
include Google::Apis::Core::Hashable
|
|
3997
3997
|
|
|
3998
|
+
# Field to ingest additional metadata whichd does not support proto format.
|
|
3999
|
+
# Corresponds to the JSON property `additionalMetadata`
|
|
4000
|
+
# @return [Hash<String,Object>]
|
|
4001
|
+
attr_accessor :additional_metadata
|
|
4002
|
+
|
|
3998
4003
|
# Configuration for availability of database instance
|
|
3999
4004
|
# Corresponds to the JSON property `availabilityConfiguration`
|
|
4000
4005
|
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration]
|
|
@@ -4068,6 +4073,16 @@ module Google
|
|
|
4068
4073
|
# @return [String]
|
|
4069
4074
|
attr_accessor :instance_type
|
|
4070
4075
|
|
|
4076
|
+
# Field to ingest additional metadata which support proto format.
|
|
4077
|
+
# Corresponds to the JSON property `internalAdditionalMetadata`
|
|
4078
|
+
# @return [Hash<String,Object>]
|
|
4079
|
+
attr_accessor :internal_additional_metadata
|
|
4080
|
+
|
|
4081
|
+
# Used to send IP address information for a database resource.
|
|
4082
|
+
# Corresponds to the JSON property `ipAddress`
|
|
4083
|
+
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainIpAddress]
|
|
4084
|
+
attr_accessor :ip_address
|
|
4085
|
+
|
|
4071
4086
|
# Optional. Whether deletion protection is enabled for this resource.
|
|
4072
4087
|
# Corresponds to the JSON property `isDeletionProtectionEnabled`
|
|
4073
4088
|
# @return [Boolean]
|
|
@@ -4168,6 +4183,7 @@ module Google
|
|
|
4168
4183
|
|
|
4169
4184
|
# Update properties of this object
|
|
4170
4185
|
def update!(**args)
|
|
4186
|
+
@additional_metadata = args[:additional_metadata] if args.key?(:additional_metadata)
|
|
4171
4187
|
@availability_configuration = args[:availability_configuration] if args.key?(:availability_configuration)
|
|
4172
4188
|
@backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
|
|
4173
4189
|
@backup_run = args[:backup_run] if args.key?(:backup_run)
|
|
@@ -4181,6 +4197,8 @@ module Google
|
|
|
4181
4197
|
@gcbdr_configuration = args[:gcbdr_configuration] if args.key?(:gcbdr_configuration)
|
|
4182
4198
|
@id = args[:id] if args.key?(:id)
|
|
4183
4199
|
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
|
4200
|
+
@internal_additional_metadata = args[:internal_additional_metadata] if args.key?(:internal_additional_metadata)
|
|
4201
|
+
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
|
4184
4202
|
@is_deletion_protection_enabled = args[:is_deletion_protection_enabled] if args.key?(:is_deletion_protection_enabled)
|
|
4185
4203
|
@location = args[:location] if args.key?(:location)
|
|
4186
4204
|
@machine_configuration = args[:machine_configuration] if args.key?(:machine_configuration)
|
|
@@ -4443,6 +4461,34 @@ module Google
|
|
|
4443
4461
|
end
|
|
4444
4462
|
end
|
|
4445
4463
|
|
|
4464
|
+
# Used to send IP address information for a database resource.
|
|
4465
|
+
class StorageDatabasecenterPartnerapiV1mainIpAddress
|
|
4466
|
+
include Google::Apis::Core::Hashable
|
|
4467
|
+
|
|
4468
|
+
# The private IP address assigned to the resource within a Virtual Private Cloud
|
|
4469
|
+
# (VPC). This IP is only reachable from within the same VPC network. Stored in
|
|
4470
|
+
# standard string format (e.g., "10.0.0.2").
|
|
4471
|
+
# Corresponds to the JSON property `privateIp`
|
|
4472
|
+
# @return [String]
|
|
4473
|
+
attr_accessor :private_ip
|
|
4474
|
+
|
|
4475
|
+
# The public IP address assigned to the resource. This IP is reachable from the
|
|
4476
|
+
# internet. Stored in standard string format (e.g., "34.72.1.1").
|
|
4477
|
+
# Corresponds to the JSON property `publicIp`
|
|
4478
|
+
# @return [String]
|
|
4479
|
+
attr_accessor :public_ip
|
|
4480
|
+
|
|
4481
|
+
def initialize(**args)
|
|
4482
|
+
update!(**args)
|
|
4483
|
+
end
|
|
4484
|
+
|
|
4485
|
+
# Update properties of this object
|
|
4486
|
+
def update!(**args)
|
|
4487
|
+
@private_ip = args[:private_ip] if args.key?(:private_ip)
|
|
4488
|
+
@public_ip = args[:public_ip] if args.key?(:public_ip)
|
|
4489
|
+
end
|
|
4490
|
+
end
|
|
4491
|
+
|
|
4446
4492
|
# MachineConfiguration describes the configuration of a machine specific to
|
|
4447
4493
|
# Database Resource.
|
|
4448
4494
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
|
@@ -4694,6 +4740,11 @@ module Google
|
|
|
4694
4740
|
# @return [String]
|
|
4695
4741
|
attr_accessor :maintenance_version
|
|
4696
4742
|
|
|
4743
|
+
# Optional. List of next available maintenance versions.
|
|
4744
|
+
# Corresponds to the JSON property `nextAvailableMaintenanceVersions`
|
|
4745
|
+
# @return [Array<String>]
|
|
4746
|
+
attr_accessor :next_available_maintenance_versions
|
|
4747
|
+
|
|
4697
4748
|
# Upcoming maintenance for the database resource. This is generated by SLM once
|
|
4698
4749
|
# the upcoming maintenance schedule is published.
|
|
4699
4750
|
# Corresponds to the JSON property `upcomingMaintenance`
|
|
@@ -4712,6 +4763,7 @@ module Google
|
|
|
4712
4763
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
|
4713
4764
|
@maintenance_state = args[:maintenance_state] if args.key?(:maintenance_state)
|
|
4714
4765
|
@maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
|
|
4766
|
+
@next_available_maintenance_versions = args[:next_available_maintenance_versions] if args.key?(:next_available_maintenance_versions)
|
|
4715
4767
|
@upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
|
|
4716
4768
|
end
|
|
4717
4769
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AlloydbV1
|
|
18
18
|
# Version of the google-apis-alloydb_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.62.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260605"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -598,6 +598,12 @@ module Google
|
|
|
598
598
|
include Google::Apis::Core::JsonObjectSupport
|
|
599
599
|
end
|
|
600
600
|
|
|
601
|
+
class StorageDatabasecenterPartnerapiV1mainIpAddress
|
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
603
|
+
|
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
605
|
+
end
|
|
606
|
+
|
|
601
607
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
|
602
608
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
603
609
|
|
|
@@ -1763,6 +1769,7 @@ module Google
|
|
|
1763
1769
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
|
|
1764
1770
|
# @private
|
|
1765
1771
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1772
|
+
hash :additional_metadata, as: 'additionalMetadata'
|
|
1766
1773
|
property :availability_configuration, as: 'availabilityConfiguration', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration::Representation
|
|
1767
1774
|
|
|
1768
1775
|
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupConfiguration, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupConfiguration::Representation
|
|
@@ -1784,6 +1791,9 @@ module Google
|
|
|
1784
1791
|
property :id, as: 'id', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
|
1785
1792
|
|
|
1786
1793
|
property :instance_type, as: 'instanceType'
|
|
1794
|
+
hash :internal_additional_metadata, as: 'internalAdditionalMetadata'
|
|
1795
|
+
property :ip_address, as: 'ipAddress', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainIpAddress, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainIpAddress::Representation
|
|
1796
|
+
|
|
1787
1797
|
property :is_deletion_protection_enabled, as: 'isDeletionProtectionEnabled'
|
|
1788
1798
|
property :location, as: 'location'
|
|
1789
1799
|
property :machine_configuration, as: 'machineConfiguration', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainMachineConfiguration, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainMachineConfiguration::Representation
|
|
@@ -1873,6 +1883,14 @@ module Google
|
|
|
1873
1883
|
end
|
|
1874
1884
|
end
|
|
1875
1885
|
|
|
1886
|
+
class StorageDatabasecenterPartnerapiV1mainIpAddress
|
|
1887
|
+
# @private
|
|
1888
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1889
|
+
property :private_ip, as: 'privateIp'
|
|
1890
|
+
property :public_ip, as: 'publicIp'
|
|
1891
|
+
end
|
|
1892
|
+
end
|
|
1893
|
+
|
|
1876
1894
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
|
1877
1895
|
# @private
|
|
1878
1896
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1938,6 +1956,7 @@ module Google
|
|
|
1938
1956
|
|
|
1939
1957
|
property :maintenance_state, as: 'maintenanceState'
|
|
1940
1958
|
property :maintenance_version, as: 'maintenanceVersion'
|
|
1959
|
+
collection :next_available_maintenance_versions, as: 'nextAvailableMaintenanceVersions'
|
|
1941
1960
|
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance::Representation
|
|
1942
1961
|
|
|
1943
1962
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-alloydb_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.62.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.62.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|