Skip to content

Commit 32b5158

Browse files
feat: Automated regeneration of alloydb v1 client (googleapis#20513)
Auto-created at 2024-11-03 09:54:49 +0000 using the toys pull request generator.
1 parent bc63b64 commit 32b5158

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
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.26.0 (2024-11-03)
4+
5+
* Regenerated from discovery document revision 20241023
6+
37
### v0.25.0 (2024-10-27)
48

59
* Regenerated from discovery document revision 20241015

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,16 +1128,17 @@ class Instance
11281128
# @return [String]
11291129
attr_accessor :create_time
11301130

1131-
# Database flags. Set at instance level. * They are copied from primary instance
1132-
# on read instance creation. * Read instances can set new or override existing
1133-
# flags that are relevant for reads, e.g. for enabling columnar cache on a read
1134-
# instance. Flags set on read instance may or may not be present on primary.
1135-
# This is a list of "key": "value" pairs. "key": The name of the flag. These
1136-
# flags are passed at instance setup time, so include both server options and
1137-
# system variables for Postgres. Flags are specified with underscores, not
1138-
# hyphens. "value": The value of the flag. Booleans are set to **on** for true
1139-
# and **off** for false. This field must be omitted if the flag doesn't take a
1140-
# value.
1131+
# Database flags. Set at the instance level. They are copied from the primary
1132+
# instance on secondary instance creation. Flags that have restrictions default
1133+
# to the value at primary instance on read instances during creation. Read
1134+
# instances can set new flags or override existing flags that are relevant for
1135+
# reads, for example, for enabling columnar cache on a read instance. Flags set
1136+
# on read instance might or might not be present on the primary instance. This
1137+
# is a list of "key": "value" pairs. "key": The name of the flag. These flags
1138+
# are passed at instance setup time, so include both server options and system
1139+
# variables for Postgres. Flags are specified with underscores, not hyphens. "
1140+
# value": The value of the flag. Booleans are set to **on** for true and **off**
1141+
# for false. This field must be omitted if the flag doesn't take a value.
11411142
# Corresponds to the JSON property `databaseFlags`
11421143
# @return [Hash<String,String>]
11431144
attr_accessor :database_flags

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.25.0"
19+
GEM_VERSION = "0.26.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241015"
25+
REVISION = "20241023"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)