google-apis-alloydb_v1alpha 0.28.0 → 0.29.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: 5a5f4f5df5e68d65909c466336a405179345b922aef204966d47f08220dece4c
4
- data.tar.gz: 7f20dc599d3c75873a7939bcbde0099fe15cc55e8bc71d58e4018c89b7821ed3
3
+ metadata.gz: 8088cb2ccca301ddb20476a1ee475a0fe47dd9e5b84d446e083720b2a9c9bea9
4
+ data.tar.gz: 91db283da354100a06bfe9a67e08e3fece371b4433d24c07c25dc5ec8d8a44f8
5
5
  SHA512:
6
- metadata.gz: a8ecb5b5868d8209c6daf9f70b42eb371ff58442eae07d1c8124bfd46ff25f6c6548ad3f0243abc726a16db5dcf79d68dbf2c4e9f7119890157365c17ac6d627
7
- data.tar.gz: 473cdcac27f5e5b0db0943a627d7c1fb922a097e911b9b142dddfd53764d7b823f5b1b59f0f419aeb1c090e46ee656616707db901900ab5ccd0d9b050651a6e9
6
+ metadata.gz: 90b2d646a509dbc7d463d5bd7116d680eb558a46cdb3c29a480ba0f567cee8666a5282c248a5d57dbceba5ca1a36c932eae4c4a6ef191f6be0cd88638b72675c
7
+ data.tar.gz: 1d8c2355aa689a885f1f400343513d6fe419b6bab9a378dbba866a6730fe58b7542c815577584a8534a56341d2c8fc551247574f8f36f81b318a53f249c8ea62
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-alloydb_v1alpha
2
2
 
3
+ ### v0.29.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250522
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.28.0 (2025-05-18)
4
9
 
5
10
  * Regenerated from discovery document revision 20250508
@@ -623,6 +623,14 @@ module Google
623
623
  # @return [Google::Apis::AlloydbV1alpha::SecondaryConfig]
624
624
  attr_accessor :secondary_config
625
625
 
626
+ # Output only. AlloyDB per-cluster service agent email. This service account is
627
+ # created per-cluster per-project, and is different from that of the primary
628
+ # service agent which is created per-project. The service account naming format
629
+ # is subject to change.
630
+ # Corresponds to the JSON property `serviceAccountEmail`
631
+ # @return [String]
632
+ attr_accessor :service_account_email
633
+
626
634
  # SSL configuration.
627
635
  # Corresponds to the JSON property `sslConfig`
628
636
  # @return [Google::Apis::AlloydbV1alpha::SslConfig]
@@ -696,6 +704,7 @@ module Google
696
704
  @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
697
705
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
698
706
  @secondary_config = args[:secondary_config] if args.key?(:secondary_config)
707
+ @service_account_email = args[:service_account_email] if args.key?(:service_account_email)
699
708
  @ssl_config = args[:ssl_config] if args.key?(:ssl_config)
700
709
  @state = args[:state] if args.key?(:state)
701
710
  @subscription_type = args[:subscription_type] if args.key?(:subscription_type)
@@ -1955,7 +1964,7 @@ module Google
1955
1964
  end
1956
1965
  end
1957
1966
 
1958
- # Details regarding the upgrade of instaces associated with a cluster.
1967
+ # Details regarding the upgrade of instances associated with a cluster.
1959
1968
  class InstanceUpgradeDetails
1960
1969
  include Google::Apis::Core::Hashable
1961
1970
 
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250508"
25
+ REVISION = "20250522"
26
26
  end
27
27
  end
28
28
  end
@@ -817,6 +817,7 @@ module Google
817
817
  property :satisfies_pzs, as: 'satisfiesPzs'
818
818
  property :secondary_config, as: 'secondaryConfig', class: Google::Apis::AlloydbV1alpha::SecondaryConfig, decorator: Google::Apis::AlloydbV1alpha::SecondaryConfig::Representation
819
819
 
820
+ property :service_account_email, as: 'serviceAccountEmail'
820
821
  property :ssl_config, as: 'sslConfig', class: Google::Apis::AlloydbV1alpha::SslConfig, decorator: Google::Apis::AlloydbV1alpha::SslConfig::Representation
821
822
 
822
823
  property :state, as: 'state'
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.28.0
4
+ version: 0.29.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.28.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.29.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for AlloyDB API V1alpha
79
79
  test_files: []