google-apis-alloydb_v1 0.25.0 → 0.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/alloydb_v1/classes.rb +11 -10
- data/lib/google/apis/alloydb_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84355936c244b5b1b3855caf7da54a4f9e73119e70b205d72c8981afa5c0be47
|
4
|
+
data.tar.gz: e59aa0897bff6ecfb9c662a70b3d4b17ee3cb176970058018c724654b3453bde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e1403b003f06f1a749f861b053ac62779cbbf932225f91e60d7952b271d74ded45dbcf2729981fb63551cf4436c32e6d6e7b43930744269f0bef892b2fd5544
|
7
|
+
data.tar.gz: 9999152da0d421dd0e350d5b15c84dffc1ca7262a59fee229d75f8b1a0df63d442f27d2059f640142c29118e2998b1fae5b7be136b87222688c7d9b75f428f9e
|
data/CHANGELOG.md
CHANGED
@@ -1128,16 +1128,17 @@ module Google
|
|
1128
1128
|
# @return [String]
|
1129
1129
|
attr_accessor :create_time
|
1130
1130
|
|
1131
|
-
# Database flags. Set at instance level.
|
1132
|
-
# on
|
1133
|
-
#
|
1134
|
-
#
|
1135
|
-
#
|
1136
|
-
#
|
1137
|
-
#
|
1138
|
-
#
|
1139
|
-
#
|
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.
|
1141
1142
|
# Corresponds to the JSON property `databaseFlags`
|
1142
1143
|
# @return [Hash<String,String>]
|
1143
1144
|
attr_accessor :database_flags
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1
|
18
18
|
# Version of the google-apis-alloydb_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241023"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.26.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|