google-apis-alloydb_v1 0.62.0 → 0.63.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: 10585d80e2b7d68b5ac057ae97ba4220b0ab004c378b09949da06b1928e3e644
4
- data.tar.gz: 810804f22fd7abed1016c98dab7deea2f5e1f80f3244561750dae77334f0515f
3
+ metadata.gz: ea3697a7f0a9d8f8b3feaa31d8a7a3a4d42ecea370541b1161fae460dca97a3f
4
+ data.tar.gz: 8d38ed0bf00ac1249be44bdfd2e8aaf50c15d0ee99279e8519585d9cbabf6857
5
5
  SHA512:
6
- metadata.gz: d713bba5559ea2e41df10875fe4e961a485dd58e8aab2ba602936238da79cf98e9609b41fbd9a93ab0b74c41df1308c5cd52aad19c9e98c18f2a6fd1e6bcf7fd
7
- data.tar.gz: 4fc62a4ab705767c4ab6df3810e67f345306adb8d98c3568e7c641a001d15c8ecaab814ea2b6b5c99344396c395c72a57c32cea0100783e4a87d591f2347fec9
6
+ metadata.gz: 170ff900df9124dfc001be1abf70cf0c4c34b502912d80f43c65ef49fdb8eba7457d92cb128ff38954b087c411ec07662db68aa7e845a9172a735f15e80333ad
7
+ data.tar.gz: 6403099cf6ad86007de9e6ba59b97318f93b4a0bf9ff6101dcfb9b062a6f925492e10acd6619d8b8542a84aa8060ae2a3b9f3db93a0be7fb5dc4bbdfa450fd09
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.63.0 (2026-07-12)
4
+
5
+ * Regenerated from discovery document revision 20260701
6
+
3
7
  ### v0.62.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260605
@@ -965,6 +965,11 @@ module Google
965
965
  # @return [Fixnum]
966
966
  attr_accessor :authproxy_pooler_count
967
967
 
968
+ # Optional. The scaling type of the AuthProxy pooler.
969
+ # Corresponds to the JSON property `authproxyPoolerScalingType`
970
+ # @return [String]
971
+ attr_accessor :authproxy_pooler_scaling_type
972
+
968
973
  # Optional. Whether to enable Managed Connection Pool (MCP).
969
974
  # Corresponds to the JSON property `enabled`
970
975
  # @return [Boolean]
@@ -981,6 +986,11 @@ module Google
981
986
  # @return [Fixnum]
982
987
  attr_accessor :pooler_count
983
988
 
989
+ # Optional. The scaling type of the regular pooler.
990
+ # Corresponds to the JSON property `poolerScalingType`
991
+ # @return [String]
992
+ attr_accessor :pooler_scaling_type
993
+
984
994
  def initialize(**args)
985
995
  update!(**args)
986
996
  end
@@ -988,9 +998,11 @@ module Google
988
998
  # Update properties of this object
989
999
  def update!(**args)
990
1000
  @authproxy_pooler_count = args[:authproxy_pooler_count] if args.key?(:authproxy_pooler_count)
1001
+ @authproxy_pooler_scaling_type = args[:authproxy_pooler_scaling_type] if args.key?(:authproxy_pooler_scaling_type)
991
1002
  @enabled = args[:enabled] if args.key?(:enabled)
992
1003
  @flags = args[:flags] if args.key?(:flags)
993
1004
  @pooler_count = args[:pooler_count] if args.key?(:pooler_count)
1005
+ @pooler_scaling_type = args[:pooler_scaling_type] if args.key?(:pooler_scaling_type)
994
1006
  end
995
1007
  end
996
1008
 
@@ -3773,7 +3785,7 @@ module Google
3773
3785
  # @return [String]
3774
3786
  attr_accessor :feed_type
3775
3787
 
3776
- #
3788
+ # Observability metric data.
3777
3789
  # Corresponds to the JSON property `observabilityMetricData`
3778
3790
  # @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData]
3779
3791
  attr_accessor :observability_metric_data
@@ -3916,7 +3928,7 @@ module Google
3916
3928
  # @return [String]
3917
3929
  attr_accessor :signal_type
3918
3930
 
3919
- #
3931
+ # Required. The state of the signal, such as if it's ACTIVE or RESOLVED.
3920
3932
  # Corresponds to the JSON property `state`
3921
3933
  # @return [String]
3922
3934
  attr_accessor :state
@@ -3962,12 +3974,13 @@ module Google
3962
3974
  # Required. The type of resource this ID is identifying. Ex go/keep-sorted start
3963
3975
  # alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
3964
3976
  # googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
3965
- # googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
3966
- # com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
3967
- # CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
3968
- # oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
3969
- # Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
3970
- # go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
3977
+ # googleapis.com/Instance firestore.googleapis.com/Database, memorystore.
3978
+ # googleapis.com/Instance, redis.googleapis.com/Instance, redis.googleapis.com/
3979
+ # Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
3980
+ # oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/
3981
+ # AutonomousDatabase spanner.googleapis.com/Instance, spanner.googleapis.com/
3982
+ # Database, sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please
3983
+ # refer go/condor-common-datamodel
3971
3984
  # Corresponds to the JSON property `resourceType`
3972
3985
  # @return [String]
3973
3986
  attr_accessor :resource_type
@@ -4816,7 +4829,7 @@ module Google
4816
4829
  # @return [String]
4817
4830
  attr_accessor :duration_based_retention
4818
4831
 
4819
- #
4832
+ # Quantity based retention period i.e. 7 backups
4820
4833
  # Corresponds to the JSON property `quantityBasedRetention`
4821
4834
  # @return [Fixnum]
4822
4835
  attr_accessor :quantity_based_retention
@@ -4826,7 +4839,7 @@ module Google
4826
4839
  # @return [String]
4827
4840
  attr_accessor :retention_unit
4828
4841
 
4829
- #
4842
+ # Duration based retention period i.e. 172800 seconds (2 days)
4830
4843
  # Corresponds to the JSON property `timeBasedRetention`
4831
4844
  # @return [String]
4832
4845
  attr_accessor :time_based_retention
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlloydbV1
18
18
  # Version of the google-apis-alloydb_v1 gem
19
- GEM_VERSION = "0.62.0"
19
+ GEM_VERSION = "0.63.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
@@ -984,9 +984,11 @@ module Google
984
984
  # @private
985
985
  class Representation < Google::Apis::Core::JsonRepresentation
986
986
  property :authproxy_pooler_count, as: 'authproxyPoolerCount'
987
+ property :authproxy_pooler_scaling_type, as: 'authproxyPoolerScalingType'
987
988
  property :enabled, as: 'enabled'
988
989
  hash :flags, as: 'flags'
989
990
  property :pooler_count, as: 'poolerCount'
991
+ property :pooler_scaling_type, as: 'poolerScalingType'
990
992
  end
991
993
  end
992
994
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.63.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.62.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.63.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
62
62
  rdoc_options: []
63
63
  require_paths: