google-apis-alloydb_v1alpha 0.17.0 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea7d0dc9f42de8e5dc3caa8638e977e6c278f01c186a8d523209a59389e4c0cd
|
4
|
+
data.tar.gz: a1b6969ecc8a1c0f219f979bd790fbd3981389bde724b4e497c1ebf7e26c542e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc510da95f80fbcb5bfd280601b9d85a010a2a3d9c4e99fb1bee6ae56d11e7e0fc9a74f43c8a3fba603c94612e089ea180ee501384e213985d241084c38e094a
|
7
|
+
data.tar.gz: 65b9e9443e4166b80bf641782add5ade4444d42c1cfeec9ed6baccd7cae2cc8e8ec5d3a91563cae3e07ea4028804313fe85b0441b3b98eeacad7adfd67740789
|
data/CHANGELOG.md
CHANGED
@@ -1781,8 +1781,8 @@ module Google
|
|
1781
1781
|
class ObservabilityInstanceConfig
|
1782
1782
|
include Google::Apis::Core::Hashable
|
1783
1783
|
|
1784
|
-
# Observability feature status for an instance. This is
|
1785
|
-
#
|
1784
|
+
# Observability feature status for an instance. This flag is turned "off" by
|
1785
|
+
# default.
|
1786
1786
|
# Corresponds to the JSON property `enabled`
|
1787
1787
|
# @return [Boolean]
|
1788
1788
|
attr_accessor :enabled
|
@@ -1801,7 +1801,7 @@ module Google
|
|
1801
1801
|
alias_method :preserve_comments?, :preserve_comments
|
1802
1802
|
|
1803
1803
|
# Number of query execution plans captured by Insights per minute for all
|
1804
|
-
# queries combined. The default value is
|
1804
|
+
# queries combined. The default value is 200. Any integer between 0 to 200 is
|
1805
1805
|
# considered valid.
|
1806
1806
|
# Corresponds to the JSON property `queryPlansPerMinute`
|
1807
1807
|
# @return [Fixnum]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1alpha
|
18
18
|
# Version of the google-apis-alloydb_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240703"
|
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_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.18.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-07-25 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_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.18.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|