Skip to content

Commit 1ce99eb

Browse files
feat: Automated regeneration of alloydb v1beta client (googleapis#23444)
Auto-created at 2025-06-15 10:37:03 +0000 using the toys pull request generator.
1 parent 01bf298 commit 1ce99eb

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

generated/google-apis-alloydb_v1beta/CHANGELOG.md

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

3+
### v0.31.0 (2025-06-15)
4+
5+
* Regenerated from discovery document revision 20250605
6+
37
### v0.30.0 (2025-06-08)
48

59
* Regenerated from discovery document revision 20250529

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

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -597,10 +597,9 @@ 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.
600+
# Output only. AlloyDB per-cluster service account. This service account is
601+
# created per-cluster per-project, and is different from the per-project service
602+
# account. The per-cluster service account naming format is subject to change.
604603
# Corresponds to the JSON property `serviceAccountEmail`
605604
# @return [String]
606605
attr_accessor :service_account_email
@@ -1889,9 +1888,9 @@ class InstanceNetworkConfig
18891888
# Optional. Name of the allocated IP range for the private IP AlloyDB instance,
18901889
# for example: "google-managed-services-default". If set, the instance IPs will
18911890
# be created from this allocated range and will override the IP range used by
1892-
# the parent cluster. The range name must comply with [RFC 1035](http://go/rfc/
1893-
# 1035). Specifically, the name must be 1-63 characters long and match the
1894-
# regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
1891+
# the parent cluster. The range name must comply with [RFC 1035](http://
1892+
# datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63
1893+
# characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
18951894
# Corresponds to the JSON property `allocatedIpRangeOverride`
18961895
# @return [String]
18971896
attr_accessor :allocated_ip_range_override
@@ -3515,7 +3514,7 @@ def update!(**args)
35153514
end
35163515

35173516
# DatabaseResourceFeed is the top level proto to be used to ingest different
3518-
# database resource level events into Condor platform.
3517+
# database resource level events into Condor platform. Next ID: 8
35193518
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
35203519
include Google::Apis::Core::Hashable
35213520

@@ -3695,15 +3694,15 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
36953694
# @return [String]
36963695
attr_accessor :provider_description
36973696

3698-
# Required. The type of resource this ID is identifying. Ex redis.googleapis.com/
3699-
# Instance, redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster,
3700-
# alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.
3701-
# googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.
3702-
# googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.
3703-
# googleapis.com/Instance oracledatabase.googleapis.com/
3697+
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
3698+
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
3699+
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
3700+
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
3701+
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
37043702
# cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
3705-
# oracledatabase.googleapis.com/autonomousDatabases REQUIRED Please refer go/
3706-
# condor-common-datamodel
3703+
# oracledatabase.googleapis.com/autonomousDatabases spanner.googleapis.com/
3704+
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
3705+
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
37073706
# Corresponds to the JSON property `resourceType`
37083707
# @return [String]
37093708
attr_accessor :resource_type

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

Lines changed: 2 additions & 2 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.30.0"
19+
GEM_VERSION = "0.31.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

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

0 commit comments

Comments
 (0)