google-apis-alloydb_v1beta 0.55.0 → 0.56.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c01bc59663e51efbfb727625c71caa547844404f841a6e26cbc35dfc253cea5
|
|
4
|
+
data.tar.gz: aacc5d4fb38f8ef7f1b897476e9f5b34014eeb49cb5397b7c53b9b699d07fab7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 383c2dccb9a30c8a37c81832ca176117e21a2bc348afd5ac81193408f9beedfe801c63c9d3f06bf6c311392a6f14d8d03d4dac62504f7e0f2d3312ced3075537
|
|
7
|
+
data.tar.gz: 1e26cd85f0cfb48d0ae41bf0a81e994a6168b2f1e0148aca479d5dbbf05b733d62342ae43601ba7409068d294a8d3d759be8523fb4f3be85df7d223f50b3e64d
|
data/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,29 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module AlloydbV1beta
|
|
24
24
|
|
|
25
|
+
# AlloyDbInternalDebugInfo contains internal debugging information for AlloyDB
|
|
26
|
+
# errors. It is explicitly kept out of the allowlist (errors.yaml) to ensure it
|
|
27
|
+
# is sanitized (stripped) by OnePlatform for all external requests. Used only to
|
|
28
|
+
# carry internal error details to across UPC/FlowLib boundary for
|
|
29
|
+
# ObservabilityInfo.
|
|
30
|
+
class AlloydbClhErrorsAlloyDbInternalDebugInfo
|
|
31
|
+
include Google::Apis::Core::Hashable
|
|
32
|
+
|
|
33
|
+
#
|
|
34
|
+
# Corresponds to the JSON property `originalError`
|
|
35
|
+
# @return [String]
|
|
36
|
+
attr_accessor :original_error
|
|
37
|
+
|
|
38
|
+
def initialize(**args)
|
|
39
|
+
update!(**args)
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
# Update properties of this object
|
|
43
|
+
def update!(**args)
|
|
44
|
+
@original_error = args[:original_error] if args.key?(:original_error)
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
25
48
|
# AuthorizedNetwork contains metadata for an authorized network.
|
|
26
49
|
class AuthorizedNetwork
|
|
27
50
|
include Google::Apis::Core::Hashable
|
|
@@ -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.56.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 = "20260730"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -22,6 +22,12 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module AlloydbV1beta
|
|
24
24
|
|
|
25
|
+
class AlloydbClhErrorsAlloyDbInternalDebugInfo
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
+
end
|
|
30
|
+
|
|
25
31
|
class AuthorizedNetwork
|
|
26
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
33
|
|
|
@@ -808,6 +814,13 @@ module Google
|
|
|
808
814
|
include Google::Apis::Core::JsonObjectSupport
|
|
809
815
|
end
|
|
810
816
|
|
|
817
|
+
class AlloydbClhErrorsAlloyDbInternalDebugInfo
|
|
818
|
+
# @private
|
|
819
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
820
|
+
property :original_error, as: 'originalError'
|
|
821
|
+
end
|
|
822
|
+
end
|
|
823
|
+
|
|
811
824
|
class AuthorizedNetwork
|
|
812
825
|
# @private
|
|
813
826
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.56.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.56.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:
|