Skip to content

Commit 147c13c

Browse files
feat: Automated regeneration of alloydb v1 client (googleapis#23439)
Auto-created at 2025-06-15 10:30:52 +0000 using the toys pull request generator.
1 parent 54a9e80 commit 147c13c

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

generated/google-apis-alloydb_v1/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_v1
22

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

59
* Regenerated from discovery document revision 20250529

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,9 +1719,9 @@ class InstanceNetworkConfig
17191719
# Optional. Name of the allocated IP range for the private IP AlloyDB instance,
17201720
# for example: "google-managed-services-default". If set, the instance IPs will
17211721
# be created from this allocated range and will override the IP range used by
1722-
# the parent cluster. The range name must comply with [RFC 1035](http://go/rfc/
1723-
# 1035). Specifically, the name must be 1-63 characters long and match the
1724-
# regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
1722+
# the parent cluster. The range name must comply with [RFC 1035](http://
1723+
# datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63
1724+
# characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
17251725
# Corresponds to the JSON property `allocatedIpRangeOverride`
17261726
# @return [String]
17271727
attr_accessor :allocated_ip_range_override
@@ -3331,7 +3331,7 @@ def update!(**args)
33313331
end
33323332

33333333
# DatabaseResourceFeed is the top level proto to be used to ingest different
3334-
# database resource level events into Condor platform.
3334+
# database resource level events into Condor platform. Next ID: 8
33353335
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
33363336
include Google::Apis::Core::Hashable
33373337

@@ -3511,15 +3511,15 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
35113511
# @return [String]
35123512
attr_accessor :provider_description
35133513

3514-
# Required. The type of resource this ID is identifying. Ex redis.googleapis.com/
3515-
# Instance, redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster,
3516-
# alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.
3517-
# googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.
3518-
# googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.
3519-
# googleapis.com/Instance oracledatabase.googleapis.com/
3514+
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
3515+
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
3516+
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
3517+
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
3518+
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
35203519
# cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
3521-
# oracledatabase.googleapis.com/autonomousDatabases REQUIRED Please refer go/
3522-
# condor-common-datamodel
3520+
# oracledatabase.googleapis.com/autonomousDatabases spanner.googleapis.com/
3521+
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
3522+
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
35233523
# Corresponds to the JSON property `resourceType`
35243524
# @return [String]
35253525
attr_accessor :resource_type

generated/google-apis-alloydb_v1/lib/google/apis/alloydb_v1/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 AlloydbV1
1818
# Version of the google-apis-alloydb_v1 gem
19-
GEM_VERSION = "0.39.0"
19+
GEM_VERSION = "0.40.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)