google-apis-alloydb_v1beta 0.56.0 → 0.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/alloydb_v1beta/classes.rb +2 -1
- data/lib/google/apis/alloydb_v1beta/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68ca08b6be8509dc8fe83604a8f64bb5cf85ad2554cdeb55bf070da844be2bce
|
|
4
|
+
data.tar.gz: 4b7403b9b7303ee7a7ca9d7f529d45f735c8cc16f0872fbdc57cc7530d5d8a25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bc24cd33152c59e25c5b17b5954d3b5a2a4bf921f5d963d3d9d0ce54596e5cd2899b1af72e45daa153e9e0435f3d084bafca50394a8bd716b818f1bc018aab7
|
|
7
|
+
data.tar.gz: 96f2cf3340cb8c3865753ebc724e0be63f02a2dcdab445ca231e59e63823505aa5ef796bf6231137c31b8791958c5fe119eacea4e4e3f4b18d46f60c7eb0989d
|
data/CHANGELOG.md
CHANGED
|
@@ -30,7 +30,8 @@ module Google
|
|
|
30
30
|
class AlloydbClhErrorsAlloyDbInternalDebugInfo
|
|
31
31
|
include Google::Apis::Core::Hashable
|
|
32
32
|
|
|
33
|
-
#
|
|
33
|
+
# The original error message or details before sanitization, used internally for
|
|
34
|
+
# debugging and logging.
|
|
34
35
|
# Corresponds to the JSON property `originalError`
|
|
35
36
|
# @return [String]
|
|
36
37
|
attr_accessor :original_error
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AlloydbV1beta
|
|
18
18
|
# Version of the google-apis-alloydb_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.57.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260813"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-alloydb_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.57.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.57.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|