google-apis-alloydb_v1alpha 0.51.0 → 0.53.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: 3629730849c1c73336b24ea95f423d80e176ba1cac37d021c7bf99d8990fd5ab
4
- data.tar.gz: 3beae3aa6b53cb2d14eaaf164e4c88b8faf4398ba1eea29b99547356efc61f27
3
+ metadata.gz: 2642a2dd490cb8e7371bdf305363ea8a3a98f0cc475a36c7a038f489022dace6
4
+ data.tar.gz: ec24e67c2fe494bcd0d7c52c13d9f72e587139d908c3f8cfbc595606347eaca6
5
5
  SHA512:
6
- metadata.gz: d3fe1ac7ccafd495d22721be51bda6f01ebe73bef395cd6de12a15354a4fa8a4db5fded292e2bfb28dad15e41ac4a14170a5367ed16edce7da3d9d6f8b14fbe2
7
- data.tar.gz: 58ea1900e5446c1b23b15d1e7ada110041ef8c744e2a9ade1bc4f7571c4a04b8bcd0e2d9bf6cfbc903aa02470058d63c68e743eb9af750b62e7f5e38b885558e
6
+ metadata.gz: 7704ed864240b4cbf0114a6e108534ccab3a83174723a23a7a494386e02301ea764f40b236514c5ff33352d0b11c929cc71d3f92135dcf72069d0b81f8778bbe
7
+ data.tar.gz: afcf6458c2cb6924fa1746802f2cb6514f2e27a415de51fafaf13744dfca1d84f69909f0161ca8cb322878a15ab5b2d770575328c89f9f497848baa6d7541b3e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-alloydb_v1alpha
2
2
 
3
+ ### v0.53.0 (2026-05-31)
4
+
5
+ * Regenerated from discovery document revision 20260520
6
+
7
+ ### v0.52.0 (2026-05-17)
8
+
9
+ * Regenerated from discovery document revision 20260507
10
+
3
11
  ### v0.51.0 (2026-05-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20260423
@@ -1036,6 +1036,11 @@ module Google
1036
1036
  class ConnectionPoolConfig
1037
1037
  include Google::Apis::Core::Hashable
1038
1038
 
1039
+ # Output only. The number of running AuthProxy poolers per instance.
1040
+ # Corresponds to the JSON property `authproxyPoolerCount`
1041
+ # @return [Fixnum]
1042
+ attr_accessor :authproxy_pooler_count
1043
+
1039
1044
  # Optional. Whether to enable Managed Connection Pool (MCP).
1040
1045
  # Corresponds to the JSON property `enabled`
1041
1046
  # @return [Boolean]
@@ -1058,6 +1063,7 @@ module Google
1058
1063
 
1059
1064
  # Update properties of this object
1060
1065
  def update!(**args)
1066
+ @authproxy_pooler_count = args[:authproxy_pooler_count] if args.key?(:authproxy_pooler_count)
1061
1067
  @enabled = args[:enabled] if args.key?(:enabled)
1062
1068
  @flags = args[:flags] if args.key?(:flags)
1063
1069
  @pooler_count = args[:pooler_count] if args.key?(:pooler_count)
@@ -4252,7 +4258,7 @@ module Google
4252
4258
  # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
4253
4259
  attr_accessor :resource_id
4254
4260
 
4255
- # Common model for database resource instance metadata. Next ID: 32
4261
+ # Common model for database resource instance metadata. Next ID: 35
4256
4262
  # Corresponds to the JSON property `resourceMetadata`
4257
4263
  # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
4258
4264
  attr_accessor :resource_metadata
@@ -4450,10 +4456,15 @@ module Google
4450
4456
  end
4451
4457
  end
4452
4458
 
4453
- # Common model for database resource instance metadata. Next ID: 32
4459
+ # Common model for database resource instance metadata. Next ID: 35
4454
4460
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
4455
4461
  include Google::Apis::Core::Hashable
4456
4462
 
4463
+ # Field to ingest additional metadata whichd does not support proto format.
4464
+ # Corresponds to the JSON property `additionalMetadata`
4465
+ # @return [Hash<String,Object>]
4466
+ attr_accessor :additional_metadata
4467
+
4457
4468
  # Configuration for availability of database instance
4458
4469
  # Corresponds to the JSON property `availabilityConfiguration`
4459
4470
  # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration]
@@ -4527,6 +4538,16 @@ module Google
4527
4538
  # @return [String]
4528
4539
  attr_accessor :instance_type
4529
4540
 
4541
+ # Field to ingest additional metadata which support proto format.
4542
+ # Corresponds to the JSON property `internalAdditionalMetadata`
4543
+ # @return [Hash<String,Object>]
4544
+ attr_accessor :internal_additional_metadata
4545
+
4546
+ # Used to send IP address information for a database resource.
4547
+ # Corresponds to the JSON property `ipAddress`
4548
+ # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainIpAddress]
4549
+ attr_accessor :ip_address
4550
+
4530
4551
  # Optional. Whether deletion protection is enabled for this resource.
4531
4552
  # Corresponds to the JSON property `isDeletionProtectionEnabled`
4532
4553
  # @return [Boolean]
@@ -4627,6 +4648,7 @@ module Google
4627
4648
 
4628
4649
  # Update properties of this object
4629
4650
  def update!(**args)
4651
+ @additional_metadata = args[:additional_metadata] if args.key?(:additional_metadata)
4630
4652
  @availability_configuration = args[:availability_configuration] if args.key?(:availability_configuration)
4631
4653
  @backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
4632
4654
  @backup_run = args[:backup_run] if args.key?(:backup_run)
@@ -4640,6 +4662,8 @@ module Google
4640
4662
  @gcbdr_configuration = args[:gcbdr_configuration] if args.key?(:gcbdr_configuration)
4641
4663
  @id = args[:id] if args.key?(:id)
4642
4664
  @instance_type = args[:instance_type] if args.key?(:instance_type)
4665
+ @internal_additional_metadata = args[:internal_additional_metadata] if args.key?(:internal_additional_metadata)
4666
+ @ip_address = args[:ip_address] if args.key?(:ip_address)
4643
4667
  @is_deletion_protection_enabled = args[:is_deletion_protection_enabled] if args.key?(:is_deletion_protection_enabled)
4644
4668
  @location = args[:location] if args.key?(:location)
4645
4669
  @machine_configuration = args[:machine_configuration] if args.key?(:machine_configuration)
@@ -4902,6 +4926,34 @@ module Google
4902
4926
  end
4903
4927
  end
4904
4928
 
4929
+ # Used to send IP address information for a database resource.
4930
+ class StorageDatabasecenterPartnerapiV1mainIpAddress
4931
+ include Google::Apis::Core::Hashable
4932
+
4933
+ # The private IP address assigned to the resource within a Virtual Private Cloud
4934
+ # (VPC). This IP is only reachable from within the same VPC network. Stored in
4935
+ # standard string format (e.g., "10.0.0.2").
4936
+ # Corresponds to the JSON property `privateIp`
4937
+ # @return [String]
4938
+ attr_accessor :private_ip
4939
+
4940
+ # The public IP address assigned to the resource. This IP is reachable from the
4941
+ # internet. Stored in standard string format (e.g., "34.72.1.1").
4942
+ # Corresponds to the JSON property `publicIp`
4943
+ # @return [String]
4944
+ attr_accessor :public_ip
4945
+
4946
+ def initialize(**args)
4947
+ update!(**args)
4948
+ end
4949
+
4950
+ # Update properties of this object
4951
+ def update!(**args)
4952
+ @private_ip = args[:private_ip] if args.key?(:private_ip)
4953
+ @public_ip = args[:public_ip] if args.key?(:public_ip)
4954
+ end
4955
+ end
4956
+
4905
4957
  # MachineConfiguration describes the configuration of a machine specific to
4906
4958
  # Database Resource.
4907
4959
  class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
@@ -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.51.0"
19
+ GEM_VERSION = "0.53.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 = "20260423"
25
+ REVISION = "20260520"
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
 
@@ -1049,6 +1055,7 @@ module Google
1049
1055
  class ConnectionPoolConfig
1050
1056
  # @private
1051
1057
  class Representation < Google::Apis::Core::JsonRepresentation
1058
+ property :authproxy_pooler_count, as: 'authproxyPoolerCount'
1052
1059
  property :enabled, as: 'enabled'
1053
1060
  hash :flags, as: 'flags'
1054
1061
  property :pooler_count, as: 'poolerCount'
@@ -1923,6 +1930,7 @@ module Google
1923
1930
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
1924
1931
  # @private
1925
1932
  class Representation < Google::Apis::Core::JsonRepresentation
1933
+ hash :additional_metadata, as: 'additionalMetadata'
1926
1934
  property :availability_configuration, as: 'availabilityConfiguration', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration::Representation
1927
1935
 
1928
1936
  property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupConfiguration, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupConfiguration::Representation
@@ -1944,6 +1952,9 @@ module Google
1944
1952
  property :id, as: 'id', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
1945
1953
 
1946
1954
  property :instance_type, as: 'instanceType'
1955
+ hash :internal_additional_metadata, as: 'internalAdditionalMetadata'
1956
+ property :ip_address, as: 'ipAddress', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainIpAddress, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainIpAddress::Representation
1957
+
1947
1958
  property :is_deletion_protection_enabled, as: 'isDeletionProtectionEnabled'
1948
1959
  property :location, as: 'location'
1949
1960
  property :machine_configuration, as: 'machineConfiguration', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainMachineConfiguration, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainMachineConfiguration::Representation
@@ -2033,6 +2044,14 @@ module Google
2033
2044
  end
2034
2045
  end
2035
2046
 
2047
+ class StorageDatabasecenterPartnerapiV1mainIpAddress
2048
+ # @private
2049
+ class Representation < Google::Apis::Core::JsonRepresentation
2050
+ property :private_ip, as: 'privateIp'
2051
+ property :public_ip, as: 'publicIp'
2052
+ end
2053
+ end
2054
+
2036
2055
  class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
2037
2056
  # @private
2038
2057
  class Representation < Google::Apis::Core::JsonRepresentation
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.51.0
4
+ version: 0.53.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.51.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.53.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: