google-apis-alloydb_v1alpha 0.51.0 → 0.52.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: 220360c950be13af642c78e64389e5d49b8707c480b8df219501d4fe9cd60916
4
+ data.tar.gz: a8d6f54c101cbfe82520a0c8767b485644d565d1a9c62e52f852542f78c04ceb
5
5
  SHA512:
6
- metadata.gz: d3fe1ac7ccafd495d22721be51bda6f01ebe73bef395cd6de12a15354a4fa8a4db5fded292e2bfb28dad15e41ac4a14170a5367ed16edce7da3d9d6f8b14fbe2
7
- data.tar.gz: 58ea1900e5446c1b23b15d1e7ada110041ef8c744e2a9ade1bc4f7571c4a04b8bcd0e2d9bf6cfbc903aa02470058d63c68e743eb9af750b62e7f5e38b885558e
6
+ metadata.gz: 128153a745fb9e145c850893c87fd2d7a0bc6fc8e0f70e9a2866fd738576780d714604893a7e8d2b5725ecef8152ac54b56172737391ab5c6117349e37937bd7
7
+ data.tar.gz: c63bee16863e7253c4f1f315495095ef1faeec5c343e8812278bd13de371ff0489501d80604caac8572f3b97a3b7895247b079743b402e97ba0634e9a206683b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1alpha
2
2
 
3
+ ### v0.52.0 (2026-05-17)
4
+
5
+ * Regenerated from discovery document revision 20260507
6
+
3
7
  ### v0.51.0 (2026-05-10)
4
8
 
5
9
  * 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)
@@ -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.52.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 = "20260507"
26
26
  end
27
27
  end
28
28
  end
@@ -1049,6 +1049,7 @@ module Google
1049
1049
  class ConnectionPoolConfig
1050
1050
  # @private
1051
1051
  class Representation < Google::Apis::Core::JsonRepresentation
1052
+ property :authproxy_pooler_count, as: 'authproxyPoolerCount'
1052
1053
  property :enabled, as: 'enabled'
1053
1054
  hash :flags, as: 'flags'
1054
1055
  property :pooler_count, as: 'poolerCount'
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.52.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.52.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: