google-apis-alloydb_v1 0.60.0 → 0.61.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: b89012f3ae1a0e933a69ce5068ccb90ed3e643ab77e2f93c2074b4d47b84ff41
4
- data.tar.gz: 60ee212b75cbedc8c301797b8e2c2007da78c5b17377841a8e15b0a555d11670
3
+ metadata.gz: 4323859993d478be8b3d7c77903e16dae62d14c12023d0d30c1d96d09e377089
4
+ data.tar.gz: 326d6251a8f7ba87b1c66d1d43e02f3098ea7ff4d1e5caa80420f927c77d7845
5
5
  SHA512:
6
- metadata.gz: a6225de0f39399841e5bb5060458e554a1072ac2a5042a0842844de0a696e99334b77ae7f2de11256dac4fbb2c57335939176960158fee0afb43742e16aa87b0
7
- data.tar.gz: 7a72b9019017ecc23781e0a7903e83dcbb311e9b466cdb8bdc3577a39a7f9097ac7d6a03231f5b4dca6a4d19f26bad035e366064d12a54b870ceccedf79d812b
6
+ metadata.gz: af17eec68ca1a367a7b87d757a4148e3c636be1e03b0c183ef3a3dad50060baff93e27f2fad8a02b402b4c5b51d150e7a78db95318c518215555e1f9bd4b812a
7
+ data.tar.gz: 59d800bb272330ca5bb0c8cac32576860e6536c7a1868b31fc632fb7854e29fbae76b9572155dd50cfe03d35b9d4544a5ad6d68f88d8adcdc8f0450ee915a091
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.61.0 (2026-05-31)
4
+
5
+ * Regenerated from discovery document revision 20260520
6
+
3
7
  ### v0.60.0 (2026-05-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20260507
@@ -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: 32
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: 32
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
@@ -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.60.0"
19
+ GEM_VERSION = "0.61.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 = "20260507"
25
+ REVISION = "20260520"
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
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.60.0
4
+ version: 0.61.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.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.61.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: