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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 220360c950be13af642c78e64389e5d49b8707c480b8df219501d4fe9cd60916
|
|
4
|
+
data.tar.gz: a8d6f54c101cbfe82520a0c8767b485644d565d1a9c62e52f852542f78c04ceb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 128153a745fb9e145c850893c87fd2d7a0bc6fc8e0f70e9a2866fd738576780d714604893a7e8d2b5725ecef8152ac54b56172737391ab5c6117349e37937bd7
|
|
7
|
+
data.tar.gz: c63bee16863e7253c4f1f315495095ef1faeec5c343e8812278bd13de371ff0489501d80604caac8572f3b97a3b7895247b079743b402e97ba0634e9a206683b
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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
|
|
@@ -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.
|
|
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.
|
|
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:
|