google-apis-alloydb_v1alpha 0.52.0 → 0.54.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: 220360c950be13af642c78e64389e5d49b8707c480b8df219501d4fe9cd60916
4
- data.tar.gz: a8d6f54c101cbfe82520a0c8767b485644d565d1a9c62e52f852542f78c04ceb
3
+ metadata.gz: 3ca5cf48bb6efdda8db93d5942608db660a8bfc7fb7a3ced4ce5a163147786f6
4
+ data.tar.gz: cb4ad34025477466e09e59354929146cb9c719eef3d163adc9ddc33217e5dade
5
5
  SHA512:
6
- metadata.gz: 128153a745fb9e145c850893c87fd2d7a0bc6fc8e0f70e9a2866fd738576780d714604893a7e8d2b5725ecef8152ac54b56172737391ab5c6117349e37937bd7
7
- data.tar.gz: c63bee16863e7253c4f1f315495095ef1faeec5c343e8812278bd13de371ff0489501d80604caac8572f3b97a3b7895247b079743b402e97ba0634e9a206683b
6
+ metadata.gz: c81ade1243054ea37f7ae2a62afe8e7cf8734a54bcffee137c0330cadfa9530c5e1556338875e6d00e04718ec36c6fbf225825473719a6d55300c19aea186c71
7
+ data.tar.gz: 137be6ce264490eb24ca6f779ac3f575c25129f65a91bb10538349699ef73838a465f008466b28c669d6b73c44197090ef48993eb62341786d2c07f14d016b70
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-alloydb_v1alpha
2
2
 
3
+ ### v0.54.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260605
6
+ * Regenerated using generator version 0.19.0
7
+
8
+ ### v0.53.0 (2026-05-31)
9
+
10
+ * Regenerated from discovery document revision 20260520
11
+
3
12
  ### v0.52.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.1+.
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
 
@@ -1005,6 +1005,12 @@ module Google
1005
1005
  # @return [Array<String>]
1006
1006
  attr_accessor :pem_certificate_chain
1007
1007
 
1008
+ # Output only. Specifies the DNS name to use with PSC service automation for the
1009
+ # Instance.
1010
+ # Corresponds to the JSON property `pscAutoDnsName`
1011
+ # @return [String]
1012
+ attr_accessor :psc_auto_dns_name
1013
+
1008
1014
  # Output only. The DNS name to use with PSC for the Instance.
1009
1015
  # Corresponds to the JSON property `pscDnsName`
1010
1016
  # @return [String]
@@ -1027,6 +1033,7 @@ module Google
1027
1033
  @ip_address = args[:ip_address] if args.key?(:ip_address)
1028
1034
  @name = args[:name] if args.key?(:name)
1029
1035
  @pem_certificate_chain = args[:pem_certificate_chain] if args.key?(:pem_certificate_chain)
1036
+ @psc_auto_dns_name = args[:psc_auto_dns_name] if args.key?(:psc_auto_dns_name)
1030
1037
  @psc_dns_name = args[:psc_dns_name] if args.key?(:psc_dns_name)
1031
1038
  @public_ip_address = args[:public_ip_address] if args.key?(:public_ip_address)
1032
1039
  end
@@ -4258,7 +4265,7 @@ module Google
4258
4265
  # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
4259
4266
  attr_accessor :resource_id
4260
4267
 
4261
- # Common model for database resource instance metadata. Next ID: 32
4268
+ # Common model for database resource instance metadata. Next ID: 35
4262
4269
  # Corresponds to the JSON property `resourceMetadata`
4263
4270
  # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
4264
4271
  attr_accessor :resource_metadata
@@ -4456,10 +4463,15 @@ module Google
4456
4463
  end
4457
4464
  end
4458
4465
 
4459
- # Common model for database resource instance metadata. Next ID: 32
4466
+ # Common model for database resource instance metadata. Next ID: 35
4460
4467
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
4461
4468
  include Google::Apis::Core::Hashable
4462
4469
 
4470
+ # Field to ingest additional metadata whichd does not support proto format.
4471
+ # Corresponds to the JSON property `additionalMetadata`
4472
+ # @return [Hash<String,Object>]
4473
+ attr_accessor :additional_metadata
4474
+
4463
4475
  # Configuration for availability of database instance
4464
4476
  # Corresponds to the JSON property `availabilityConfiguration`
4465
4477
  # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration]
@@ -4533,6 +4545,16 @@ module Google
4533
4545
  # @return [String]
4534
4546
  attr_accessor :instance_type
4535
4547
 
4548
+ # Field to ingest additional metadata which support proto format.
4549
+ # Corresponds to the JSON property `internalAdditionalMetadata`
4550
+ # @return [Hash<String,Object>]
4551
+ attr_accessor :internal_additional_metadata
4552
+
4553
+ # Used to send IP address information for a database resource.
4554
+ # Corresponds to the JSON property `ipAddress`
4555
+ # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainIpAddress]
4556
+ attr_accessor :ip_address
4557
+
4536
4558
  # Optional. Whether deletion protection is enabled for this resource.
4537
4559
  # Corresponds to the JSON property `isDeletionProtectionEnabled`
4538
4560
  # @return [Boolean]
@@ -4633,6 +4655,7 @@ module Google
4633
4655
 
4634
4656
  # Update properties of this object
4635
4657
  def update!(**args)
4658
+ @additional_metadata = args[:additional_metadata] if args.key?(:additional_metadata)
4636
4659
  @availability_configuration = args[:availability_configuration] if args.key?(:availability_configuration)
4637
4660
  @backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
4638
4661
  @backup_run = args[:backup_run] if args.key?(:backup_run)
@@ -4646,6 +4669,8 @@ module Google
4646
4669
  @gcbdr_configuration = args[:gcbdr_configuration] if args.key?(:gcbdr_configuration)
4647
4670
  @id = args[:id] if args.key?(:id)
4648
4671
  @instance_type = args[:instance_type] if args.key?(:instance_type)
4672
+ @internal_additional_metadata = args[:internal_additional_metadata] if args.key?(:internal_additional_metadata)
4673
+ @ip_address = args[:ip_address] if args.key?(:ip_address)
4649
4674
  @is_deletion_protection_enabled = args[:is_deletion_protection_enabled] if args.key?(:is_deletion_protection_enabled)
4650
4675
  @location = args[:location] if args.key?(:location)
4651
4676
  @machine_configuration = args[:machine_configuration] if args.key?(:machine_configuration)
@@ -4908,6 +4933,34 @@ module Google
4908
4933
  end
4909
4934
  end
4910
4935
 
4936
+ # Used to send IP address information for a database resource.
4937
+ class StorageDatabasecenterPartnerapiV1mainIpAddress
4938
+ include Google::Apis::Core::Hashable
4939
+
4940
+ # The private IP address assigned to the resource within a Virtual Private Cloud
4941
+ # (VPC). This IP is only reachable from within the same VPC network. Stored in
4942
+ # standard string format (e.g., "10.0.0.2").
4943
+ # Corresponds to the JSON property `privateIp`
4944
+ # @return [String]
4945
+ attr_accessor :private_ip
4946
+
4947
+ # The public IP address assigned to the resource. This IP is reachable from the
4948
+ # internet. Stored in standard string format (e.g., "34.72.1.1").
4949
+ # Corresponds to the JSON property `publicIp`
4950
+ # @return [String]
4951
+ attr_accessor :public_ip
4952
+
4953
+ def initialize(**args)
4954
+ update!(**args)
4955
+ end
4956
+
4957
+ # Update properties of this object
4958
+ def update!(**args)
4959
+ @private_ip = args[:private_ip] if args.key?(:private_ip)
4960
+ @public_ip = args[:public_ip] if args.key?(:public_ip)
4961
+ end
4962
+ end
4963
+
4911
4964
  # MachineConfiguration describes the configuration of a machine specific to
4912
4965
  # Database Resource.
4913
4966
  class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
@@ -5159,6 +5212,11 @@ module Google
5159
5212
  # @return [String]
5160
5213
  attr_accessor :maintenance_version
5161
5214
 
5215
+ # Optional. List of next available maintenance versions.
5216
+ # Corresponds to the JSON property `nextAvailableMaintenanceVersions`
5217
+ # @return [Array<String>]
5218
+ attr_accessor :next_available_maintenance_versions
5219
+
5162
5220
  # Upcoming maintenance for the database resource. This is generated by SLM once
5163
5221
  # the upcoming maintenance schedule is published.
5164
5222
  # Corresponds to the JSON property `upcomingMaintenance`
@@ -5177,6 +5235,7 @@ module Google
5177
5235
  @maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
5178
5236
  @maintenance_state = args[:maintenance_state] if args.key?(:maintenance_state)
5179
5237
  @maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
5238
+ @next_available_maintenance_versions = args[:next_available_maintenance_versions] if args.key?(:next_available_maintenance_versions)
5180
5239
  @upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
5181
5240
  end
5182
5241
  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.52.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260507"
25
+ REVISION = "20260605"
26
26
  end
27
27
  end
28
28
  end
@@ -646,6 +646,12 @@ module Google
646
646
  include Google::Apis::Core::JsonObjectSupport
647
647
  end
648
648
 
649
+ class StorageDatabasecenterPartnerapiV1mainIpAddress
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
649
655
  class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
650
656
  class Representation < Google::Apis::Core::JsonRepresentation; end
651
657
 
@@ -1041,6 +1047,7 @@ module Google
1041
1047
  property :ip_address, as: 'ipAddress'
1042
1048
  property :name, as: 'name'
1043
1049
  collection :pem_certificate_chain, as: 'pemCertificateChain'
1050
+ property :psc_auto_dns_name, as: 'pscAutoDnsName'
1044
1051
  property :psc_dns_name, as: 'pscDnsName'
1045
1052
  property :public_ip_address, as: 'publicIpAddress'
1046
1053
  end
@@ -1924,6 +1931,7 @@ module Google
1924
1931
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
1925
1932
  # @private
1926
1933
  class Representation < Google::Apis::Core::JsonRepresentation
1934
+ hash :additional_metadata, as: 'additionalMetadata'
1927
1935
  property :availability_configuration, as: 'availabilityConfiguration', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration::Representation
1928
1936
 
1929
1937
  property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupConfiguration, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupConfiguration::Representation
@@ -1945,6 +1953,9 @@ module Google
1945
1953
  property :id, as: 'id', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
1946
1954
 
1947
1955
  property :instance_type, as: 'instanceType'
1956
+ hash :internal_additional_metadata, as: 'internalAdditionalMetadata'
1957
+ property :ip_address, as: 'ipAddress', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainIpAddress, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainIpAddress::Representation
1958
+
1948
1959
  property :is_deletion_protection_enabled, as: 'isDeletionProtectionEnabled'
1949
1960
  property :location, as: 'location'
1950
1961
  property :machine_configuration, as: 'machineConfiguration', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainMachineConfiguration, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainMachineConfiguration::Representation
@@ -2034,6 +2045,14 @@ module Google
2034
2045
  end
2035
2046
  end
2036
2047
 
2048
+ class StorageDatabasecenterPartnerapiV1mainIpAddress
2049
+ # @private
2050
+ class Representation < Google::Apis::Core::JsonRepresentation
2051
+ property :private_ip, as: 'privateIp'
2052
+ property :public_ip, as: 'publicIp'
2053
+ end
2054
+ end
2055
+
2037
2056
  class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
2038
2057
  # @private
2039
2058
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2099,6 +2118,7 @@ module Google
2099
2118
 
2100
2119
  property :maintenance_state, as: 'maintenanceState'
2101
2120
  property :maintenance_version, as: 'maintenanceVersion'
2121
+ collection :next_available_maintenance_versions, as: 'nextAvailableMaintenanceVersions'
2102
2122
  property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance::Representation
2103
2123
 
2104
2124
  end
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.52.0
4
+ version: 0.54.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.52.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.54.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:
@@ -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.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="