google-apis-alloydb_v1 0.59.0 → 0.60.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: 75cce1fd26e50e97050d64e25459303367000f1b6d977fae88b662732c62ad8e
4
- data.tar.gz: 41775a97cbf18fb53097541dbbf0e20ef98916179b6745fc9976fdefebd87e17
3
+ metadata.gz: b89012f3ae1a0e933a69ce5068ccb90ed3e643ab77e2f93c2074b4d47b84ff41
4
+ data.tar.gz: 60ee212b75cbedc8c301797b8e2c2007da78c5b17377841a8e15b0a555d11670
5
5
  SHA512:
6
- metadata.gz: 6fc9876735b97c5028b8054e40df01dcedd741eed7c5e85b6deba7b9e3485569d7acf21d9ff75bfb971ba033c8ac37ef54b126459b6f24e3e4ca18b6c88efb54
7
- data.tar.gz: e80adf378b1ae6a5b7ad84dbf9497e23f2e1bdf67c4f0ceb7be9c3550161b02f5361c2c409aa930979b0d2be3dd974263f5e8fbe36f4ba856bcacfbb8734b934
6
+ metadata.gz: a6225de0f39399841e5bb5060458e554a1072ac2a5042a0842844de0a696e99334b77ae7f2de11256dac4fbb2c57335939176960158fee0afb43742e16aa87b0
7
+ data.tar.gz: 7a72b9019017ecc23781e0a7903e83dcbb311e9b466cdb8bdc3577a39a7f9097ac7d6a03231f5b4dca6a4d19f26bad035e366064d12a54b870ceccedf79d812b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.60.0 (2026-05-17)
4
+
5
+ * Regenerated from discovery document revision 20260507
6
+
3
7
  ### v0.59.0 (2026-05-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20260423
@@ -960,6 +960,11 @@ module Google
960
960
  class ConnectionPoolConfig
961
961
  include Google::Apis::Core::Hashable
962
962
 
963
+ # Output only. The number of running AuthProxy poolers per instance.
964
+ # Corresponds to the JSON property `authproxyPoolerCount`
965
+ # @return [Fixnum]
966
+ attr_accessor :authproxy_pooler_count
967
+
963
968
  # Optional. Whether to enable Managed Connection Pool (MCP).
964
969
  # Corresponds to the JSON property `enabled`
965
970
  # @return [Boolean]
@@ -982,6 +987,7 @@ module Google
982
987
 
983
988
  # Update properties of this object
984
989
  def update!(**args)
990
+ @authproxy_pooler_count = args[:authproxy_pooler_count] if args.key?(:authproxy_pooler_count)
985
991
  @enabled = args[:enabled] if args.key?(:enabled)
986
992
  @flags = args[:flags] if args.key?(:flags)
987
993
  @pooler_count = args[:pooler_count] if args.key?(:pooler_count)
@@ -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.59.0"
19
+ GEM_VERSION = "0.60.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
@@ -977,6 +977,7 @@ module Google
977
977
  class ConnectionPoolConfig
978
978
  # @private
979
979
  class Representation < Google::Apis::Core::JsonRepresentation
980
+ property :authproxy_pooler_count, as: 'authproxyPoolerCount'
980
981
  property :enabled, as: 'enabled'
981
982
  hash :flags, as: 'flags'
982
983
  property :pooler_count, as: 'poolerCount'
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.59.0
4
+ version: 0.60.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.59.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.60.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: