Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-alloydb_v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-alloydb_v1beta

### v0.37.0 (2025-09-28)

* Regenerated from discovery document revision 20250910

### v0.36.0 (2025-09-14)

* Regenerated from discovery document revision 20250904
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3686,7 +3686,7 @@ def update!(**args)
end

# DatabaseResourceFeed is the top level proto to be used to ingest different
# database resource level events into Condor platform. Next ID: 12
# database resource level events into Condor platform. Next ID: 13
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
include Google::Apis::Core::Hashable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AlloydbV1beta
# Version of the google-apis-alloydb_v1beta gem
GEM_VERSION = "0.36.0"
GEM_VERSION = "0.37.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20250904"
REVISION = "20250910"
end
end
end
Loading