google-apis-alloydb_v1beta 0.57.0 → 0.58.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: 5acf385f6f30ed1415df098d74afd10ed85cce658c37db58d8315bc5d20daf4d
|
|
4
|
+
data.tar.gz: 92b4ea81827b882cbec6ba48a41661e77874530269582d166b39742cf8325db5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e1408eeed4d6852227352db9969b23a141a4905e84fddb862c6a39c19f9f010fb025b1717716ac8ed1f87392901665ea55e7cd9a2c5f86645aecc8c6bc42935
|
|
7
|
+
data.tar.gz: dc4f2550061014dcfc0eb5dd9e3f6da96d2734f16313967ada8fc7b9f6e8f55d8974b80ea295ff3831eebd2836cfa4a3fae3ab14effed99f312d0b2a6786b28a
|
data/CHANGELOG.md
CHANGED
|
@@ -22,30 +22,6 @@ 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
|
-
# The original error message or details before sanitization, used internally for
|
|
34
|
-
# debugging and logging.
|
|
35
|
-
# Corresponds to the JSON property `originalError`
|
|
36
|
-
# @return [String]
|
|
37
|
-
attr_accessor :original_error
|
|
38
|
-
|
|
39
|
-
def initialize(**args)
|
|
40
|
-
update!(**args)
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
# Update properties of this object
|
|
44
|
-
def update!(**args)
|
|
45
|
-
@original_error = args[:original_error] if args.key?(:original_error)
|
|
46
|
-
end
|
|
47
|
-
end
|
|
48
|
-
|
|
49
25
|
# AuthorizedNetwork contains metadata for an authorized network.
|
|
50
26
|
class AuthorizedNetwork
|
|
51
27
|
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.58.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 = "20260818"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -22,12 +22,6 @@ 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
|
-
|
|
31
25
|
class AuthorizedNetwork
|
|
32
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
27
|
|
|
@@ -814,13 +808,6 @@ module Google
|
|
|
814
808
|
include Google::Apis::Core::JsonObjectSupport
|
|
815
809
|
end
|
|
816
810
|
|
|
817
|
-
class AlloydbClhErrorsAlloyDbInternalDebugInfo
|
|
818
|
-
# @private
|
|
819
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
820
|
-
property :original_error, as: 'originalError'
|
|
821
|
-
end
|
|
822
|
-
end
|
|
823
|
-
|
|
824
811
|
class AuthorizedNetwork
|
|
825
812
|
# @private
|
|
826
813
|
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.58.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.58.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:
|