google-apis-alloydb_v1beta 0.50.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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-alloydb_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.52.0 (2026-05-17)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260507
|
|
6
|
+
|
|
7
|
+
### v0.51.0 (2026-05-10)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260423
|
|
10
|
+
|
|
3
11
|
### v0.50.0 (2026-04-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260326
|
|
@@ -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)
|
|
@@ -4719,7 +4725,7 @@ module Google
|
|
|
4719
4725
|
# @return [String]
|
|
4720
4726
|
attr_accessor :last_refresh_time
|
|
4721
4727
|
|
|
4722
|
-
# Resource location.
|
|
4728
|
+
# Required. Resource location.
|
|
4723
4729
|
# Corresponds to the JSON property `location`
|
|
4724
4730
|
# @return [String]
|
|
4725
4731
|
attr_accessor :location
|
|
@@ -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'
|
|
@@ -92,8 +92,8 @@ module Google
|
|
|
92
92
|
end
|
|
93
93
|
|
|
94
94
|
# Lists information about the supported locations for this service. This method
|
|
95
|
-
# lists locations based on the resource scope provided in the
|
|
96
|
-
# ListLocationsRequest.name
|
|
95
|
+
# lists locations based on the resource scope provided in the
|
|
96
|
+
# ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
|
|
97
97
|
# the method lists the public locations available to all projects. * **Project-
|
|
98
98
|
# specific locations**: If `name` follows the format `projects/`project``, the
|
|
99
99
|
# method lists locations visible to that specific project. This includes public,
|
|
@@ -104,8 +104,8 @@ module Google
|
|
|
104
104
|
# @param [String] name
|
|
105
105
|
# The resource that owns the locations collection, if applicable.
|
|
106
106
|
# @param [Array<String>, String] extra_location_types
|
|
107
|
-
# Optional. Do not use this field
|
|
108
|
-
#
|
|
107
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
108
|
+
# is primarily for internal usage.
|
|
109
109
|
# @param [String] filter
|
|
110
110
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
111
111
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
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:
|