Skip to content

Commit fd21e72

Browse files
feat: Automated regeneration of alloydb v1alpha client (googleapis#23413)
Auto-created at 2025-06-15 09:56:03 +0000 using the toys pull request generator.
1 parent b503693 commit fd21e72

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

generated/google-apis-alloydb_v1alpha/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_v1alpha
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_v1alpha/lib/google/apis/alloydb_v1alpha/classes.rb

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -623,10 +623,9 @@ class Cluster
623623
# @return [Google::Apis::AlloydbV1alpha::SecondaryConfig]
624624
attr_accessor :secondary_config
625625

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.
626+
# Output only. AlloyDB per-cluster service account. This service account is
627+
# created per-cluster per-project, and is different from the per-project service
628+
# account. The per-cluster service account naming format is subject to change.
630629
# Corresponds to the JSON property `serviceAccountEmail`
631630
# @return [String]
632631
attr_accessor :service_account_email
@@ -1923,9 +1922,9 @@ class InstanceNetworkConfig
19231922
# Optional. Name of the allocated IP range for the private IP AlloyDB instance,
19241923
# for example: "google-managed-services-default". If set, the instance IPs will
19251924
# be created from this allocated range and will override the IP range used by
1926-
# the parent cluster. The range name must comply with [RFC 1035](http://go/rfc/
1927-
# 1035). Specifically, the name must be 1-63 characters long and match the
1928-
# regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
1925+
# the parent cluster. The range name must comply with [RFC 1035](http://
1926+
# datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63
1927+
# characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
19291928
# Corresponds to the JSON property `allocatedIpRangeOverride`
19301929
# @return [String]
19311930
attr_accessor :allocated_ip_range_override
@@ -3549,7 +3548,7 @@ def update!(**args)
35493548
end
35503549

35513550
# DatabaseResourceFeed is the top level proto to be used to ingest different
3552-
# database resource level events into Condor platform.
3551+
# database resource level events into Condor platform. Next ID: 8
35533552
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
35543553
include Google::Apis::Core::Hashable
35553554

@@ -3729,15 +3728,15 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
37293728
# @return [String]
37303729
attr_accessor :provider_description
37313730

3732-
# Required. The type of resource this ID is identifying. Ex redis.googleapis.com/
3733-
# Instance, redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster,
3734-
# alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.
3735-
# googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.
3736-
# googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.
3737-
# googleapis.com/Instance oracledatabase.googleapis.com/
3731+
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
3732+
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
3733+
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
3734+
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
3735+
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
37383736
# cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
3739-
# oracledatabase.googleapis.com/autonomousDatabases REQUIRED Please refer go/
3740-
# condor-common-datamodel
3737+
# oracledatabase.googleapis.com/autonomousDatabases spanner.googleapis.com/
3738+
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
3739+
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
37413740
# Corresponds to the JSON property `resourceType`
37423741
# @return [String]
37433742
attr_accessor :resource_type

generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/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 AlloydbV1alpha
1818
# Version of the google-apis-alloydb_v1alpha 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)