google-apis-alloydb_v1beta 0.53.0 → 0.54.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: 6deaab13ea78d6d86a782f66fbb8f16333971d6ff57ebfd703fad51bd317c3be
4
- data.tar.gz: 45539a56de145bf8008eaba4a0e12766c3290ad4e11ac4fd5005772f2d0e30e1
3
+ metadata.gz: '09f9cea9415aabe0c6c40bf25cf2166997db483f19cd8606bda1f1f90b112839'
4
+ data.tar.gz: b25dcac034499184dabe5f8a093e8052d18e85a30cb05f38e5913f034da67857
5
5
  SHA512:
6
- metadata.gz: c0f2cd48806524bd3e584ff221c895c50c46f728c1db2f7ef226551d04880169dc0ad5e2a8dc9510da086e7d740eba82e477de6d3e2e32b11f61cababb834d43
7
- data.tar.gz: a518f6c47433a9a9c33fe008aa5877e90965eb20ea427566c59ab4d3c718d6814a9934f350a921056cadf5f6196a5a2fe5dfaf76e2a46445e013c4c228e128a8
6
+ metadata.gz: 3e8341237c38f0a56a8aab79a5ba7ff824d4ee9c55d027dd0e162ecae76603beed1c6c2ab42781b4648ba5680ad57333f4acf3d4751b243bd653747fcff81e99
7
+ data.tar.gz: 76ea55421f30d92167b77d367652bed7cc7e5808535caece841612442053691c84f26e6af7552930fc4622ee2c81e202dc335299fd98690f74de07020e7ad8fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1beta
2
2
 
3
+ ### v0.54.0 (2026-07-12)
4
+
5
+ * Regenerated from discovery document revision 20260701
6
+
3
7
  ### v0.53.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260605
@@ -1021,6 +1021,11 @@ module Google
1021
1021
  # @return [Fixnum]
1022
1022
  attr_accessor :authproxy_pooler_count
1023
1023
 
1024
+ # Optional. The scaling type of the AuthProxy pooler.
1025
+ # Corresponds to the JSON property `authproxyPoolerScalingType`
1026
+ # @return [String]
1027
+ attr_accessor :authproxy_pooler_scaling_type
1028
+
1024
1029
  # Optional. Whether to enable Managed Connection Pool (MCP).
1025
1030
  # Corresponds to the JSON property `enabled`
1026
1031
  # @return [Boolean]
@@ -1037,6 +1042,11 @@ module Google
1037
1042
  # @return [Fixnum]
1038
1043
  attr_accessor :pooler_count
1039
1044
 
1045
+ # Optional. The scaling type of the regular pooler.
1046
+ # Corresponds to the JSON property `poolerScalingType`
1047
+ # @return [String]
1048
+ attr_accessor :pooler_scaling_type
1049
+
1040
1050
  def initialize(**args)
1041
1051
  update!(**args)
1042
1052
  end
@@ -1044,9 +1054,11 @@ module Google
1044
1054
  # Update properties of this object
1045
1055
  def update!(**args)
1046
1056
  @authproxy_pooler_count = args[:authproxy_pooler_count] if args.key?(:authproxy_pooler_count)
1057
+ @authproxy_pooler_scaling_type = args[:authproxy_pooler_scaling_type] if args.key?(:authproxy_pooler_scaling_type)
1047
1058
  @enabled = args[:enabled] if args.key?(:enabled)
1048
1059
  @flags = args[:flags] if args.key?(:flags)
1049
1060
  @pooler_count = args[:pooler_count] if args.key?(:pooler_count)
1061
+ @pooler_scaling_type = args[:pooler_scaling_type] if args.key?(:pooler_scaling_type)
1050
1062
  end
1051
1063
  end
1052
1064
 
@@ -4211,7 +4223,7 @@ module Google
4211
4223
  # @return [String]
4212
4224
  attr_accessor :feed_type
4213
4225
 
4214
- #
4226
+ # Observability metric data.
4215
4227
  # Corresponds to the JSON property `observabilityMetricData`
4216
4228
  # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData]
4217
4229
  attr_accessor :observability_metric_data
@@ -4354,7 +4366,7 @@ module Google
4354
4366
  # @return [String]
4355
4367
  attr_accessor :signal_type
4356
4368
 
4357
- #
4369
+ # Required. The state of the signal, such as if it's ACTIVE or RESOLVED.
4358
4370
  # Corresponds to the JSON property `state`
4359
4371
  # @return [String]
4360
4372
  attr_accessor :state
@@ -4400,12 +4412,13 @@ module Google
4400
4412
  # Required. The type of resource this ID is identifying. Ex go/keep-sorted start
4401
4413
  # alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
4402
4414
  # googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
4403
- # googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
4404
- # com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
4405
- # CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
4406
- # oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
4407
- # Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
4408
- # go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
4415
+ # googleapis.com/Instance firestore.googleapis.com/Database, memorystore.
4416
+ # googleapis.com/Instance, redis.googleapis.com/Instance, redis.googleapis.com/
4417
+ # Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
4418
+ # oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/
4419
+ # AutonomousDatabase spanner.googleapis.com/Instance, spanner.googleapis.com/
4420
+ # Database, sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please
4421
+ # refer go/condor-common-datamodel
4409
4422
  # Corresponds to the JSON property `resourceType`
4410
4423
  # @return [String]
4411
4424
  attr_accessor :resource_type
@@ -5254,7 +5267,7 @@ module Google
5254
5267
  # @return [String]
5255
5268
  attr_accessor :duration_based_retention
5256
5269
 
5257
- #
5270
+ # Quantity based retention period i.e. 7 backups
5258
5271
  # Corresponds to the JSON property `quantityBasedRetention`
5259
5272
  # @return [Fixnum]
5260
5273
  attr_accessor :quantity_based_retention
@@ -5264,7 +5277,7 @@ module Google
5264
5277
  # @return [String]
5265
5278
  attr_accessor :retention_unit
5266
5279
 
5267
- #
5280
+ # Duration based retention period i.e. 172800 seconds (2 days)
5268
5281
  # Corresponds to the JSON property `timeBasedRetention`
5269
5282
  # @return [String]
5270
5283
  attr_accessor :time_based_retention
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.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 = "20260605"
25
+ REVISION = "20260701"
26
26
  end
27
27
  end
28
28
  end
@@ -1043,9 +1043,11 @@ module Google
1043
1043
  # @private
1044
1044
  class Representation < Google::Apis::Core::JsonRepresentation
1045
1045
  property :authproxy_pooler_count, as: 'authproxyPoolerCount'
1046
+ property :authproxy_pooler_scaling_type, as: 'authproxyPoolerScalingType'
1046
1047
  property :enabled, as: 'enabled'
1047
1048
  hash :flags, as: 'flags'
1048
1049
  property :pooler_count, as: 'poolerCount'
1050
+ property :pooler_scaling_type, as: 'poolerScalingType'
1049
1051
  end
1050
1052
  end
1051
1053
 
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.53.0
4
+ version: 0.54.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.53.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.54.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: