Skip to content

Commit 50110d9

Browse files
feat: Automated regeneration of alloydb v1beta client (googleapis#23287)
Auto-created at 2025-06-01 09:59:36 +0000 using the toys pull request generator.
1 parent 3330547 commit 50110d9

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24817,6 +24817,7 @@
2481724817
"/alloydb:v1beta/Cluster/reconciling": reconciling
2481824818
"/alloydb:v1beta/Cluster/satisfiesPzs": satisfies_pzs
2481924819
"/alloydb:v1beta/Cluster/secondaryConfig": secondary_config
24820+
"/alloydb:v1beta/Cluster/serviceAccountEmail": service_account_email
2482024821
"/alloydb:v1beta/Cluster/sslConfig": ssl_config
2482124822
"/alloydb:v1beta/Cluster/state": state
2482224823
"/alloydb:v1beta/Cluster/subscriptionType": subscription_type

generated/google-apis-alloydb_v1beta/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-alloydb_v1beta
22

3+
### v0.29.0 (2025-06-01)
4+
5+
* Regenerated from discovery document revision 20250522
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.28.0 (2025-05-18)
49

510
* Regenerated from discovery document revision 20250508

generated/google-apis-alloydb_v1beta/lib/google/apis/alloydb_v1beta/classes.rb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,14 @@ class Cluster
597597
# @return [Google::Apis::AlloydbV1beta::SecondaryConfig]
598598
attr_accessor :secondary_config
599599

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+
600608
# SSL configuration.
601609
# Corresponds to the JSON property `sslConfig`
602610
# @return [Google::Apis::AlloydbV1beta::SslConfig]
@@ -669,6 +677,7 @@ def update!(**args)
669677
@reconciling = args[:reconciling] if args.key?(:reconciling)
670678
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
671679
@secondary_config = args[:secondary_config] if args.key?(:secondary_config)
680+
@service_account_email = args[:service_account_email] if args.key?(:service_account_email)
672681
@ssl_config = args[:ssl_config] if args.key?(:ssl_config)
673682
@state = args[:state] if args.key?(:state)
674683
@subscription_type = args[:subscription_type] if args.key?(:subscription_type)
@@ -1921,7 +1930,7 @@ def update!(**args)
19211930
end
19221931
end
19231932

1924-
# Details regarding the upgrade of instaces associated with a cluster.
1933+
# Details regarding the upgrade of instances associated with a cluster.
19251934
class InstanceUpgradeDetails
19261935
include Google::Apis::Core::Hashable
19271936

generated/google-apis-alloydb_v1beta/lib/google/apis/alloydb_v1beta/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AlloydbV1beta
1818
# Version of the google-apis-alloydb_v1beta gem
19-
GEM_VERSION = "0.28.0"
19+
GEM_VERSION = "0.29.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250508"
25+
REVISION = "20250522"
2626
end
2727
end
2828
end

generated/google-apis-alloydb_v1beta/lib/google/apis/alloydb_v1beta/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
803803
property :satisfies_pzs, as: 'satisfiesPzs'
804804
property :secondary_config, as: 'secondaryConfig', class: Google::Apis::AlloydbV1beta::SecondaryConfig, decorator: Google::Apis::AlloydbV1beta::SecondaryConfig::Representation
805805

806+
property :service_account_email, as: 'serviceAccountEmail'
806807
property :ssl_config, as: 'sslConfig', class: Google::Apis::AlloydbV1beta::SslConfig, decorator: Google::Apis::AlloydbV1beta::SslConfig::Representation
807808

808809
property :state, as: 'state'

0 commit comments

Comments
 (0)