google-apis-alloydb_v1beta 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7fc34337a88c7cff847a6280ef5aeb3102021ec7452e76a16b4e25689fdc374
|
4
|
+
data.tar.gz: c235fcf06d11e0cfffa28e3744d1379986a5c189cda37d10e840a80db9cc9662
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3236189af1a71abf9978013a78a2b52ad9772a988f2c525a2d01285ac4a24651d08f00b54291174878378fbe67fa9f820df379ee012cb3b9025c2f2f69cc1c1
|
7
|
+
data.tar.gz: ea7b842c309eaa5a4897140440adc23ae483f1ad3d04a9f281f7bbbab1fe1a40f8ee640d0644690baeebea7837a493174c308d652e1fefb77f23fccade0d27c1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1beta
|
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
|
@@ -597,6 +597,14 @@ module Google
|
|
597
597
|
# @return [Google::Apis::AlloydbV1beta::SecondaryConfig]
|
598
598
|
attr_accessor :secondary_config
|
599
599
|
|
600
|
+
# Output only. AlloyDB per-cluster service agent email. This service account is
|
601
|
+
# created per-cluster per-project, and is different from that of the primary
|
602
|
+
# service agent which is created per-project. The service account naming format
|
603
|
+
# is subject to change.
|
604
|
+
# Corresponds to the JSON property `serviceAccountEmail`
|
605
|
+
# @return [String]
|
606
|
+
attr_accessor :service_account_email
|
607
|
+
|
600
608
|
# SSL configuration.
|
601
609
|
# Corresponds to the JSON property `sslConfig`
|
602
610
|
# @return [Google::Apis::AlloydbV1beta::SslConfig]
|
@@ -669,6 +677,7 @@ module Google
|
|
669
677
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
670
678
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
671
679
|
@secondary_config = args[:secondary_config] if args.key?(:secondary_config)
|
680
|
+
@service_account_email = args[:service_account_email] if args.key?(:service_account_email)
|
672
681
|
@ssl_config = args[:ssl_config] if args.key?(:ssl_config)
|
673
682
|
@state = args[:state] if args.key?(:state)
|
674
683
|
@subscription_type = args[:subscription_type] if args.key?(:subscription_type)
|
@@ -1921,7 +1930,7 @@ module Google
|
|
1921
1930
|
end
|
1922
1931
|
end
|
1923
1932
|
|
1924
|
-
# Details regarding the upgrade of
|
1933
|
+
# Details regarding the upgrade of instances associated with a cluster.
|
1925
1934
|
class InstanceUpgradeDetails
|
1926
1935
|
include Google::Apis::Core::Hashable
|
1927
1936
|
|
@@ -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.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250522"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -803,6 +803,7 @@ module Google
|
|
803
803
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
804
804
|
property :secondary_config, as: 'secondaryConfig', class: Google::Apis::AlloydbV1beta::SecondaryConfig, decorator: Google::Apis::AlloydbV1beta::SecondaryConfig::Representation
|
805
805
|
|
806
|
+
property :service_account_email, as: 'serviceAccountEmail'
|
806
807
|
property :ssl_config, as: 'sslConfig', class: Google::Apis::AlloydbV1beta::SslConfig, decorator: Google::Apis::AlloydbV1beta::SslConfig::Representation
|
807
808
|
|
808
809
|
property :state, as: 'state'
|
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.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_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.29.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:
|
@@ -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.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for AlloyDB API V1beta
|
79
79
|
test_files: []
|