Skip to content

Commit d237536

Browse files
feat: Automated regeneration of alloydb v1 client (googleapis#23520)
Auto-created at 2025-06-22 10:41:19 +0000 using the toys pull request generator.
1 parent 933ca66 commit d237536

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23849,6 +23849,7 @@
2384923849
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData/description": description
2385023850
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData/eventTime": event_time
2385123851
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData/externalUri": external_uri
23852+
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData/location": location
2385223853
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData/name": name
2385323854
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData/provider": provider
2385423855
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData/resourceContainer": resource_container

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.41.0 (2025-06-22)
4+
5+
* Regenerated from discovery document revision 20250612
6+
37
### v0.40.0 (2025-06-15)
48

59
* Regenerated from discovery document revision 20250605

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3422,6 +3422,11 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData
34223422
# @return [String]
34233423
attr_accessor :external_uri
34243424

3425+
# This is used to identify the location of the resource. Example: "us-central1"
3426+
# Corresponds to the JSON property `location`
3427+
# @return [String]
3428+
attr_accessor :location
3429+
34253430
# Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE,
34263431
# SQL_LOG_ERROR_VERBOSITY etc.
34273432
# Corresponds to the JSON property `name`
@@ -3485,6 +3490,7 @@ def update!(**args)
34853490
@description = args[:description] if args.key?(:description)
34863491
@event_time = args[:event_time] if args.key?(:event_time)
34873492
@external_uri = args[:external_uri] if args.key?(:external_uri)
3493+
@location = args[:location] if args.key?(:location)
34883494
@name = args[:name] if args.key?(:name)
34893495
@provider = args[:provider] if args.key?(:provider)
34903496
@resource_container = args[:resource_container] if args.key?(:resource_container)
@@ -3516,8 +3522,8 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
35163522
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
35173523
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
35183524
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
3519-
# cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
3520-
# oracledatabase.googleapis.com/autonomousDatabases spanner.googleapis.com/
3525+
# CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
3526+
# oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
35213527
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
35223528
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
35233529
# Corresponds to the JSON property `resourceType`

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.40.0"
19+
GEM_VERSION = "0.41.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 = "20250605"
25+
REVISION = "20250612"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
15251525
property :description, as: 'description'
15261526
property :event_time, as: 'eventTime'
15271527
property :external_uri, as: 'externalUri'
1528+
property :location, as: 'location'
15281529
property :name, as: 'name'
15291530
property :provider, as: 'provider'
15301531
property :resource_container, as: 'resourceContainer'

0 commit comments

Comments
 (0)