google-apis-alloydb_v1alpha 0.54.0 → 0.55.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: 05e9b1483a6eddc6dc6f31cd292e9fefb1b7abf163b3e3a38ee839a060250d1f
|
|
4
|
+
data.tar.gz: fe5fd25be9c803c79f6d915bc4ff3798510a54920a6a5d04cb29c52dfbbad5df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9554dc9f734d79a9ba7930b002da704161d6d0dc1ce37c13f492ab563abff2cd7362d773336a6add9854dd0deb93d47957ea95f7230def429d2c401616680b06
|
|
7
|
+
data.tar.gz: 402d9b868c73b8ed6425a68b65eba237b09fc2259d7c3fe895eb4d239aeaf0e3b885d7c6d8eaf781413b36fb22532792c81b78dad0cc537264f1d5cab2b41c57
|
data/CHANGELOG.md
CHANGED
|
@@ -1048,6 +1048,11 @@ module Google
|
|
|
1048
1048
|
# @return [Fixnum]
|
|
1049
1049
|
attr_accessor :authproxy_pooler_count
|
|
1050
1050
|
|
|
1051
|
+
# Optional. The scaling type of the AuthProxy pooler.
|
|
1052
|
+
# Corresponds to the JSON property `authproxyPoolerScalingType`
|
|
1053
|
+
# @return [String]
|
|
1054
|
+
attr_accessor :authproxy_pooler_scaling_type
|
|
1055
|
+
|
|
1051
1056
|
# Optional. Whether to enable Managed Connection Pool (MCP).
|
|
1052
1057
|
# Corresponds to the JSON property `enabled`
|
|
1053
1058
|
# @return [Boolean]
|
|
@@ -1064,6 +1069,11 @@ module Google
|
|
|
1064
1069
|
# @return [Fixnum]
|
|
1065
1070
|
attr_accessor :pooler_count
|
|
1066
1071
|
|
|
1072
|
+
# Optional. The scaling type of the regular pooler.
|
|
1073
|
+
# Corresponds to the JSON property `poolerScalingType`
|
|
1074
|
+
# @return [String]
|
|
1075
|
+
attr_accessor :pooler_scaling_type
|
|
1076
|
+
|
|
1067
1077
|
def initialize(**args)
|
|
1068
1078
|
update!(**args)
|
|
1069
1079
|
end
|
|
@@ -1071,9 +1081,11 @@ module Google
|
|
|
1071
1081
|
# Update properties of this object
|
|
1072
1082
|
def update!(**args)
|
|
1073
1083
|
@authproxy_pooler_count = args[:authproxy_pooler_count] if args.key?(:authproxy_pooler_count)
|
|
1084
|
+
@authproxy_pooler_scaling_type = args[:authproxy_pooler_scaling_type] if args.key?(:authproxy_pooler_scaling_type)
|
|
1074
1085
|
@enabled = args[:enabled] if args.key?(:enabled)
|
|
1075
1086
|
@flags = args[:flags] if args.key?(:flags)
|
|
1076
1087
|
@pooler_count = args[:pooler_count] if args.key?(:pooler_count)
|
|
1088
|
+
@pooler_scaling_type = args[:pooler_scaling_type] if args.key?(:pooler_scaling_type)
|
|
1077
1089
|
end
|
|
1078
1090
|
end
|
|
1079
1091
|
|
|
@@ -4245,7 +4257,7 @@ module Google
|
|
|
4245
4257
|
# @return [String]
|
|
4246
4258
|
attr_accessor :feed_type
|
|
4247
4259
|
|
|
4248
|
-
#
|
|
4260
|
+
# Observability metric data.
|
|
4249
4261
|
# Corresponds to the JSON property `observabilityMetricData`
|
|
4250
4262
|
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData]
|
|
4251
4263
|
attr_accessor :observability_metric_data
|
|
@@ -4388,7 +4400,7 @@ module Google
|
|
|
4388
4400
|
# @return [String]
|
|
4389
4401
|
attr_accessor :signal_type
|
|
4390
4402
|
|
|
4391
|
-
#
|
|
4403
|
+
# Required. The state of the signal, such as if it's ACTIVE or RESOLVED.
|
|
4392
4404
|
# Corresponds to the JSON property `state`
|
|
4393
4405
|
# @return [String]
|
|
4394
4406
|
attr_accessor :state
|
|
@@ -4434,12 +4446,13 @@ module Google
|
|
|
4434
4446
|
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
|
|
4435
4447
|
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
|
|
4436
4448
|
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
|
|
4437
|
-
# googleapis.com/Instance firestore.googleapis.com/Database,
|
|
4438
|
-
# com/Instance, redis.googleapis.com/
|
|
4439
|
-
#
|
|
4440
|
-
# oracledatabase.googleapis.com/
|
|
4441
|
-
#
|
|
4442
|
-
# go/keep-sorted end REQUIRED Please
|
|
4449
|
+
# googleapis.com/Instance firestore.googleapis.com/Database, memorystore.
|
|
4450
|
+
# googleapis.com/Instance, redis.googleapis.com/Instance, redis.googleapis.com/
|
|
4451
|
+
# Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
|
|
4452
|
+
# oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/
|
|
4453
|
+
# AutonomousDatabase spanner.googleapis.com/Instance, spanner.googleapis.com/
|
|
4454
|
+
# Database, sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please
|
|
4455
|
+
# refer go/condor-common-datamodel
|
|
4443
4456
|
# Corresponds to the JSON property `resourceType`
|
|
4444
4457
|
# @return [String]
|
|
4445
4458
|
attr_accessor :resource_type
|
|
@@ -5288,7 +5301,7 @@ module Google
|
|
|
5288
5301
|
# @return [String]
|
|
5289
5302
|
attr_accessor :duration_based_retention
|
|
5290
5303
|
|
|
5291
|
-
#
|
|
5304
|
+
# Quantity based retention period i.e. 7 backups
|
|
5292
5305
|
# Corresponds to the JSON property `quantityBasedRetention`
|
|
5293
5306
|
# @return [Fixnum]
|
|
5294
5307
|
attr_accessor :quantity_based_retention
|
|
@@ -5298,7 +5311,7 @@ module Google
|
|
|
5298
5311
|
# @return [String]
|
|
5299
5312
|
attr_accessor :retention_unit
|
|
5300
5313
|
|
|
5301
|
-
#
|
|
5314
|
+
# Duration based retention period i.e. 172800 seconds (2 days)
|
|
5302
5315
|
# Corresponds to the JSON property `timeBasedRetention`
|
|
5303
5316
|
# @return [String]
|
|
5304
5317
|
attr_accessor :time_based_retention
|
|
@@ -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.55.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260701"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1057,9 +1057,11 @@ module Google
|
|
|
1057
1057
|
# @private
|
|
1058
1058
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1059
1059
|
property :authproxy_pooler_count, as: 'authproxyPoolerCount'
|
|
1060
|
+
property :authproxy_pooler_scaling_type, as: 'authproxyPoolerScalingType'
|
|
1060
1061
|
property :enabled, as: 'enabled'
|
|
1061
1062
|
hash :flags, as: 'flags'
|
|
1062
1063
|
property :pooler_count, as: 'poolerCount'
|
|
1064
|
+
property :pooler_scaling_type, as: 'poolerScalingType'
|
|
1063
1065
|
end
|
|
1064
1066
|
end
|
|
1065
1067
|
|
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.55.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.55.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:
|