google-apis-alloydb_v1beta 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b58d1938d8102485df10e2a18ffc517141aa8ede0dc2000f1b2e5baa808c7889
|
|
4
|
+
data.tar.gz: fff215f735fe0e8e909566315a0746afa9010e22d70de53fd8dae3cb1947381a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8d43e1915a7a59c1bbee78bb43c20e468fa371c5cee17075475421e72b0a5f840c206363ca864735fcd9e305236d24a4ec1f6c216721f27177a70c8f8d64b76
|
|
7
|
+
data.tar.gz: c5eb23450bbe9058c1a393c75cd84f4854d5a9b85fc485705d7807e9396f67ae6c5dc8938d0ee7ec26641280850fc80a7a0782940a7099b48a5b84a97e4b568c
|
data/CHANGELOG.md
CHANGED
|
@@ -1009,6 +1009,11 @@ module Google
|
|
|
1009
1009
|
class ConnectionPoolConfig
|
|
1010
1010
|
include Google::Apis::Core::Hashable
|
|
1011
1011
|
|
|
1012
|
+
# Output only. The number of running AuthProxy poolers per instance.
|
|
1013
|
+
# Corresponds to the JSON property `authproxyPoolerCount`
|
|
1014
|
+
# @return [Fixnum]
|
|
1015
|
+
attr_accessor :authproxy_pooler_count
|
|
1016
|
+
|
|
1012
1017
|
# Optional. Whether to enable Managed Connection Pool (MCP).
|
|
1013
1018
|
# Corresponds to the JSON property `enabled`
|
|
1014
1019
|
# @return [Boolean]
|
|
@@ -1031,6 +1036,7 @@ module Google
|
|
|
1031
1036
|
|
|
1032
1037
|
# Update properties of this object
|
|
1033
1038
|
def update!(**args)
|
|
1039
|
+
@authproxy_pooler_count = args[:authproxy_pooler_count] if args.key?(:authproxy_pooler_count)
|
|
1034
1040
|
@enabled = args[:enabled] if args.key?(:enabled)
|
|
1035
1041
|
@flags = args[:flags] if args.key?(:flags)
|
|
1036
1042
|
@pooler_count = args[:pooler_count] if args.key?(:pooler_count)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AlloydbV1beta
|
|
18
18
|
# Version of the google-apis-alloydb_v1beta gem
|
|
19
|
-
GEM_VERSION = "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 = "
|
|
25
|
+
REVISION = "20260507"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1035,6 +1035,7 @@ module Google
|
|
|
1035
1035
|
class ConnectionPoolConfig
|
|
1036
1036
|
# @private
|
|
1037
1037
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1038
|
+
property :authproxy_pooler_count, as: 'authproxyPoolerCount'
|
|
1038
1039
|
property :enabled, as: 'enabled'
|
|
1039
1040
|
hash :flags, as: 'flags'
|
|
1040
1041
|
property :pooler_count, as: 'poolerCount'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-alloydb_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.52.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|