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_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-alloydb_v1

### v0.56.0 (2026-02-22)

* Regenerated from discovery document revision 20260213

### v0.55.0 (2026-02-15)

* Regenerated from discovery document revision 20260205
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,7 @@ class InstanceNetworkConfig
# Optional. Name of the allocated IP range for the private IP AlloyDB instance,
# for example: "google-managed-services-default". If set, the instance IPs will
# be created from this allocated range and will override the IP range used by
# the parent cluster. The range name must comply with [RFC 1035](http://
# the parent cluster. The range name must comply with [RFC 1035](https://
# datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63
# characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
# Corresponds to the JSON property `allocatedIpRangeOverride`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AlloydbV1
# Version of the google-apis-alloydb_v1 gem
GEM_VERSION = "0.55.0"
GEM_VERSION = "0.56.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 = "20260205"
REVISION = "20260213"
end
end
end